-
Deploy a site with a single command
-
+
Deploy a site with a single command
+Upload your static site to us:
rsync -rv ./public/ pgs.sh:/mysite/
-
Now your site is available with TLS handled for you: https://{user}-mysite.pgs.sh
+ Now your site is available with TLS handled for you: https://{user}-mysite.pgs.sh
We also automatically handle TLS for your custom domains!
-
Access localhost using https
-
+
Access localhost using https
+
if you have a local webserver on
localhost:8000
,
@@ -112,14 +113,14 @@
ssh -R dev:80:localhost:8000 tuns.sh
- Now your local dev server is available on the web: https://dev.tuns.sh
+ Now your local dev server is available on the web: https://dev.tuns.sh
-
Publish blog articles with a single command
-
+
Publish blog articles with a single command
+Create your first post, (e.g.
hello-world.md
):# hello world! @@ -133,15 +134,15 @@ Cya!
scp hello-world.md prose.sh:/
Congrats! You just published a blog article, accessible here:
- https://{user}.prose.sh/hello-world
+ https://{user}.prose.sh/hello-world
-
Push and pull docker images using SSH
-
+
Push and pull docker images using SSH
+Open a tunnel to our docker registry:
ssh -L 1338:localhost:80 -N imgs.sh@@ -159,22 +160,22 @@ docker pull localhost:1338/alpine:latest
-
Easily share code snippets
-
+
Easily share code snippets
+Pipe some stdout to us:
git diff | ssh pastes.sh changes.patch
And instantly share your code snippets:
- https://{user}.pastes.sh/changes.patch
+ https://{user}.pastes.sh/changes.patch
-
Receive email notifications for your favorite rss feeds
-
+
Receive email notifications for your favorite rss feeds
+Create a
blogs.txt
file:=: email rss@myemail.com @@ -194,7 +195,7 @@ docker pull localhost:1338/alpine:latest