https://pgs.sh/ Found it here: https://news.ycombinator.com/item?id=37392013 Official closed beta announcement: https://hey.prose.sh/pgs
- Check this blog and the IRC for updates
Backing up ssh keys, for use with pgs.sh and website hosting
They recently added functionality for forms, gathering data that people submit and allowing me to pull that data as json! I have no idea how to work with json, but this is a great opportunity to do so.
Their prose blog service might support separate rss feeds per tag, so I might want to use that for now for updates on Planeteer sites.
- Try it out
- The command to generate the site with Prose is:
rsync ~/Dropbox/General-Notes/Public/dated/blog/* prose.sh:/
Initial start
it didn’t load for a moment, either at initial setup or at first rsync
pgs.sh
A zero-dependency static site hosting service for hackers.
To get started, enter a username.
Then create a folder locally (e.g. ~/sites).
Finally, send your files to us:
rsync ~/sites/* pgs.sh:/<project_name>
Enter a username
> tacticaltypos
Error below was likely because I was lacking permissions to push to the service --- my account likely wasn’t invited to the closed beta yet
rsync ~/Documents/quartz/public/* pgs.sh:/quartz
you do not have access to this serviceUsing it
Various commands the service: https://erock.pastes.sh/pgs-cmds.md
For now, use this command instead:
scp -r ~/Documents/new_quartz/public/* pgs.sh:/quartzOr possibly
scp -r ~/Documents/new_quartz/public/* tacticaltypos@pgs.sh:/quartzUpdated
rsync -vr ~/Dropbox/new_quartz/public/ pgs.sh:/quartz