Some changes

This commit is contained in:
Minecon724 2025-03-26 18:38:34 +01:00
commit c0437d2444
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 4 additions and 3 deletions

View file

@ -2,6 +2,7 @@
1. Replace IP addressses in `docker-compose.yml` and `reset.sh`
2. Make sure `reset.sh` works
3. Set companion secret key in `config.toml`
3. In `nginx`:
- `openssl dhparam -out dhparam.pem 3072` (takes up to a few minutes, you can do the two below steps in the meantime)
- `openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key` (keep pressing Enter)
@ -11,4 +12,4 @@
**TODOs**:
- automate all above
- `reset.sh` only when companion already up
- `reset.sh` only when companion up

View file

@ -9,11 +9,11 @@
# See https://toml.io/en/ for details on the configuration format.
#####
# [server]
[server]
# port = 8282 # env variable: PORT
# host = "127.0.0.1" # env variable: HOST
# # secret key needs to be 16 characters long or more
# secret_key = "CHANGE_ME" # env variable: SERVER_SECRET_KEY
secret_key = "CHANGE_ME" # env variable: SERVER_SECRET_KEY
# verify_requests = false
# [cache]