File storage, management and sharing platform.
| images | ||
| backup.sh | ||
| db.env | ||
| docker-compose.yml | ||
| docker-update.sh | ||
| nc_config.env | ||
| next-shell.sh | ||
| Readme.md | ||
| restore.sh | ||
| UNLICENSE | ||
| vackup | ||
Service[files]: Nextcloud
File storage, management and sharing platform.
Usage
Setup
- Set
DOMAIN_NAMEandDB_PASSWORDin.env. - Set
NEXTCLOUD_ADMIN_USERandNEXTCLOUD_ADMIN_PASSWORDinnc_config.env - (Optional) If you use S3, fill the remaining
OBJECTSTOREoptions innc_config.env - Run
docker compose up -d - Finish the web setup.
- Setup collabora in the admin page:
- Use
https://collabora.DOMAIN_NAME:9980as 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::/32for WOPI request whitelist.