tgxn

joined a long while from now
[โ€“] tgxn@lemmy.tgxn.net 1 points 1 year ago

Yeah I've been trying this lately and it's really good. Their browser plugin isn't bad either!

[โ€“] tgxn@lemmy.tgxn.net 1 points 1 year ago

Indeed ๐Ÿ˜Š

[โ€“] tgxn@lemmy.tgxn.net 12 points 1 year ago (2 children)

Bot did a double post??

[โ€“] tgxn@lemmy.tgxn.net 17 points 1 year ago

Yeah I think we're on the good lemmies ๐Ÿ˜

[โ€“] tgxn@lemmy.tgxn.net 1 points 1 year ago (1 children)

Interesting setup, mines very similar. Except with ZFS and no DMZ ๐Ÿ˜… I'm thinking of setting up vlans for automation too, how do you handle updates and software downloads on that lan?

[โ€“] tgxn@lemmy.tgxn.net 2 points 1 year ago (3 children)

But it's paid ๐Ÿ˜ญ I spose I could try it for a month.

[โ€“] tgxn@lemmy.tgxn.net 0 points 1 year ago (1 children)

6 Containers for one application โ€ฆ And I thought the original Docker setup was annoying. Why include SSL stuff and a reverse proxy? I am pretty sure most people already have that set up.

That's because each container has a different set of responsibilities. ie. a Database container doesn't need Rust installed, the database container should not need to go down, even when you upgrade the Lemmy/LemmyUI containers.

Second to this is how Lemmy is distributed - as multiple containers, one for the UI code and one for the backend/API, while pictrs is a completely different project to Lemmy. This is all pretty standard practice, though I agree Lemmy could probably be a single container (combining API+Frontend). The benefit of this is the face you can upgrade just the UI or API at a time, or accept UI changes before upgrading your API.

The original mess is poorly documented, and results in inconsistent results due to how they use multiple levels of nginx reverse proxy, and the fact you need to do a bunch of configuration on top of just installing their repo.

In the instructions, you will see I've documented a way to run other containers under Traefik, or you could run it under an existing Traefik reverse proxy installation (which is what I do!)

It reads like you've not familiar with Traefik, or how modern stacks fit together. The amount of containers is not the issue, and building a modern service as a single container that bundles the Database and pictrs is not really even possible, or desired (since you might want to run multiple frontend containers to handle more load, and scale the backend seperately)

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" :) That's demonstrates where the data is stored and how to remove it completely if you want to start again - This is a common practice when developing/testing containers.

Happy to field any further questions about it :)

[โ€“] tgxn@lemmy.tgxn.net 1 points 1 year ago

Here is a list of communities that include learn and programming, lemmy explorer I made ๐Ÿ˜ https://lemmyverse.net/communities?query=learn+programming

[โ€“] tgxn@lemmy.tgxn.net -1 points 1 year ago* (last edited 1 year ago)

I also publish the data, there's a link in the top right menu, if you want to use it for anything ๐Ÿ˜€ (I run this site) I made it for the same reason as op.

view more: โ€น prev next โ€บ