repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
8bb8b41
parent
830dffe
author
Eric Bower
date
2024-04-22 15:31:13 +0000 UTC
docs: readme
1 files changed,  +6, -5
M README.md
+6, -5
 1@@ -3,7 +3,7 @@
 2 > [!IMPORTANT]\
 3 > Read our docs at [pico.sh](https://pico.sh).
 4 
 5-Open source and managed services leveraging SSH.
 6+Open source and managed web services leveraging SSH.
 7 
 8 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
10@@ -11,17 +11,18 @@ already have installed on your system.
11 
12 Want to publish a blog post? Use rsync, scp, or sftp. Want to publish a website?
13 Use rsync, scp, or sftp. Want to share a code snippet with a colleague? Use
14-rsync, scp, or sftp. Hopefully you see the trend
15+rsync, scp, or sftp. Hopefully you see the trend.
16 
17 - [pgs.sh](https://pico.sh/pgs): A static site hosting platform using SSH.
18-- [tuns.sh](https://pico.sh/tuns): HTTP(S)/WS(S)/TCP Tunnels to localhost using
19+- [tuns.sh](https://pico.sh/tuns): https/wss/tcp tunnels to localhost using
20   only SSH.
21 - [imgs.sh](https://pico.sh/imgs): Docker image registry using SSH for
22   authentication.
23 - [prose.sh](https://prose.sh): A blog platform using SSH for content
24   management.
25-- [pastes.sh](https://pastes.sh): Upload code snippets using SSH.
26-- [feeds.sh](https://feeds.sh): An RSS email notification system using SSH.
27+- [pastes.sh](https://pastes.sh): Upload code snippets using rsync, scp, and
28+  sftp.
29+- [feeds.sh](https://feeds.sh): An RSS email notification service using SSH.
30 
31 ## development
32