- commit
- 68e1ece
- parent
- 6be2726
- author
- Eric Bower
- date
- 2025-11-29 19:55:12 -0500 EST
docs: readme
1 files changed,
+13,
-11
+13,
-11
1@@ -1,25 +1,27 @@
2-# pico.sh - hacker labs
3+# pico.sh
4+
5+The ultimate `ssh` powered services for developers
6
7 > [!IMPORTANT]\
8 > Read our docs at [pico.sh](https://pico.sh).
9
10-Open source and managed web services leveraging SSH.
11+Open source and managed web services leveraging `ssh`.
12
13 The secret ingredient to all our services is how we let users publish content
14-without needing to install anything. We accomplish this with the SSH tools you
15+without needing to install anything. We accomplish this with the `ssh` tools you
16 already have installed on your system.
17
18 Want to publish a blog post? Use rsync, scp, or sftp. Want to publish a website?
19 Use rsync, scp, or sftp. Want to share a code snippet with a colleague? Use
20 rsync, scp, or sftp. Hopefully you see the trend.
21
22-- [pages](https://pico.sh/pgs): A static site hosting platform using SSH for
23- site deployments. SSH.
24+- [pages](https://pico.sh/pgs): A static site hosting platform using `ssh` for
25+ site deployments. `ssh`.
26 - [tuns](https://pico.sh/tuns): https/wss/tcp tunnels to localhost using only
27-- [pipe](https://pipe.pico.sh): Authenticated `*nix` pipes over SSH
28-- [prose](https://pico.sh/prose): A blog platform using SSH for content
29+- [pipe](https://pipe.pico.sh): Authenticated `*nix` pipes over `ssh`
30+- [prose](https://pico.sh/prose): A blog platform using `ssh` for content
31 management.
32-- [rss-to-email](https://pico.sh/feeds): An RSS email notification service using SSH.
33+- [rss-to-email](https://pico.sh/feeds): An RSS email notification service using `ssh`.
34 - [pastes](https://pico.sh/pastes): Upload code snippets using rsync, scp, and
35 sftp.
36
37@@ -37,7 +39,7 @@ domains!
38
39 ## Access localhost using https
40
41-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:
43
44 ```bash
45 ssh -R dev:80:localhost:8000 tuns.sh
46@@ -96,8 +98,8 @@ Create a blogs.txt file:
47 ```
48 =: email rss@myemail.com
49 =: cron 0 13 * * *
50-=> https://pico.prose.sh/rss
51-=> https://erock.prose.sh/rss
52+=> https://blog.pico.sh/rss
53+=> https://bower.sh/rss
54 ```
55
56 Then upload it to us: