Install Nextcloud #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VPS
Follow Initial Server Setup and Security Essentials for Debian.
DNS
Add DNS records:
kubeload.com A 1.2.3.4
www.kubeload.com A 1.2.3.4
kubeload.com AAAA 2a01:4f8:ffff:ffff::1
Caddy
Docker Compose
Get the latest compose.yml from Nextcloud GitHub.
I use Apache to serve PHP for the Nextcloud web server and PostgreSQL for the database.
compose.yml:
db.env:
Run
docker compose up -dGo to https://i.kubeload.com. Create admin and change POSTGRES_PASSWORD.
Initial setupto Install Nextcloud