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
[–] Dirk@lemmy.ml 1 points 1 year ago

and the fact you need to do a bunch of configuration on top of just installing their repo

Like in your documentation, where I edit upstream files before building the container? Where's the volume? Where are the environment variables to configure Lemmy? Manually editing container files or creating directories isn't what I call "modern stacks".

while pictrs is a completely different project to Lemmy

... which is only and exclusively used by Lemmy and no other application I ever heard of. So please enlighten me: What other applications use this thing?

It reads like you’ve not familiar with Traefik

I simply don't care about Traefik, because I already use Nginx Proxy Manager.

Also, if you read the title above where you read the "suggestion for rm’in the volume is under “I fucked up - I want to wipe all data and start again” :)

You're still suggest recursively removing volumes/ which is a stupid suggestion because that would also remove all non-Lemmy volumes. You should clarify that or give more precise information than "ah, just recursively remove the directory where all your container's persistent data is stored".