UntouchedWagons

Members
  • Posts

    57
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

UntouchedWagons's Achievements

Rookie

Rookie (2/14)

2

Reputation

  1. Oh right yeah, that makes sense now that I think about it. Thanks.
  2. Can do, here you go: https://paste.dimdev.org/hovuxosije.coffeescript
  3. 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
  4. 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?
  5. 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; } }
  6. I'm running 6.6.3 and it and any version in 6.6.* has been a pain in the ass. Stay on 6.5.whatever
  7. 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
  8. 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
  9. Occasionally I'll work on my unraid box via its own console, but the console runs at 640x480 instead of 1920x1080. Is it possible to enable KMS?
  10. You'll receive the new key by email. Check your spam folder
  11. 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
  12. Oh right tools, yup that worked. I still can't edit files on my tablet but I think I'm using the wrong username. Thanks.