![](https://lemmy.world/pictrs/image/a440fc33-524b-4412-9144-e3395c35b03b.jpeg)
![](https://lemmy.world/pictrs/image/8286e071-7449-4413-a084-1eb5242e2cf4.png)
Why compose and not just containers?
Why compose and not just containers?
Do you have “Content-Disposition: attachment” setup for the downloads on the backend?
Your issue might just be that it automatically opens it in LibreWolf again :P
It’s pretty interesting but there’s a few things that would make it a lot better:
These are my suggestions. Good luck with your project. It looks pretty nice!
People judging other people got really bad the last 10 years.
Should he have fought the mob instead?
lmao
Man I always thought Hawley would be a good president for the US.
Now I’m not so sure anymore.
Great stuff.
Your self hosted page should have the categories listed too.
Dear {{ user.first_name }},
We would like to personally thank you for registering at {{ brand.name }}!
Regards,
{{ employee.name }}
Yeah it’s very easy to get too comfortable with your project and lose track of the UX.
Good luck!
Looks pretty decent, some feedback:
I like that I can selfhost it. Almost all of these services collect and sell user data (like Disqus) and they are straight up blocked by ad/tracker blockers.
I wanted to comment the same thing.
They have been “closing in” on this release since forever.
Fossify is great. I replaced some stupid anti-privacy GApps with them.
You mean mDNS/Zeroconf are using a tld that was already being used.
You answer my question with a question… But I’ll answer it.
Compose is meant for multi-container applications or development. It’s good for custom applications where you need to manage every service yourself so you mostly see them used for stuff like web stacks.
Single container applications are much easier to run and manage for the end-user and most of the awesome-selfhosted apps are already served as single container images on the docker hub. There is absolutely no need to use compose for any of those because you are not managing every service of the app yourself.
I have a big server with lots of containers running for apps. For example, I have a container for my blog, one for FreshRSS, and even one for Teamspeak. But I only use Compose for one application and that’s my own custom one. That one consists of an nginx container, php container, etc. I don’t need to dive into the different services of FreshRSS for example, but I do need to for my own custom app.