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 | |
| 2 | 4 | ||
| 3 | 5 | > [!IMPORTANT]\ | |
| 4 | 6 | > Read our docs at [pico.sh](https://pico.sh). | |
| 5 | 7 | ||
| 6 | - | Open source and managed web services leveraging SSH. | |
| 8 | + | Open source and managed web services leveraging `ssh`. | |
| 7 | 9 | ||
| 8 | 10 | 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 | |
| 10 | 12 | already have installed on your system. | |
| 11 | 13 | ||
| 12 | 14 | Want to publish a blog post? Use rsync, scp, or sftp. Want to publish a website? | |
| 13 | 15 | Use rsync, scp, or sftp. Want to share a code snippet with a colleague? Use | |
| 14 | 16 | rsync, scp, or sftp. Hopefully you see the trend. | |
| 15 | 17 | ||
| 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`. | |
| 18 | 20 | - [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 | |
| 21 | 23 | 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`. | |
| 23 | 25 | - [pastes](https://pico.sh/pastes): Upload code snippets using rsync, scp, and | |
| 24 | 26 | sftp. | |
| 25 | 27 |
| ... | ... | @@ -37,7 +39,7 @@ domains! | |
| 37 | 39 | ||
| 38 | 40 | ## Access localhost using https | |
| 39 | 41 | ||
| 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: | |
| 41 | 43 | ||
| 42 | 44 | ```bash | |
| 43 | 45 | ssh -R dev:80:localhost:8000 tuns.sh |