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