I actually enjoyed Hogfather but haven’t read the book.
- 1 Post
- 62 Comments
Can you give me an example what you are looking for so I can check my trackers?
This is my setup
sabnzbd: ... restart: unless-stopped network_mode: "service:gluetun" gluetun: image: qmcgaw/gluetun container_name: gluetun cap_add: - NET_ADMIN environment: - VPN_SERVICE_PROVIDER=custom - VPN_TYPE=wireguard devices: - /dev/net/tun:/dev/net/tun ports: - 9090:8080 # SABnzbd webui port forwarding volumes: - ./Wireguard/wg0.conf:/gluetun/wireguard/wg0.conf:ro restart: unless-stoppedNote how i explicitly tell sabnzbd container to use gluetun as a network.
Afaik, with your setup you simply run both containers in the same network so that both can reach each other.
What do your docker logs mention? Especially regarding sab ans deluge?
Usually you should be able to download a wg0.conf file from your vpn provider. It basically contains all the data that you provided via env var in a specific format.
Note: the server address has to be an IP address since gluetun won’t resolve addresses (see here).
You could maybe try using the wg0.conf and mount this insteas. Here is how I set it up (works with proton and windscribe)
gluetun: image: qmcgaw/gluetun container_name: gluetun cap_add: - NET_ADMIN environment: - VPN_SERVICE_PROVIDER=custom - VPN_TYPE=wireguard devices: - /dev/net/tun:/dev/net/tun ports: - 9090:8080 # SABnzbd webui port forwarding volumes: - ./Wireguard/wg0.conf:/gluetun/wireguard/wg0.conf:ro restart: unless-stopped
skoell13@feddit.orgto
Selfhosted@lemmy.world•TrueNAS build system going closed sourceEnglish
5·7 months agoI love it so much that I donaged twice to the project. There are also some easter-eggs hidden in the software, like quotes from Dune.
skoell13@feddit.orgto
DACH - Deutschsprachige Community für Deutschland, Österreich, Schweiz@feddit.org•Sparkassen: Digitaler Euro bringt hohe Kosten und wenig Nutzen
0·8 months agoGleiche mit der Banking App drr Volksbank auf /e/os. ING geht auch. C24 Bank auch
skoell13@feddit.orgto
Movies@lemmy.world•What is your favorite 80s horror movie?English
0·11 months ago- A nightmare on elm street
- Friday the 13th
- Creepshow
- Fright Night
- Pet Sematary
skoell13@feddit.orgto
Selfhosted@lemmy.world•jotty·page - Checklists & Notes made it easyEnglish
4·11 months agoDamn, I this is exactly what I searched for, I’ll deploy it immediately, thanks a lot!
https://de.m.wikipedia.org/wiki/Seele_(Gebäck) Answered to you because of the Spätzle
I got Seel(e)ius
Ireland?
skoell13@feddit.orgto
Selfhosted@lemmy.world•Will this Jellyfin configuration expose me to security risks?English
1·1 year agoI would also recommend a VPN. However, if this doesn’t work or you want to share it with friends I would recommend something like a VPS relay: https://codeberg.org/skjalli/jellyfin-vps-setup
Sobald man den Bootloader sperrt geht der Fingerabdrucksensor. Warum möchtest du diesen entsperrt lassen?
Nein, aber man kann den Bootloader wieder sperren Laut Aussagen im Shiftforum
I am using the free Oracle VPS offer until they block me, so far I have no issue. Alzernatively I wanted to check out IONOS, since you dont have a bandwidth limit there.








I use a Wireguard tunnel to a VPS and fail2ban with geoblocking: https://codeberg.org/skjalli/jellyfin-vps-setup