Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UntouchedWagons

Members
  • Joined

  • Last visited

  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. Hmm. That's annoying, oh well.
  5. 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?
  6. 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; } }
  7. Hi there, could you please add proxy-conf files for Ubooquity? Thanks
  8. 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
  9. 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
  10. 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
  11. 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.
  12. Yeah I figured out that the on-off rocker switch is to mark the package for installation. Not very intuitive IMO
  13. 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.
  14. 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.