Everything posted by dbinott
-
[Support] binhex - Plex Pass
I am moving from W10 Plex to unraid plex. I see that the config asks for a media folder. Since I set up separate shares for movies, tv instead of media/movies etc. So I want to change that. I want to do Media/Movies/MovieName Media/TVShows/Showname/Season# What would the split level be for this?
-
[Support] binhex - DelugeVPN
Crap. OK, thanks.
-
[Support] binhex - DelugeVPN
it's usenetserver.com cert is there along with 890 opvn files. credentials are good as far as the endpoint, assuming it reads that from the opvn files? some info... https://support.usenetserver.com/customer/en/portal/articles/2202546-what-types-of-vpn-connections-does-usenetserver-offer- https://support.usenetserver.com/customer/en/portal/articles/2283581-servers-and-ports?b_id=11265 https://accounts.usenetserver.com/action/vpnserverlist
-
[Support] binhex - DelugeVPN
So I switched from QBT cause I couldn't get it running. Now I can't get this running. Or more specifically, the web UI. Log says auth failed, but I know creds are correct. Using usenetserver.com. Thanks. 2019-04-24 17:27:23,103 DEBG 'start-script' stdout output: [debug] OpenVPN command line:- /usr/bin/openvpn --daemon --reneg-sec 0 --mute-replay-warnings --auth-nocache --setenv VPN_PROV 'custom' --setenv DEBUG 'true' --setenv VPN_DEVICE_TYPE 'tun0' --setenv VPN_REMOTE 'chi-a27.wlvpn.com' --script-security 2 --writepid /root/openvpn.pid --remap-usr1 SIGHUP --log-append /dev/stdout --pull-filter ignore 'up' --pull-filter ignore 'down' --pull-filter ignore 'route-ipv6' --pull-filter ignore 'ifconfig-ipv6' --pull-filter ignore 'tun-ipv6' --pull-filter ignore 'persist-tun' --pull-filter ignore 'reneg-sec' --remote 209.107.210.29 1194 udp --remote-random --up /root/openvpnup.sh --up-delay --up-restart --keepalive 10 60 --auth-user-pass credentials.conf --cd /config/openvpn --config '/config/openvpn/chi-a27.ovpn' [info] Starting OpenVPN... 2019-04-24 17:27:23,108 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 WARNING: file 'credentials.conf' is group or others accessible Wed Apr 24 17:27:23 2019 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018 Wed Apr 24 17:27:23 2019 library versions: OpenSSL 1.1.1a 20 Nov 2018, LZO 2.10 2019-04-24 17:27:23,108 DEBG 'start-script' stdout output: [info] OpenVPN started 2019-04-24 17:27:23,108 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts [debug] Waiting for valid IP address from tunnel... 2019-04-24 17:27:23,109 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]209.107.210.29:1194 2019-04-24 17:27:23,109 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 Socket Buffers: R=[212992->212992] S=[212992->212992] Wed Apr 24 17:27:23 2019 UDP link local: (not bound) Wed Apr 24 17:27:23 2019 UDP link remote: [AF_INET]209.107.210.29:1194 2019-04-24 17:27:23,143 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 TLS: Initial packet from [AF_INET]209.107.210.29:1194, sid=683e78dd 97d0f1ce 2019-04-24 17:27:23,176 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 VERIFY OK: depth=1, C=US, ST=VPN, L=VPN, O=VPN, OU=VPN, CN=VPN, name=VPN, emailAddress=VPN 2019-04-24 17:27:23,176 DEBG 'start-script' stdout output: Wed Apr 24 17:27:23 2019 VERIFY KU OK Wed Apr 24 17:27:23 2019 Validating certificate extended key usage Wed Apr 24 17:27:23 2019 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Wed Apr 24 17:27:23 2019 VERIFY EKU OK Wed Apr 24 17:27:23 2019 VERIFY OK: depth=0, C=US, ST=VPN, L=VPN, O=VPN, OU=VPN, CN=vpn, name=VPN 2019-04-24 17:27:24,346 DEBG 'start-script' stdout output: Wed Apr 24 17:27:24 2019 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA Wed Apr 24 17:27:24 2019 [vpn] Peer Connection Initiated with [AF_INET]209.107.210.29:1194 2019-04-24 17:27:25,470 DEBG 'start-script' stdout output: Wed Apr 24 17:27:25 2019 SENT CONTROL [vpn]: 'PUSH_REQUEST' (status=1) 2019-04-24 17:27:25,504 DEBG 'start-script' stdout output: Wed Apr 24 17:27:25 2019 AUTH: Received control message: AUTH_FAILED Wed Apr 24 17:27:25 2019 SIGTERM[soft,auth-failure] received, process exiting
-
[Support] binhex - qBittorrentVPN
UPDATE: switched to deluge. Is there a way to update the WebUI link to use the new port? Or I'm doing something wrong.
-
[Support] Linuxserver.io - Beets
So, I was importing my music overnight and lost connection to the terminal. Is there a way to get back to that session? Do I just rerun? it keeps track of that sort of thing, cool.
-
Share Your Banners
ok, so with these input[type=button], input[type=reset], input[type=submit], button, button[type=button], a.button They all target a particular element on the page. so input button means do this one style for anything that has an input type of button. same for reset or submit. Then there are just button tags <button></button>, so it tells it tun also do the those, button type button I believe is not needed. Then there are specifiers. a means any anchor tag, those are what make the links, then if they have the class of button, do those also.
-
Share Your Banners
Changed all the orange buttons. Last 28 lines or so were added.
-
Share Your Banners
Updated buttons body { color: #6e8f9e; } select { color: #546e7a; background-image: linear-gradient(66.6deg, transparent 60%, #6e8f9e 40%), linear-gradient(113.4deg, #6e8f9e 40%, transparent 60%); } #title { color: #dedede } input[type=text], input[type=password], input[type=number], input[type=url], input[type=email], input[type=date], input[type=file], textarea, .textarea { color: #6e8f9e; } #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after { background-color: #026cf7; } div.jGrowl div.jGrowl-notify { overflow: hidden; box-shadow: none!important; } .blue-text, a { color: #3887f1; } .switch-button-background { background-color: #4646465e; border: 1px solid #aaaaaa1f; } .switch-button-background.checked { background: #4646465e; } input[type=button], input[type=reset], input[type=submit], button, button[type=button], a.button { backface-visibility: hidden; cursor: pointer; white-space: nowrap; background: rgba(100%, 100%, 100%, 0); border-radius: 4px; border: 1px solid #3887f1; border-width: 1px 1px 1px 1px; padding: 9px 18px 9px 18px; box-shadow: 0px 1px 0px #535353, 0px 1px 3px rgba(0%, 0%, 0%, 0.3); color: #eaeaea; text-shadow: 0px -1px 0px rgba(0%, 0%, 0%, 0.4) } input:hover[type=button], input:hover[type=reset], input:hover[type=submit], button:hover, button:hover[type=button], a.button:hover { color: #f2f2f2; background: -webkit-gradient(linear, left top, right top, from(#3887f1), to(#5d92d8)); background: linear-gradient(90deg, #3887f1 0, #5d92d8); }
-
Share Your Banners
Thanks @Joseph. I am a web developer, so CSS is in my tool bag. But you can go and learn the basics pretty much anywhere for free. The banner is in the gallery posted in this thread a few times. The Stylus plugin you can get here https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en and you can pate in the CSS below for your unRAID URL. body { color: #6e8f9e; } select { color: #546e7a; background-image: linear-gradient(66.6deg, transparent 60%, #6e8f9e 40%), linear-gradient(113.4deg, #6e8f9e 40%, transparent 60%); } #title { color: #dedede } input[type=text], input[type=password], input[type=number], input[type=url], input[type=email], input[type=date], input[type=file], textarea, .textarea { color: #6e8f9e; } #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after { background-color: #026cf7; } div.jGrowl div.jGrowl-notify { overflow: hidden; box-shadow: none!important; } .blue-text, a { color: #3887f1; } .switch-button-background { background-color: #4646465e; border: 1px solid #aaaaaa1f; } .switch-button-background.checked { background: #4646465e; }
-
Share Your Banners
Took one of the banners from the gallery, used the black theme and then used Stylus chrome plugin to make some css changes. I hate white text on black. Burns the retinas. Will probably change the orange buttons too.
-
Dynamix - V6 Plugins
For the Fans plugin, is it limited to only PWM fans? No 3 pin?