From cda9590cc5a7ab2236353b4c7bcf587fb4216a74 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Mon, 7 Apr 2025 06:44:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc9f1f..34b5c21 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ - Replace hostname in `conf.d/companion.conf` also replace proxy target to `gluetun` if using gluetun 4. If using gluetun: Create `wg0.conf` and comment the rotation in `reset.sh` 4. `docker compose up -d` and [issue a certificate](https://git.m724.eu/Minecon724/dream-setup/src/branch/master/CERTIFICATE.md) -5. Schedule `reset.sh` +5. **Schedule `reset.sh`**. This is very very important. Restart it every at most 24 hours. + ``` + @reboot sleep 30s && cd /opt/invidious-companion && ./reset.sh + 25 */3 * * * cd /opt/invidious-companion && ./reset.sh + ``` **TODOs**: - automate all above