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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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
if it wasn't for the webui, a bare git repo would suffice. any repo can be a remote. it's distributed, after all.
forgejo is the most popular choice right now.
if you wanna be extra you can host git-pr
But ci/cd though
Jenkins has fairly solid Gitea/Forgejo integration :)
forgejo supports woodpecker CI I thought?
Why not forgejo's built in ci/cd? Its worked great for me so far?
just use a make file like a civilised human being
I would like to use bare repos because I don't share with anyone else and don't really need the web-ui for issues or wikis or anything.
However, I need git-lfs and if I understand correctly, that doesn't wont work with a bare repo over ssh.
I was using gitea a while back and they had a way to dump repos and db, but there didn't seem to be a way to restore. That being the case I switched to gogs which has been great. It was only recently I learned that gogs wasn't very active and there was some kind of security breach. Mine is only accessible on my LAN so not particularly worried about security.
Anyhow, looking at forgejo now it seems like there still isn't a great way to restore from backup? I guess that might not matter to me if I'm only interested in the repos and no comments or other stuff that might be in the database.