Everything posted by UntouchedWagons
-
[Support] binhex - DelugeVPN
Oh right yeah, that makes sense now that I think about it. Thanks.
-
[Support] binhex - DelugeVPN
Can do, here you go: https://paste.dimdev.org/hovuxosije.coffeescript
-
[Support] binhex - DelugeVPN
I'm having issues starting the binhex-delugevpn docker, the log says: 2019-09-19 22:09:38,017 DEBG 'start-script' stdout output: [info] Attempting to curl https://www.privateinternetaccess.com/vpninfo/servers?version=82... 2019-09-19 22:11:38,105 DEBG 'start-script' stdout output: [warn] Response code 000 from curl != 2xx [warn] Exit code 6 from curl != 0 [info] 12 retries left [info] Retrying in 10 secs... 2019-09-19 22:13:38,199 DEBG 'start-script' stdout output: [warn] Response code 000 from curl != 2xx [warn] Exit code 6 from curl != 0 [info] 11 retries left [info] Retrying in 10 secs... I tried updating the container but this issue persists. I'm using the Toronto gateway
-
[Plugin] CA User Scripts
Hmm. That's annoying, oh well.
-
[Plugin] CA User Scripts
My script file is a python script, but it keeps failing because python decides to use ANSII instead of UTF-8. It turns out that the LANG environment variable is not being set to en_US.UTF-8. Any ideas how I could fix that without having a boiler plate shell script?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Based on the two previous solutions, I came up with a config for a subdomain-based setup: server { listen 443 ssl; server_name ubooquity.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_ubooquity ubooquity; proxy_max_temp_file_size 2048m; proxy_pass http://$upstream_ubooquity:2202; } }
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi there, could you please add proxy-conf files for Ubooquity? Thanks
-
[Support] binhex - DelugeVPN
I've tried curl --proxy http://192.168.0.5:8118 https://ipinfo.io/ip and curl --proxy https://192.168.0.5:8118 https://ipinfo.io/ip Neither work, curl times out in both instances. What is LAN_NETWORK used for? Is that for an ACL for Privoxy or something else? [Edit] Apparently so, changing LAN_NETWORK to 192.168.0.0/24 lets me use the proxy
-
[Support] binhex - DelugeVPN
Do I use SOCKS5 or HTTP or what with privoxy? I tried both with curl and curl was unable to connect to privoxy both times
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
That's a shame.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
How do I mount an encrypted external hard drive? UD recognizes the LUKS header but when I click "Mount" nothing happens, the page simply reloads
-
[SOLVED] So how do you do "gaming rig" VM without onboard audio?
For unrelated reasons I bought a Fiio E10K USB DAC. Maybe if you got something like that you could pass it through to the VM.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Yeah I figured out that the on-off rocker switch is to mark the package for installation. Not very intuitive IMO
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
It took me 10 minutes to figure out why screen was not available even though I installed this plugin, even though the web GUI said "up to date" it wasn't actually downloaded.
-
[container] joch's s3backup
I left S3Cmd to run overnight, dunno how far along it is but it's doing its thing. [Edit]I still don't know why the docker isn't automatically starting s3cmd
-
[container] joch's s3backup
Okay I added that paramater but there's still nothing in the log or in my bucket.
-
[container] joch's s3backup
Hi there. How do I find out why s3cmd did not upload anything to my bucket? I configured your container to run every day at 3AM and I supplied brand new access and security keys but when I checked the bucket this afternoon nothing was uploaded. I checked the container's log and there were no messages of any sort.
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
How do I install the older version of OpenVPN? I'm using version 2.3.11 now but it won't start up because of "openvpn: symbol lookup error: openvpn: undefined symbol: SSL_CTX_get0_certificate". If I uninstall the plugin, then install it fresh I'm told that it's already installed even though I had just uninstalled it.
-
[Support] Linuxserver.io - Beets
Thanks.
-
[Support] Linuxserver.io - Beets
Hi there, I'm not able to install this container: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Beets" --net="bridge" -e PUID="99" -e PGID="100" -e TZ="America/New_York" -p 8337:8337/tcp -v "/mnt/cache/appdata/beets/":"/config":rw -v "/mnt/user/Stuff/Music To Sort/":"/downloads":rw -v "/mnt/user/Stuff/Music/":"/music":rw linuxserver/beets Unable to find image 'To:latest' locally Invalid repository name (To), only [a-z0-9-_.] are allowed The command finished successfully!
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
I installed the update, adjusted the webui as specified then my container disappeared from the containers list. I just remade the container but that was weird. I really like that I can manage CrashPlan through a web interface that's really cool.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Yes I know what the article is for, I'm literate. I tried the crashplan desktop container and when I connected to the crashplan container on the same machine, the crashplan service would crash. Every single time. Which I had stated already. I used the tutorial I had linked to connect the crashplan on my unraid box using the crashplan UI on my desktop to configure the former.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Every time I try to connect to the crashplan container with the crashplan-desktop container, the crashplan service crashes. I followed this tutorial and skipped the SSH part.