Update README.md
This commit is contained in:
parent
f68e0a4346
commit
cda9590cc5
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@
|
||||||
- Replace hostname in `conf.d/companion.conf` also replace proxy target to `gluetun` if using gluetun
|
- 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. 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)
|
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**:
|
**TODOs**:
|
||||||
- automate all above
|
- automate all above
|
||||||
|
|
|
||||||
Reference in a new issue