nextcloud / all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
https://hub.docker.com/r/nextcloud/all-in-one
GNU Affero General Public License v3.0
5.3k stars 616 forks source link

Having an issue when installing Nextcloud for first time #4842

Closed ola-tunde closed 3 months ago

ola-tunde commented 3 months ago

Steps to reproduce

  1. Took the latest version from last week
  2. Installed it on a new server so that it's accessible on the Internet
  3. All proxy servers deactivated on the machine itself (Apache and Nginx)
  4. I've configured an HAProxy on my firewall so I'm really coming to the server
  5. Run this command : sudo docker run \ --init \ --sig-proxy=false \ --name nextcloud-aio-mastercontainer \ --restart always \ --publish 80:80 \ --publish 8080:8080 \ --publish 8443:8443 \ --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \ --volume /var/run/docker.sock:/var/run/docker.sock:ro \ --env SKIP_DOMAIN_VALIDATION=true \ nextcloud/all-in-one:latest

Expected behavior

Gotting login page for authentication

Actual behavior

When I go to my domain name (https://my_domain.tld) I am redirected to https://my_domain.tld/containers

Screenshot 2024-06-18 165649

Host OS

Debian 12 (Bookworm)

Nextcloud AIO

version v9.0.1

Current channel

Latest

Other valuable info