Add Readme and Unlicense

This commit is contained in:
Oliver Hattshire 2025-10-20 21:37:10 -03:00
parent 6c21cbf6b2
commit d68151811e
2 changed files with 38 additions and 0 deletions

14
Readme.md Normal file
View file

@ -0,0 +1,14 @@
# 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.