view the rest of the comments
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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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.
-
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:
- 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!
Interesting. Is there a migration path?
Right now Forgejo is a drop in replacement. This article is them announcing that Forgejo will eventually not be one.
If you deployed with docker composr you just change the image and hit redeploy. Super simple.
Appreciate that, sounds super easy
It is. Did that when this was first announced
Huh, using their instructions for docker compose, I use
docker pull codeberg.org/forgejo/forgejo:7.0.0and it errors formanifest unknown. Removing the version tag so it default to latest doesn't help.Do I need to make an account and
docker login? That seems like it should be unnecessary for a simple pull.Login isn't necessary, but there is no
:latesttag published so you need to pull a version that exists. The current version is atcodeberg.org/forgejo/forgejo:1.21.8-0or at:1.21if you want one that tracks patch updates (as found in the container registry).Ah, the docs reference V.7.0.0 so that's what I was trying with.
TY, that got her transitioned. The config actually pops a notice that 1.21.9 is available but I don't see that it's in the registry yet. I do like the :latest tag because then I can use watchtower, but I can understand why some people would want to specify the version.