Says “Please type in the domain into the input field below that will be used for Nextcloud in order to create a new AIO instance.”
I dont wanna unnecessarily spend money
Says “Please type in the domain into the input field below that will be used for Nextcloud in order to create a new AIO instance.”
I dont wanna unnecessarily spend money
Don’t go with AIO then
You can use this with tailscale or local only.
https://hub.docker.com/r/linuxserver/nextcloud/
version: “2.1” services: nextcloud: image: lscr.io/linuxserver/nextcloud:latest container_name: nextcloud environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /path/to/appdata:/config - /path/to/data:/data ports: - 443:443 restart: unless-stopped