home.social

#srht — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #srht, aggregated by home.social.

fetched live
  1. Naty S @eclecticpassions ·

    Sigh. I am sad SourceHut keeps getting attacked. I do enjoy using them as my main Git repo/CI tool. Hope the team can fix the DDoS soon.

    PSA:
    Phishing campaign targetting SourceHut users | sr.ht status
    status.sr.ht/issues/2026-04-27

  2. Sigh. I am sad SourceHut keeps getting attacked. I do enjoy using them as my main Git repo/CI tool. Hope the team can fix the DDoS soon.

    PSA:
    Phishing campaign targetting SourceHut users | sr.ht status
    status.sr.ht/issues/2026-04-27

    #PSA #DDoS #srht #Sourcehut #gitrepo #cicd

  3. Naty S @eclecticpassions ·

    has been back up for me yesterday, so I took the chance to implement what I converted my new build and script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

  4. #SourceHut has been back up for me yesterday, so I took the chance to implement what I converted my new #ci #hugo build and #deploy script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

    #backend #continuousintegration #srht #cicd #bash #scripts #makefile #make #logs #alpine

  5. Naty S @eclecticpassions ·

    Another day, another service down/disrupted. My is hosted on Render's free tier (I'm looking to switch tbh but haven't gotten time yet).

    status.render.com/

    It's down and I can't access my Indiekit NodeJS server 😓

    PS. is still not back up. 😓

  6. Another day, another service down/disrupted. My #Indiekit is hosted on Render's free tier (I'm looking to switch tbh but haven't gotten time yet).

    status.render.com/

    It's down and I can't access my Indiekit NodeJS server 😓

    PS. #SourceHut is still not back up. 😓

    #nodejs #render #disruption #offline #status #srht

  7. Naty S @eclecticpassions ·

    My blog relies on Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, .

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of

  8. My blog #BurgeonLab relies on #SourceHut Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, #Bunnynet.

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of #100DaysToOffload

    #CICD #CI #Githubctions #srht #ddos #gitforge #git #continuousintegration #bash #script #statichost #statichosting

  9. Naty S @eclecticpassions ·

    Oh... is down because of .

    status.sr.ht/issues/2026-04-06

    I can't git push my weeknote to my repo for

    Hope the devs manage to fix it soon (thanks for the hard work)

  10. Oh... #sourcehut is down because of #ddos.

    status.sr.ht/issues/2026-04-06

    I can't git push my weeknote to my repo for #cicd

    Hope the devs manage to fix it soon (thanks for the hard work)

    #srht

  11. Naty S @eclecticpassions ·

    Made my first little contribution to @gohugoio documentation yesterday! It's about installing in the CI workflow on Builds, which I'm using to deploy my Hugo site to my static host of choice: Bunny.net.

    (libsass is deprecated in Hugo)

    I learnt a bit more Git during the pull request too—about rebasing, but I'm still not very good at it (merging the changes is a bit confusing to me).

    The actual docs page: gohugo.io/host-and-deploy/host

  12. Made my first little contribution to @gohugoio documentation yesterday! It's about installing #dartsass in the CI workflow on #Sourcehut Builds, which I'm using to deploy my Hugo site to my static host of choice: Bunny.net.

    (libsass is deprecated in Hugo)

    I learnt a bit more Git during the pull request too—about rebasing, but I'm still not very good at it (merging the changes is a bit confusing to me).

    The actual docs page: gohugo.io/host-and-deploy/host

    #gohugoio #gohugo #Hugo #CICD #srht

  13. Naty S @eclecticpassions ·

    Anyone using git.sr.ht notice `git push` acting really slowly for the past few days? It was never like this before... Increased server load?

    Example: Writing 11 objects, 1.2KB only. `time git push` took 1m3s total, 0.05s user, 0.04s system, 0% CPU.

    Update: I think the error is local to me; I had some errors on `git fsck` and I streamlined `.build.yml`. It seems to be fixed now.

  14. Anyone using git.sr.ht notice `git push` acting really slowly for the past few days? It was never like this before... Increased server load? #sourcehut #srht #git #gitforge #gitrepo

    Example: Writing 11 objects, 1.2KB only. `time git push` took 1m3s total, 0.05s user, 0.04s system, 0% CPU.

    Update: I think the error is local to me; I had some errors on `git fsck` and I streamlined `.build.yml`. It seems to be fixed now.

  15. Naty S @eclecticpassions ·

    Time to make a move?

    New How-to Guide on

    burgeonlab.com/blog/migrate-gi

    It's a thorough guide of switching from an automated CI static site deployment workflow using GitHub Pages & GitHub Actions 🔄 to SourceHut Git and Builds + hosting on Bunny.net Storage & Bunny CDN.

  16. Time to make a move? #GiveUpGitHub

    New How-to Guide on #BurgeonLab

    burgeonlab.com/blog/migrate-gi

    It's a thorough guide of switching from an automated CI static site deployment workflow using GitHub Pages & GitHub Actions 🔄 to SourceHut Git and Builds + hosting on Bunny.net Storage & Bunny CDN.

    #techguides #blog #blogging #blogpost #hugo #cicd #CDN #bunnycdn #bunnynet #github #sourcehut #githubactions #githubpages #srht

  17. Naty S @eclecticpassions ·

    It took longer than expected for me (a day on and off) to get builds workflow to work with Bunny's SFTP limitations but I got it working! This is definitely going into a blog post! Really happy it worked out. Sourcehut Git repo + Builds + Bunny.net Storage + CDN replacing GitHub Git repo + Actions + Pages!

  18. It took longer than expected for me (a day on and off) to get #sourcehut builds workflow to work with Bunny's SFTP limitations but I got it working! This is definitely going into a blog post! Really happy it worked out. Sourcehut Git repo + Builds + Bunny.net Storage + CDN replacing GitHub Git repo + Actions + Pages!

    #github #githubpages #githubactions #srht #bunnynet #bunnycdn #bunnystorage #GiveUpGitHub #staticsite #hosting #cdn

  19. Naty S @eclecticpassions ·

    New post on ✍️

    ➡️ burgeonlab.com/blog/hosting-st

    Finally decided to take my first actions on migrating away from GitHub.com (#GiveUpGitHub) by moving my burgeonlab.com static blog out of GitHub Pages to Bunny.net Storage + CDN.

    Also, I've decided to go for @sourcehut as my Git repo host—but that warrants its own post.

  20. New post on #BurgeonLab ✍️

    ➡️ burgeonlab.com/blog/hosting-st

    Finally decided to take my first actions on migrating away from GitHub.com (#GiveUpGitHub) by moving my burgeonlab.com static blog out of GitHub Pages to Bunny.net Storage + CDN.

    Also, I've decided to go for @sourcehut as my Git repo host—but that warrants its own post.

    #blogging #blogs #blog #hugo #srht #weblog #smallweb #github #sourcehut #bunnycdn #bunnynet #staticsite #webhosting #githubpages

  21. I released [1] new versions of terraform-provider-sourcehut (v0.2.1) [2] and the related Go library sourcehut-go (v0.1.1) [3]. This is a bugfix release to address an issue when updating a repository description.

    [1] dominik.wombacher.cc/posts/new

    [2] git.sr.ht/~wombelix/terraform-

    [3] git.sr.ht/~wombelix/sourcehut-

  22. As a designer and amateur web developer, I've been using SourceHut for years and I find it perfect for managing my silly projects. I like it much more than GitHub for its strong ethics towards privacy and sustainability.

    btxx.org/posts/beginners-guide

    #SourceHut #srht #microsoftSucks #GitHub #git #sustainableWeb

  23. Today, I am announcing plans for the biggest change to Pandora's Tale Wiki since its founding: I am going to port the wiki away from MediaWiki and convert it to a git repository of text files. This conversion process may not be easy, but it is necessary. If we continue down the current path, I am going to burn out and will not be able to continue maintaining the wiki. I have described the reasons for the change in the article for Project: Texts About Pandora
    https://pandorastale.wiki/wiki/Pandora%27s_Tale_Wiki:Texts_About_Pandora#Hosting_availability

    (Yes, the name of the article is a pun on the pages "Texts from Pandora" and "Texts from Pandora 2".)
    https://comicsbyxan.com/comic/texts-from-pandora/
    https://comicsbyxan.com/comic/texts-from-pandora-2/

    There are still some things I need to determine.

    1) First and most significantly, I have to figure out how to convert a MediaWiki instance into a git repository. I've found several scripts which claim to do it, but they all seem to have significant drawbacks in addition to being unmaintained. I would
    greatly appreciate advice from computer creatures in this regard.

    2) Then I have to decide on the text format: Plaintext, gemtext, or markdown? There are ups and downs to each of them, though I'm not as worried since I believe it might be possible to convert between them later.

    3) Finally I have to decide on the hosting software and platform if I want anyone else to be able to read it. Gitlab, Forgejo, sourcehut, or something else?

    Once I answer these questions, I am going to move Pandora's Tale Wiki to a git repository, and then I will ask Miraheze to shut down their copy of the wiki. I don't know how long this process will take, but I believe it's the only way I can continue the wiki.


    #PandorasTale #PandorasTaleWiki #ComicsByXan #Webcomics #Homestuck #MSPaintAdventures #Miraheze #Wiki #Wikis #WebcomicWiki #MediaWiki #Git #PlainText #GemText #GeminiProtocol #Markdown #MD #SourceHut #srht #Forgejo #Gitlab

  24. Дрю ДеВолт — автор языка Hare и платформы кодохостинга SourceHut

    Дрю ДеВолт объясняет , что веб-интерфейс Github.com требует множества лишних действий. Гораздо эффективнее использовать консольный почтовый клиент , отправляя тот же пулл-реквест одной командой из консоли Американский разработчик Дрю ДеВолт (Drew DeVault) известен как создатель и исполнительный директор платформы для хостинга проектов SourceHut , которую Фонд сохранения свободы ПО выбрал как альтернативу майкрософтовскому сервису GitHub (наряду с CodeBerg ) в рамках кампании Give Up GitHub по уходу свободных проектов с этого коммерческого хостинга, задача которого — генерировать продажи Copilot. ДеВолт также известен как автор нового языка системного программирования Hare, который похож на С, только лучше и проще его.

    habr.com/ru/companies/ruvds/ar

    #ruvds_статьи #Дрю_ДеВолт #Drew_DeVault #sway #wlroots #srht #scdoc #aerc #chopsui #TrueCraft #KnightOS #qutebrowser #vim #IRCклиент #WeeChat #mutt #fish #mrsh #Redict #Redis #Hare #Helios #Himitsu #QBE #LLVM

  25. I understand that #nix fetchers "set a dangerous precedent" and this is why, say, #srht fetcher or other fetchers won't ever be accepted and #github shall have that socially privileged status...

    But I also want to confess that the existence of fetchers make me so happy.

    I really don't mind hosting or mirroring my stuff on #github because I don't have the time to pick _alll_ the battles.

  26. I understand that #nix fetchers "set a dangerous precedent" and this is why, say, #srht fetcher or other fetchers won't ever be accepted and #github shall have that socially privileged status...

    But I also want to confess that the existence of fetchers make me so happy.

    I really don't mind hosting or mirroring my stuff on #github because I don't have the time to pick _alll_ the battles.

  27. I've received my first patch on #srht over email.

    Time to learn how to apply it, I guess. Fun!

  28. I've received my first patch on #srht over email.

    Time to learn how to apply it, I guess. Fun!

  29. Removed all my tickets from #todo.sr.ht … current outage shows clearly, that any non-distributed silo is dangerous. Switched to #Git-bug

    #Sourcehut #Git #SrHt

  30. I’ve been made aware of the outage over on Sourcehut. The main crew (Drew, Simon, and Conrad) are restoring the main services. I’m looking at the mercurial hosting right now. More info here. #srht #mercurial outage.sr.ht/

  31. Do you guys think it'd be worth it to throw away completely my #Gitea instance in favour of #Cgit? What about just leaving self-hosted Git front-ends as a whole and moving to #Codeberg or #SrHt?

  32. @daviwil @fosskers this is the thing, I love #srht but lack of org support is a major hassel

  33. @daviwil @fosskers this is the thing, I love #srht but lack of org support is a major hassel

  34. Did Drew Devault really just link to a #clojure blog post???

    When he discovers #scheme beyond a cursory glance, it'll be so over for #unix-cels

    aphyr.com/posts/363-fast-multi
    #srht

  35. @itsfoss

    We should move away from github and here is why: https://sfconservancy.org/GiveUpGitHub/

    As far as I understand publishing docker images should also be possible woth gitea, forgejo and codeberg. I haven’t tried myself.

    https://docs.gitea.io/en-us/packages/container/

    Forgejo is a “soft” fork of Gitea with a focus on scaling, federation and privacy under the umbrella of codeberg.

    https://forgejo.org/

    Those popular projects that do want to self host might want to use a CDN to reduce costs.

    Codeberg and sr.ht are alternatives for those who do not want to self-host. I am not sure if it is easy to use sr.ht for publishing docker images.

    https://codeberg.org https://sr.ht/

    Towards a federated future for software forges.

    NLnet supports the ForgeFed project and forgejo is implementing their protocol. https://nlnet.nl/project/ForgeFed-RPC/

    ForgeFed is a federation protocol for software forges and code collaboration tools for the software development lifecycle and ecosystem. ForgeFed is an ActivityPub extension.

    #srht #codeberg #nlnet #docker #gitea #forgejo #forgefed #giveupgithub

  36. @itsfoss

    We should move away from github and here is why: https://sfconservancy.org/GiveUpGitHub/

    As far as I understand publishing docker images should also be possible woth gitea, forgejo and codeberg. I haven’t tried myself.

    https://docs.gitea.io/en-us/packages/container/

    Forgejo is a “soft” fork of Gitea with a focus on scaling, federation and privacy under the umbrella of codeberg.

    https://forgejo.org/

    Those popular projects that do want to self host might want to use a CDN to reduce costs.

    Codeberg and sr.ht are alternatives for those who do not want to self-host. I am not sure if it is easy to use sr.ht for publishing docker images.

    https://codeberg.org https://sr.ht/

    Towards a federated future for software forges.

    NLnet supports the ForgeFed project and forgejo is implementing their protocol. https://nlnet.nl/project/ForgeFed-RPC/

    ForgeFed is a federation protocol for software forges and code collaboration tools for the software development lifecycle and ecosystem. ForgeFed is an ActivityPub extension.

    #srht #codeberg #nlnet #docker #gitea #forgejo #forgefed #giveupgithub

  37. Anyone else publishing Markdown -> Static Site Generator here?

    Logseq -> Sourcehut is my setup and I'll be making it sing over the next month.

    Curious about what y'all are working with :)

  38. Anyone else publishing Markdown -> Static Site Generator here?

    Logseq -> Sourcehut is my setup and I'll be making it sing over the next month.

    Curious about what y'all are working with :)

    #markdown #ssg #logseq #srht #publishing #git