this post was submitted on 20 Jul 2023
12 points (83.3% liked)

Self Hosted - Self-hosting your services.

11230 readers
1 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I made this stack based on my own deployment of Lemmy, it should allow anyone to run a Lemmy stack in Compose, with LE SSL behind Traefik. I've tested it behind docker-compose on Windows and Ubuntu. Interested in any feedback or PRs :)

you are viewing a single comment's thread
view the rest of the comments
[–] gabe@literature.cafe 5 points 1 year ago

I can vouch for this, it works pretty well. Lemmy's ansible is extremely busted and this was the only I could get it to work without it fully breaking every time my server rebooted.

Also, If it throws an error at first do this to make the initial config generator executable. Some systems might require this, some won't. Mine did. While in the base ezlemmy directory do this.

chmod +x /config/config-entrypoint.sh