Cloudflare Tunnel Demo (I use arch btw)

Navigation

Back to Home

Tailscale Setup

1. Install Docker

Install Docker on your Linux installation by following the official documentation. The easiest way is to install it using this script:

curl -fsSL https://get.docker.com | sudo sh

2. IPv6 Support (Optional)

If you need IPv6 support, enable it by following the guide.

3. Install Nextcloud AIO

Run this command in your terminal:

sudo docker run \
--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 \\
 ghcr.io/nextcloud-releases/all-in-one:latest

Note: You may want to adjust Nextcloud's datadir to store files in a different location than the default volume.

4. Access the Interface

Open the AIO interface at: