Deploy Caddyfile to valhalla / deploy (push) Successful in 2m20s
Replaces ownCloud with Nextcloud (postgres + redis) and adds OnlyOffice Document Server for Google Docs-style editing. Migration is staged: nextcloud.ginnoir.com for testing, files.ginnoir.com still points at ownCloud until cutover is verified. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
420 B
Bash
14 lines
420 B
Bash
# Nextcloud
|
|
NEXTCLOUD_ADMIN_USER=ginnoir
|
|
NEXTCLOUD_ADMIN_PASSWORD=ctc2dq7ZlsgIKikQtemcGGwtqMTASfM
|
|
NEXTCLOUD_TRUSTED_DOMAINS=files.ginnoir.com nextcloud.ginnoir.com
|
|
POSTGRES_HOST=nextcloud-postgres
|
|
POSTGRES_DB=nextcloud
|
|
POSTGRES_USER=nextcloud
|
|
POSTGRES_PASSWORD=WZn3ljZBEXE45EX4JvPrrBbqDkIPE2
|
|
REDIS_HOST=nextcloud-redis
|
|
|
|
# OnlyOffice document server
|
|
JWT_ENABLED=true
|
|
JWT_SECRET=UhZ8tBlHbbsZhwgPKJKREhFI55RPe4SwBIAoz7xMGM
|