Everything posted by DeadDjembe
-
[Support] Clowrym's Docker Repository
currently it does not include the "--". It's working so I'm not going to change it now, but will keep in mind if something breaks again. My config currently states: OpenVPN_OPTIONS:
-
[Support] Clowrym's Docker Repository
changing the dns to lowercase did not seem to help, but moving off the :dev branch did the trick. I'm up and running again! thanks for your help!
-
[Support] Clowrym's Docker Repository
Thanks for your help: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Transmission_VPN_New' --net='none' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'OPENVPN_USERNAME'='XXXXXXX' -e 'OPENVPN_PASSWORD'='XXXXXXX' -e 'OPENVPN_CONFIG'='netherlands' -e 'OPENVPN_PROVIDER'='PIA' -e 'LOCAL_NETWORK'='192.168.0.0/24' -e 'TRANSMISSION_RPC_USERNAME'='XXXXXX' -e 'TRANSMISSION_RPC_PASSWORD'='XXXXXXX' -e 'OPENVPN_OPTS'='--dhcp-option DNS 8.8.8.8 --inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings' -e 'PUID'='99' -e 'PGID'='100' -e 'TRANSMISSION_DOWNLOAD_DIR'='/downloads/complete' -e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='false' -e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='false' -e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='15' -e 'TRANSMISSION_CACHE_SIZE_MB'='10' -e 'TRANSMISSION_INCOMPLETE_DIR'='/downloads/incomplete' -e 'TRANSMISSION_WEB_UI'='transmission-web-control' -e 'GLOBAL_APPLY_PERMISSIONS'='false' -e 'WEBPROXY_ENABLED'='false' -e 'PIA_OPENVPN_CONFIG_BUNDLE'='openvpn-tcp' -v '/mnt/cache/.appdata/transmission_New':'/data':'rw' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/downloads/blackhole/':'/watch':'rw' -v '/mnt/user/downloads/':'/mnt/user/T_Media/Torrent/':'rw' -v '/mnt/user/media/audio books/':'/audiobooks':'rw' -e 'pipework_cmd=br0 @CONTAINER_NAME@ 192.168.1.38/[email protected] XX:XX:XX:XX:XX:XX' --restart unless-stopped 'haugene/transmission-openvpn:dev' 2399ca71261076d9c52c7152a2933764de60e2b363022c21e1fe5e0b105e595d
-
[Support] Clowrym's Docker Repository
Hi all, I am receiving the error: WARNING: initial DNS resolution test failed curl: (6) Could not resolve host: www.privateinternetaccess.com per others suggestions here and from on this thread I have tried: -dhcp-option DNS 8.8.8.8 to OpenVPN_OPTIONS --dns 8.8.8.8 --dns 8.8.4.4 to the container's Extra Parameters mapping /etc/resolv.conf and populating the file with either: OVERRIDE_DNS_1=8.8.8.8 OVERRIDE_DNS_2=8.8.4.4 nameserver 8.8.8.8 nameserver 8.8.4.4 None seem to correct the issue. Any other troubleshooting steps I can take?
-
Unraid 14th Birthday Case Badge Giveaway
Happy B-Day UNraid! I've been a user for years. Rock solid experience, I've been amazed at how flexible and stable it has been. One of the best communities out there. Keep up the good work!
-
[Support] binhex - Airsonic
I added the variable "CONTEXT_PATH" with the value "/airsonic" to the container template and it is working properly with my nginx reverse proxy.
-
[Support] Linuxserver.io - FreshRSS
Bummer to hear that. In the install.php there is a base_url variable that I hoped would work, but it didn't seem to work for me. Looks like I need to forward a port to access from outside the LAN.
-
[Support] Linuxserver.io - FreshRSS
Is there a way to set the base url so FreshRSS may hide behind a reverse proxy? I tried passing the base_url variable but this did not seem to work. Any help is much appreciated!
-
[SUPPORT] pihole for unRaid - Spants repo
You could give pipework a try, it's a docker container that allows you to assign a unique ip address to other containers. This way pihole can be on a different ip allowing both to have port 53 open.