this post was submitted on 29 Apr 2026
70 points (90.7% liked)

Selfhosted

60970 readers
654 users here now

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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] irotsoma@piefed.blahaj.zone 3 points 2 months ago (2 children)

What's a good alternative? I'm not 100% sold on forgejo either due to some bugs and security issues I've run into as well, but I've found few self-hosted alternatives that are a good fit. I need very little beyond a git repo. But I like having the web UI for reviewing code and pull requests and basic issue tracking and need that to support OIDC, but otherwise I'm open. I want something relatively lightweight, fully FOSS, and telemetry and all other external communication can be disabled.

[–] ikidd@lemmy.dbzer0.com 16 points 2 months ago (1 children)

Forgejo is fine. Don't expose it to the internet unless you have to, or mirror your repos to Codeberg and let them worry about it.

[–] irotsoma@piefed.blahaj.zone 1 points 2 months ago

Yeah I keep it isolated for now, but use it very little. I plan to expand to try to get off of some other platforms, so just looking if any other options exist, even if they lack features since I don't use a lot.

[–] Unleaded8163@fedia.io 4 points 2 months ago (1 children)

If I like having a web UI means you can do without it, git doesn't require anything fancy. I just have my git repos on my server and push/pull from my workstations over SSH. It doesn't require anything but git & SSH on the server. You can even collaborate with others by giving them a locked down account that can't do anything other then interact with the git repo.

This approach certainly isn't for everyone. The web UI can be super handy, but if you just want your own self-hosted git server, keep it simple.

[–] WhyJiffie@sh.itjust.works 1 points 2 months ago

I think they mentioned issues and pull requests