Everything posted by Zero
-
[Support] binhex - SABnzbdVPN
I recently changed from PIA to Mullvad using this guide. But the Webgui does not work anymore. This is a rundown of my settings: Priviliged container Extra parameters: --sysctl="net.ipv4.conf.all.src_valid_mark=1 VPN enabled vpn username/password default VPN_PROV = custom VPN_CLIENT = wireguard No strict portforward Lan network = 192.168.178.0/24 (server ip is 192.168.178.x) Name servers = default I let Sabnzbd run, drag my wireguard config in there and rename it to wg0.conf. The container starts without any error and sabnzbd also has no errors in the log. What am I doing wrong here? I tried different container tags, different settings, different WIreguard configs but nothing helps. I saw some threads where people had the same problem but they did not post a fix (like this one). I think I found it. I'm using Tailscale subnet router to connect to my machines so therefore I am not in the LAN network I have defined. I need to find out what IP my container is seeing when I cannot to it so I can add it to the LAN network. final edit: I fixed it by adding 100.64.0.0/10 (found the cidr here) to the lan_network variable
-
[SUPPORT] pihole for unRaid - Spants repo
Wondering the same, if I find a solution for this I can really replace my Pi.
-
[SUPPORT] pihole for unRaid - Spants repo
That's what I do too, but where do you enter the names for the Pi to resolve? I want to type: http://banana in my browser and be forwarded to the 192.168.1.100 IP. What file should I edit to make this possible?
-
[SUPPORT] pihole for unRaid - Spants repo
I want to use my Pi-Hole as local DNS resolver, but want to keep my current DHCP server (so not using PiHole DHCP). What would be the best way to do this?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I just did that, but it's still giving errors
-
[Support] binhex - DelugeVPN
Do you might have an idea why the plugins don't work for me 99% of the time? Whenever I reboot the plugins are disabled again and I have to re-enable them
-
[Support] binhex - DelugeVPN
I just downloaded and setup deluge, but whenever I enable any plugins (e.g. label or extractor) they are reset after boot. I want to use this with sonarr but even tho I enabled the label plugin, sonarr and radarr say I don't
-
[Support] Linuxserver.io - Sonarr
Since the last update my Sonarr has been acting realllyyy weird, the RSS sync and scanning library are taking ages and here are the logs I didn't change and of the settings, just added some shows. It's not like Sonarr is not working but it's realllyy slow and glitches pretty hard.
-
[Support] Linuxserver.io - Duplicati
I tried location /ngax { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.201:8200/ngax/index.html; } and it returned and i tried location /ngax { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.201:8200/ngax; } and that returns this reconnecting screen
-
[Support] Linuxserver.io - Duplicati
Did you guys get nginx working for this? I have location /duplicati { include /config/nginx/proxy.conf; proxy_pass http://[ip]:8200/duplicati; } but it isn't working, any ideas?