http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/invidious/index.html
Onion instance setup Now let's setup an invidious instance that works over tor with a .onion link. For the initial setup of a tor .onion website, check out this tutorial. [ nowhere.moe ] [ /dev/pts/21 ] [/srv/invidious]
→ cat docker-compose.yml
version: "2.1"
services:
ipv6nat:
container_name: ipv6nat
privileged: true
network_mode: host
restart: unless-stopped
volumes:
- '/var/run/docker.sock:/var/run/docker.sock:ro'
-...