leo16
February 11, 2023, 4:54pm
1
Hi,
I tried for several days now to setup a nextcloud instance behind traefik
I read and tried tons of things but I always end up with either a Timeout, a Bad Gateway, an internal server error or a 404 Not Found error
I run a Ubuntu 22.04 server on a Vps and I use docker and docker-compose
I just have a running socket-proxy image and traefik dashboard behind authelia
(running fine)
Thank you so much for any help
Network
sudo docker network create --gateway 192.168.2.1 --subnet 192.168.2.0/24 t2_proxy
sudo docker network create --gateway 192.168.3.1 --subnet 192.168.3.0/24 socket_proxy
IP
Vps = 153.XXX.XXX.XXX
Traefik = 192.168.2.10
Nextcloud = 192.168.2.19
SocketProxy = 192.168.3.1
docker-compose.yml : https://textup.fr/674654Ua
config.php : <?php $CONFIG = array ( ... - TextUp
wwe
February 11, 2023, 8:28pm
2
hello @leo16 welcome to the forum
please post everything directly into the forum - nobody wants to reach into another strange service to help you to solve your problem … I had a very short look and didn’t find any issues.
I would suggest you start with an easy setup (only traefik+NC+db+redis) and add complexity like Authelia later. please use search function - there are lot of good resources discussing same or similar topics e.g.
I have such setup running 1,5y and survived 2 major updates and hardware move without issues, the setup is stable. maybe this is the least problematic advanced feature of NC… (works much more stable than talk+coturn).
as I don’t use Collabora often first start takes multiple seconds but then it works good on old i3 desktop…
The only big problem I experienced was Collabora outage for multiple weeks caused by Collabora until I discovered the solution in Collabora forums (Collabora+SNI). The prob…
system
Closed
September 23, 2024, 4:07pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.