Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Not sure I would want to host my code on a random instance...
Does it support CI, or is just a version control?
Selfhosters wanna host. But many people don't. (Ergo: lemmy.world, mastodon.world (GitHub anyone?) so maybe people would like forgejo.world And if not, I'll use it myself! :-)
If you pull that one I'll kiss your feet. No really, forgejo is a wonderful piece of software. I'm eagerly awaiting their implementation of activitypub so that I can make code imrpovements without having to sing up for thousand services.
Imagine the benefits if the code for your activitypub instances were hosted on an activitypub federated platform. Everyone could participate from the comfort of the fediverse.
i think codeberg.org would be the flagship instance, since they're the ones that has been supporting the development most as far as i can see.
Yeah I don't need to be the flagship for everything ;-)
There is an "Actions" feature coming that is very similar to GitHub actions for CI and similar use-cases. It's still behind a feature flag as it's not quite ready for prime-time, but you can enable it on a self-hosted instance if you want. I believe this is also in Gitea as well, so you don't have to use the Forgejo fork, but I have moved my instance over due to the whole situation leading to the fork.
Thanks for the feedback. We currently use a self-hosted Gitlab on our company but it uses a lot of resources. Was wondering if I should take a look at forgejo.
they try to implement activitypub so that you can create issues, comment and collaborate with any fediverse account.