

1·
12 days agoYeah, I read about the lawsuit thing. I actually already looked at OpenCloud as a NC replacement, but the docker setup isn’t really polished currently, so I’m gonna let them cook a while longer
Yeah, I read about the lawsuit thing. I actually already looked at OpenCloud as a NC replacement, but the docker setup isn’t really polished currently, so I’m gonna let them cook a while longer
Lol, for real? I wondered why they would create OpenCloud if it is basically just OwnCloud IS
If they all run on docker, you just have to add labels to them, telling them what domain and port they use, etc (look at the labels from your compose). Then you add the traefik base network to them and presto. Traefik recognizes the labels and automatically routes incoming requests to them and creates certificates for them.
I would recommend a single compose stack for traefik and then one compose file per context (e.g. NextCloud, its DB, documentServer in one stack)