💾 Archived View for gemi.dev › gemini-mailing-list › 000729.gmi captured on 2024-03-21 at 18:01:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
Hello! We launched a static site hosting service for the web yesterday called sourcehut pages, and today I updated it to add support for Gemini as well. All sourcehut users are given a subdomain of srht.site (e.g. sircmpwn.srht.site) that they can publish a capsule at, and we provide hosting for anyone who wants to bring their own domain along as well. You can find the details here: gemini://srht.site Enjoy!
That is a huge offer, and can only benefit the Gemini community. Thank you very much for extending it to us. On Sat, Feb 20, 2021 at 11:56 AM Drew DeVault <sir at cmpwn.com> wrote: > Hello! We launched a static site hosting service for the web yesterday > called sourcehut pages, and today I updated it to add support for Gemini > as well. All sourcehut users are given a subdomain of srht.site (e.g. > sircmpwn.srht.site) that they can publish a capsule at, and we provide > hosting for anyone who wants to bring their own domain along as well. > > You can find the details here: > > gemini://srht.site > > Enjoy! > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210220/aa51 d2f6/attachment.htm>
On Sat, Feb 20, 2021 at 11:55:48AM -0500, Drew DeVault wrote: >Hello! We launched a static site hosting service for the web yesterday >called sourcehut pages, and today I updated it to add support for Gemini >as well. This is super nifty, many thanks! --- Jared H. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210220/0531 bae2/attachment.sig>
Amazing!! I might give this a look, though I'm happy with my VPS right now. If it ever offers something more than a VPS, like a CDN, I might switch my static hosting over. Maybe. But for others, this could really help reduce dependence on proprietary services like GitHub Pages or Netlify. -- /Seirdy -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 898 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210220/f23a 3cf0/attachment.sig>
Hello friendly neighborhood admin Drew :) Drew DeVault writes: > Hello! We launched a static site hosting service for the web yesterday > called sourcehut pages, and today I updated it to add support for Gemini > as well. <snip> Tried it out. Apart from me being utterly uneducated about using builds.sr.ht and needing more than one attempt, it works! > Enjoy! Definitely! Thank you for providing this service! Cheers, ~ew -- Keep it simple! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 861 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210221/dba3 f5a5/attachment.sig>
Hello Drew Drew DeVault writes: > You can find the details here: > > gemini://srht.site You might want to add "--exclude .git" to the example manifest given here gemini://srht.site/automating-deployments.gmi ``` image: alpine/latest oauth: pages.sr.ht/PAGES:RW environment: site: your-username.srht.site tasks: - package: | cd $site tar -cvz --exclude .git . > ../site.tar.gz - upload: | acurl -f https://pages.sr.ht/publish/$site \ -Fcontent=@site.tar.gz \ -Fprotocol=GEMINI ``` Cheers, ~ew -- Keep it simple! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 861 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210221/0bdc 2651/attachment.sig>
---
Previous Thread: [ANN][users] Capsule hosting service
Next Thread: [SPEC] Users actions should only trigger an unique request