File storage, management and sharing platform.
Find a file
2025-10-20 21:37:10 -03:00
images Use alpine, add collabora, tune php uploads, bump database version 2025-10-20 03:48:24 -03:00
backup.sh Add basic backup capabilities (uncommited changes from long ago) 2025-06-16 22:04:07 -04:00
db.env Use variables 2025-10-20 21:10:00 -03:00
docker-compose.yml Use variables 2025-10-20 21:10:00 -03:00
docker-update.sh Up 2023-09-11 12:48:18 +00:00
nc_config.env Use nginx instead of apache 2023-10-05 07:55:07 +00:00
next-shell.sh Use alpine, add collabora, tune php uploads, bump database version 2025-10-20 03:48:24 -03:00
Readme.md Add Readme and Unlicense 2025-10-20 21:37:10 -03:00
restore.sh Add basic backup capabilities (uncommited changes from long ago) 2025-06-16 22:04:07 -04:00
UNLICENSE Add Readme and Unlicense 2025-10-20 21:37:10 -03:00
vackup Add basic backup capabilities (uncommited changes from long ago) 2025-06-16 22:04:07 -04:00

Service[files]: Nextcloud

File storage, management and sharing platform.

Usage

Setup

  1. Set DOMAIN_NAME and DB_PASSWORD in .env.
  2. Set NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD in nc_config.env
  3. (Optional) If you use S3, fill the remaining OBJECTSTORE options in nc_config.env
  4. Run docker compose up -d
  5. Finish the web setup.
  6. Setup collabora in the admin page:
  • Use https://collabora.DOMAIN_NAME:9980 as the server url.
  • Use 172.16.0.0/12 192.168.0.0/16 10.0.0.0/8 fc00::/7 fe80::/10 2001:db8::/32 for WOPI request whitelist.