this post was submitted on 10 Dec 2025
430 points (99.5% liked)

Selfhosted

60664 readers
494 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
 

By 'Git instances' they mean Gogs instances that allow open registration. I know most of the community moved from Gogs to Gitea, and then to Forgejo, but thought this was still worth noting.

you are viewing a single comment's thread
view the rest of the comments
[–] AmbiguousProps@lemmy.today 4 points 7 months ago (6 children)

Thanks! I'll add it to the todo list.

[–] klangcola@reddthat.com 3 points 7 months ago (5 children)

I just did it not long a ago. Gittea -> Forgejo10 -> Forgejo11 LTS, in Docker. Surprisingly quick, painless and smooth.

(My only issue was not Forgejo, but MySQL. Because the hardware is ancient and Docker compose pulled down a new version of mysql8 at the same time as pulling forgejo. New version of mysql8 didnt support my CPU architecture. Easy fix was to change the label mysql8oraclelinux7 in Docker compose and pull that image. There is a issue with solutions in the MySQL Docker GitHub repo)

[–] lambalicious@lemmy.sdf.org 1 points 7 months ago (4 children)

Doesn't Forgejo support SQLite as a backend?

[–] mko@discuss.tchncs.de 3 points 7 months ago (1 children)

Yes, although MySQL/MariaDB or PostgreSQL are the more robust options.

[–] lambalicious@lemmy.sdf.org 2 points 7 months ago (1 children)

If MySQL is more robust than SQLite of all things, something is going seriously wrong.

Then again, it's 2025. I no longer bet on what to expect from reality. Next someone points me to a mail indicating linux kernel will move its bookkeeping to MongoDB.

[–] JackbyDev@programming.dev 2 points 7 months ago

Depends how they define robust. MySQL has a myriad of features SLQite doesn't have and won't ever have. If they mean something like user configuration then SQLite is just out by default.

(Coming from a SQLite fan.)

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)