better ngnix config for resolving files etc.

This commit is contained in:
rnsrk 2025-05-11 22:09:46 +02:00
parent d9092a7e76
commit 00cb0fe143
3 changed files with 108 additions and 57 deletions

View file

@ -30,6 +30,8 @@ At least 6 cores with 16GB RAM 100GB SSD would be sufficent.
## Install
### Prerequisites
1) Copy the env and docker-compose.override.yml to the service directories via the script.
Add your specific settings in `set-config.sh`, then:
```
./copy_overrides.bash
```
@ -146,6 +148,11 @@ docker compose -f hedgedoc/docker-compose.yml up -d
- Better reuse of gits for updating and maintainment.
## Changelog
0.0.3
- Fix the postgres-loose-it-all-volume mistake...
+ Volume have to be `/var/lib/postgresql/data` not `/var/lib/postgresql/` or everthing will be deleted, if the container is rebuild.
- More robust Nextcloud config.
0.0.2
- Make things more agnostic by
+ use original gits