14 lines
581 B
Markdown
14 lines
581 B
Markdown
# 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.
|