ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

Working Environment/Versions #99

Closed Darkknight33 closed 3 years ago

Darkknight33 commented 3 years ago

Can you describe an OS/NC version combination that this still works for? I'm having a heck of a time getting this to run on Debian 10 & Ubuntu 20.04 & 18.04 with either NC21:latest or 21.0-fpm or 20-fpm. The app:install section is completely broken and nothing installs on any version. I have to comment out the app installs in the relevant yml file to get the installation to proceed. The server is accessible from the internet via port 80 & 443, and the FQDN domain is routed properly to a fixed IP.

On Debian, after commenting out the specific app:install tasks, it completes successfully. However, I just get a bad gateway, though all containers are up. Traefik config looks good,

On Ubuntu (both), it throws a bunch of errors when installing ansible, but if I handle that by hand it moves forward then 'hangs on first setup nextcloud'.

Edited (again): The 504 was due to bad ip in my configuration for for privately hosted S3. Ansible pushes AWS region even when commented out in inventory as well. Once I fixed the IP and deleted the region NC came up. App installs unrelated to this and still broken, however.

Darkknight33 commented 3 years ago

Gonna close this, and and open a more relevant issue. My initial problems were failing to read the readme correctly and mistyping an IP -- guess I shouldn't work so late.