this post was submitted on 09 Jun 2025
24 points (100.0% liked)

Opensource

3260 readers
201 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] verstra@programming.dev 3 points 3 weeks ago (1 children)

This is just what I need. A few months ago, SeaFile shat the bed and I just could be bothered to fix it. It's deployment is a mess - a server, then a frontend host, a reverse proxy, a database - all in one container!

So I will try this out. I was contemplating building a thing like this myself, so I can contribute fixes/features too.

[–] enemenemu@lemm.ee 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Why are you not simply using nextcloud?

Why would you want that all in one container? That sounds like a bad system. I like docker / podman especially because I can separate the containers.

[–] verstra@programming.dev 1 points 3 weeks ago

I've tried nextcloud, it felt too slow.

Why would you want that all in one container?

I don't want it, SeaFile provides only such conglomerate Dockerfile. And I didn't have much success with writing my own Dockerfile for it. It's terrible.