various tweaks and fixes

This commit is contained in:
2024-06-06 20:41:43 -04:00
parent 406b17c7d8
commit 642c0011ff
13 changed files with 155 additions and 68 deletions

View File

@@ -21,6 +21,12 @@ docker run \
nextcloud/all-in-one:latest
```
## Trusted Proxy
```bash
docker exec --user www-data -it nextcloud-aio-nextcloud php occ config:system:set trusted_proxies 2 --value="10.1.0.0/16"
```
## Uninstall
```bash