No description
nginx | ||
smart-ipv6-rotator@6c7286107b | ||
.env | ||
.gitmodules | ||
config.toml | ||
docker-compose.yml | ||
init.sh | ||
issue_cert.sh | ||
README.md | ||
reset.sh |
./init.sh
- Fill in
.env
- Set the companion secret key in
config.toml
- How do you want to connect to YouTube?
- If you want to rotate IPv6, consult
.env
- This rotates your ipv6 to bypass ratelimits. It's only effective with subnets larger than /64, the larger the better.
- If you want to use gluetun:
- uncomment everything below
gluetun:
and the two linesnetwork_mode
anddepends_on
- Put
wg0.conf
in the root directory
- uncomment everything below
- If something else, you should know what you're doing
- If you want to rotate IPv6, consult
./reset.sh
./issue_cert.sh
- Schedule
reset.sh
. This rotates your IP, updates containers, and it's generally a good practice to auto restart.
This restarts every hour:00. You can change it, if you want to. / If you have multiple companions, you should make them restart at different times.@reboot sleep 30s && cd /opt/invidious-companion/reset.sh 0 * * * * cd /opt/invidious-companion/reset.sh