Commit 68e1ece

Eric Bower  ·  2025-11-29 19:55:12 -0500 EST
parent 6be2726
docs: readme
1 files changed,  +13, -11
+13, -11
......@@ -1,25 +1,27 @@
1-# pico.sh - hacker labs
1+# pico.sh
2+
3+The ultimate `ssh` powered services for developers
24
35 > [!IMPORTANT]\
46 > Read our docs at [pico.sh](https://pico.sh).
57
6-Open source and managed web services leveraging SSH.
8+Open source and managed web services leveraging `ssh`.
79
810 The secret ingredient to all our services is how we let users publish content
9-without needing to install anything. We accomplish this with the SSH tools you
11+without needing to install anything. We accomplish this with the `ssh` tools you
1012 already have installed on your system.
1113
1214 Want to publish a blog post? Use rsync, scp, or sftp. Want to publish a website?
1315 Use rsync, scp, or sftp. Want to share a code snippet with a colleague? Use
1416 rsync, scp, or sftp. Hopefully you see the trend.
1517
16-- [pages](https://pico.sh/pgs): A static site hosting platform using SSH for
17- site deployments. SSH.
18+- [pages](https://pico.sh/pgs): A static site hosting platform using `ssh` for
19+ site deployments. `ssh`.
1820 - [tuns](https://pico.sh/tuns): https/wss/tcp tunnels to localhost using only
19-- [pipe](https://pipe.pico.sh): Authenticated `*nix` pipes over SSH
20-- [prose](https://pico.sh/prose): A blog platform using SSH for content
21+- [pipe](https://pipe.pico.sh): Authenticated `*nix` pipes over `ssh`
22+- [prose](https://pico.sh/prose): A blog platform using `ssh` for content
2123 management.
22-- [rss-to-email](https://pico.sh/feeds): An RSS email notification service using SSH.
24+- [rss-to-email](https://pico.sh/feeds): An RSS email notification service using `ssh`.
2325 - [pastes](https://pico.sh/pastes): Upload code snippets using rsync, scp, and
2426 sftp.
2527
......@@ -37,7 +39,7 @@ domains!
3739
3840 ## Access localhost using https
3941
40-If you have a local webserver on localhost:8000, activate an SSH tunnel to us:
42+If you have a local webserver on localhost:8000, activate an `ssh` tunnel to us:
4143
4244 ```bash
4345 ssh -R dev:80:localhost:8000 tuns.sh
......@@ -96,8 +98,8 @@ Create a blogs.txt file:
9698 ```
9799 =: email rss@myemail.com
98100 =: cron 0 13 * * *
99-=> https://pico.prose.sh/rss
100-=> https://erock.prose.sh/rss
101+=> https://blog.pico.sh/rss
102+=> https://bower.sh/rss
101103 ```
102104
103105 Then upload it to us: