Update README.md

This commit is contained in:
Minecon724 2025-04-07 06:44:15 +02:00
commit cda9590cc5

View file

@ -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