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.

bigbangus

Members
  • Joined

  • Last visited

Everything posted by bigbangus

  1. Is it safe to have nginx point to something on the host network? In addition to this proxy-conf modification, what do you need to define in the configuration.yaml of the appdata of the HA container?
  2. Yup that fixed the local WebUI access issue! "A24" in https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md In binhex-delugevpn container: Add 'Variable' with 'KEY' as 'ADDITIONAL_PORTS' and add ports separated by commas In my case: However my privoxy is still in a dead loop, from container LOG: 2021-03-06 10:22:01,606 DEBG 'watchdog-script' stdout output: [info] Attempting to start Privoxy... 2021-03-06 10:22:02,611 DEBG 'watchdog-script' stdout output: [info] Privoxy process started 2021-03-06 10:22:02,612 DEBG 'watchdog-script' stdout output: [info] Waiting for Privoxy process to start listening on port 8118... 2021-03-06 10:22:02,616 DEBG 'watchdog-script' stdout output: [info] Privoxy process listening on port 8118 2021-03-06 10:22:02,611 DEBG 'watchdog-script' stdout output: [info] Privoxy process started 2021-03-06 10:22:02,612 DEBG 'watchdog-script' stdout output: [info] Waiting for Privoxy process to start listening on port 8118... 2021-03-06 10:22:02,616 DEBG 'watchdog-script' stdout output: [info] Privoxy process listening on port 8118 2021-03-06 10:22:32,769 DEBG 'watchdog-script' stdout output: [info] Privoxy not running I tried deleting all appdata and restarting with fresh container and appdata folder, but issue still persists... Will probably just turn this feature off as I don't really use it, but curious how to fix.
  3. so as of late VPN works, but I can't get to containers locally SERVER:PORT I can still get to containers through reverse proxy subomain. My delugevpn is behind reverse proxy. also delugevpn logs show privoxy has issues started and goes in a start/stop loop. my stuff is still working, but something seems wrong with container.
  4. Gotcha works now. Thanks for wasting your brain on me today. So swag just uses the container name and it’s own ports. Understood. Sent from my iPhone using Tapatalk
  5. Yes... the same “proxynet” I use for all my dockers behind the reverse proxy. Does it have something to do with the fact that librespeed has a container port different from the host port?
  6. I can't seem to get my librespeed proxy working in swag... I noticed that my host port is 3333 (my preference) and the container port needs to be 80 to work. So I can get to it from UNRAIDSERVER:3333 locally, but through the proxy librespeed.subdomain.com results in a bad gateway. Any idea why? server_name librespeed.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; # enable for Authelia #include /config/nginx/authelia-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app librespeed; set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  7. Yup I encountered that. I got notifications that a login was detected that didn't meet their security standards. Perhaps I'll make a one off gmail account for this purpose. Thanks!
  8. Any free recommendation for the email server? I have a google domain for my unraid server, but I don't want to pay 6-12$/mo for the G suite. How can I get free e-mail hosting on my google domain for the purpose of managing this bitwardenrs docker?
  9. Thank you! Seems like it's working pretty good once you run the authentication script and create the .mounted file! Thanks!
  10. Any reason why jackett seems to always be stopped whenever a new update is available? I can't seem to rely on this container to keep alive.
  11. Thanks @SpaceInvaderOne that worked for me. While we wait for the fix, I found that I lost of lot of time unsuccessfully trying to diagnose what the OnlyOfficeDocumentServer container log was spitting out. Especially the plugin warnings highlighted in yellow and error log path highlighted in red which don't seem to be part of the issue. It seems like the difference in the output of the container log between 6.2 compared to 6.0 are these messages before "Starting supervisor: supervisord." Does this tell us what's wrong? Creating new PostgreSQL cluster 12/main ... /usr/lib/postgresql/12/bin/initdb -D /var/lib/postgresql/12/main --auth-local peer --auth-host md5 The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.UTF-8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/12/main ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... America/New_York creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using: pg_ctlcluster 12 main start Ver Cluster Port Status Owner Data directory Log file 12 main 5432 down postgres /var/lib/postgresql/12/main /var/log/postgresql/postgresql-12-main.log * Starting PostgreSQL 12 database server ...done. * Starting RabbitMQ Messaging Server rabbitmq-server ...done. CREATE DATABASE CREATE ROLE GRANT pgrep: cannot allocate 4611686018427387903 bytes /etc/init.d/supervisor: 100: [: -eq: unexpected operator Starting supervisor: supervisord. * Starting periodic command scheduler cron ...done. * Starting nginx nginx ...done. Generating AllFonts.js, please wait...Done Generating presentation themes, please wait...* * Starting PostgreSQL 12 database server ...done. * Starting RabbitMQ Messaging Server rabbitmq-server ...done. pgrep: cannot allocate 4611686018427387903 bytes /etc/init.d/supervisor: 100: [: -eq: unexpected operator Starting supervisor: supervisord. * Starting periodic command scheduler cron ...done. * Starting nginx nginx ...done.
  12. Apologies, I'm lost on what the issue is. I will post in a nextcloud or only office area.
  13. Cannot get my container onlyoffice/documentserver to run anymore and the error is unclear to me and I suspect it's an nginx issue? Can anyone help clarify? I followed the space invader one video on this 6 months ago and it's been working fine since. I'm currently on 6.9.0-rc2. Creating new PostgreSQL cluster 12/main ... /usr/lib/postgresql/12/bin/initdb -D /var/lib/postgresql/12/main --auth-local peer --auth-host md5 The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.UTF-8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/12/main ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... America/New_York creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using: pg_ctlcluster 12 main start Ver Cluster Port Status Owner Data directory Log file 12 main 5432 down postgres /var/lib/postgresql/12/main /var/log/postgresql/postgresql-12-main.log * Starting PostgreSQL 12 database server ...done. * Starting RabbitMQ Messaging Server rabbitmq-server ...done. CREATE DATABASE CREATE ROLE GRANT pgrep: cannot allocate 4611686018427387903 bytes /etc/init.d/supervisor: 100: [: -eq: unexpected operator Starting supervisor: supervisord. * Starting periodic command scheduler cron ...done. * Starting nginx nginx ...done. Generating AllFonts.js, please wait...Done Generating presentation themes, please wait...* * Starting PostgreSQL 12 database server ...done. * Starting RabbitMQ Messaging Server rabbitmq-server ...done. pgrep: cannot allocate 4611686018427387903 bytes /etc/init.d/supervisor: 100: [: -eq: unexpected operator Starting supervisor: supervisord. * Starting periodic command scheduler cron ...done. * Starting nginx nginx ...done. Generating AllFonts.js, please wait...Done Generating presentation themes, please wait...Done ds:docservice: stopped ds:docservice: started ds:docservice: stopped ds:docservice: started ds:converter: stopped ds:converter: started * Reloading nginx configuration nginx ...done. ==> /var/log/onlyoffice/documentserver/converter/err.log <== ==> /var/log/onlyoffice/documentserver/converter/out.log <== [2020-12-21T19:14:08.684] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:14:08.690] [WARN] nodeJS - worker 1483 started. [2020-12-21T19:14:08.692] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:17:46.475] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:17:46.480] [WARN] nodeJS - worker 1377 started. [2020-12-21T19:17:46.481] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:18:13.844] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:18:13.849] [WARN] nodeJS - worker 1526 started. [2020-12-21T19:18:13.851] [WARN] nodeJS - update cluster with 1 workers ==> /var/log/onlyoffice/documentserver/docservice/err.log <== ==> /var/log/onlyoffice/documentserver/docservice/out.log <== [2020-12-21T19:14:09.251] [WARN] nodeJS - Express server starting... [2020-12-21T19:14:09.252] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2020-12-21T19:14:09.291] [WARN] nodeJS - Express server listening on port 8000 in production-linux mode [2020-12-21T19:17:46.722] [WARN] nodeJS - Express server starting... [2020-12-21T19:17:46.724] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2020-12-21T19:17:46.747] [WARN] nodeJS - Express server listening on port 8000 in production-linux mode [2020-12-21T19:18:12.609] [WARN] nodeJS - Express server starting... [2020-12-21T19:18:12.610] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2020-12-21T19:18:12.634] [WARN] nodeJS - Express server listening on port 8000 in production-linux mode ==> /var/log/onlyoffice/documentserver/metrics/err.log <== ==> /var/log/onlyoffice/documentserver/metrics/out.log <== 21 Dec 19:14:08 - [1433] reading config file: ./config/config.js 21 Dec 19:14:08 - server is up INFO 21 Dec 19:17:46 - [1346] reading config file: ./config/config.js 21 Dec 19:17:46 - server is up INFO ==> /var/log/onlyoffice/documentserver/nginx.error.log <== ==> /var/log/onlyoffice/documentserver/spellchecker/err.log <== ==> /var/log/onlyoffice/documentserver/spellchecker/out.log <== [2020-12-21T19:14:08.612] [WARN] nodeJS - start cluster with 1 workers [2020-12-21T19:14:08.618] [WARN] nodeJS - worker 1477 started. [2020-12-21T19:14:08.879] [WARN] nodeJS - Express server starting... [2020-12-21T19:14:08.961] [WARN] nodeJS - Express server listening on port 8080 in production-linux mode [2020-12-21T19:17:46.466] [WARN] nodeJS - start cluster with 1 workers [2020-12-21T19:17:46.472] [WARN] nodeJS - worker 1371 started. [2020-12-21T19:17:46.694] [WARN] nodeJS - Express server starting... [2020-12-21T19:17:46.719] [WARN] nodeJS - Express server listening on port 8080 in production-linux mode * Reloading nginx configuration nginx ...done. ==> /var/log/onlyoffice/documentserver/converter/err.log <== ==> /var/log/onlyoffice/documentserver/converter/out.log <== [2020-12-21T19:14:08.684] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:14:08.690] [WARN] nodeJS - worker 1483 started. [2020-12-21T19:14:08.692] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:17:46.475] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:17:46.480] [WARN] nodeJS - worker 1377 started. [2020-12-21T19:17:46.481] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:18:13.844] [WARN] nodeJS - update cluster with 1 workers [2020-12-21T19:18:13.849] [WARN] nodeJS - worker 1526 started. [2020-12-21T19:18:13.851] [WARN] nodeJS - update cluster with 1 workers ==> /var/log/onlyoffice/documentserver/docservice/err.log <== ==> /var/log/onlyoffice/documentserver/docservice/out.log <== [2020-12-21T19:14:09.251] [WARN] nodeJS - Express server starting... [2020-12-21T19:14:09.252] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2020-12-21T19:14:09.291] [WARN] nodeJS - Express server listening on port 8000 in production-linux mode [2020-12-21T19:17:46.722] [WARN] nodeJS - Express server starting... [2020-12-21T19:17:46.724] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2020-12-21T19:17:46.747] [WARN] nodeJS - Express server listening on port 8000 in production-linux mode [2020-12-21T19:18:12.609] [WARN] nodeJS - Express server starting... [2020-12-21T19:18:12.610] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2020-12-21T19:18:12.634] [WARN] nodeJS - Express server listening on port 8000 in production-linux mode ==> /var/log/onlyoffice/documentserver/metrics/err.log <== ==> /var/log/onlyoffice/documentserver/metrics/out.log <== 21 Dec 19:14:08 - [1433] reading config file: ./config/config.js 21 Dec 19:14:08 - server is up INFO 21 Dec 19:17:46 - [1346] reading config file: ./config/config.js 21 Dec 19:17:46 - server is up INFO ==> /var/log/onlyoffice/documentserver/nginx.error.log <== ==> /var/log/onlyoffice/documentserver/spellchecker/err.log <== ==> /var/log/onlyoffice/documentserver/spellchecker/out.log <== [2020-12-21T19:14:08.612] [WARN] nodeJS - start cluster with 1 workers [2020-12-21T19:14:08.618] [WARN] nodeJS - worker 1477 started. [2020-12-21T19:14:08.879] [WARN] nodeJS - Express server starting... [2020-12-21T19:14:08.961] [WARN] nodeJS - Express server listening on port 8080 in production-linux mode [2020-12-21T19:17:46.466] [WARN] nodeJS - start cluster with 1 workers [2020-12-21T19:17:46.472] [WARN] nodeJS - worker 1371 started. [2020-12-21T19:17:46.694] [WARN] nodeJS - Express server starting... [2020-12-21T19:17:46.719] [WARN] nodeJS - Express server listening on port 8080 in production-linux mode
  14. Does anybody have a dash cam in their cars that automatically uploads recordings their Unraid box when they drive up to their house through WiFi? Was considering buying a dash cam powered on the 12V supply in the overhead console, but then I wasn't sure how to manage the videos from there...
  15. Guys I just fixed it thanks to @rachid596 In my case I've got two 1050ti and was never able to pass my primary because unraid OS was using it during boot. You have to add "video=efifb:off" to the flash drive. That prevents the primary video card from being used at all (even if you isolate it in vfio) So in addition to the change above, I've got my vm using a modified vbios (downloaded from techpowerup and hex edited). And I have the vfio set to bind the primary gpu as well. See details here:
  16. @rachid596 once again you save the day. I'm running two 1050Ti on an AMD Ryzen 3 CPU and after adding "video=efifb:off" to the Unraid OS in the Syslinux Config I was finally able to pass through my primary GPU to the Win10VM. In addition to that, I used a downloaded and hex modified vbios as well as bind-vfio the primary gpu. A million thanks man! I don't know why this isn't mentioned in any of @SpaceInvaderOne GPU passthrough videos. God that guy is lazy
  17. Same issue here guys. I've got two 1050Ti (see specs in footer). No matter which I place in primary, I can't get win10 vm to boot without code43. Sad. I'm not sure if it's my setup or my hardware. Thinking of getting a 1660 Ti for gaming, but nervous that it won't work as primary GPU on vm
  18. Any thoughts on how to resolve this issue in the log: Could not connect to appstore: cURL error 28: Connection timed out after 60000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) It's preventing me from going into "Apps" or "Settings" -> "System" from the Admin account drop down. I believe the change that caused this was going from "letsencrypt" to "swag".
  19. Guilty. I have mine accessible through reverse proxy. And then I have all my fun containers on the delugevpn network itself. A 3 layered cake of networking that I barely comprehend but it works.
  20. OK so I just re-downloaded .crt & .ovpn from IPVanish, logged into IPVanish to verify credentials & account through Win10 client and also changed server file. One of those 3 things did it because it works now. I'm sorry to have bothered you with this. Thanks for great containers and support.
  21. I tried a few times. Same result See updated log attached (full this time) binhex-delugevpn_log_bigbangus_debug-true_dnschanged.txt
  22. Yes sir. thanks for the help. Container command (w/ 'DEBUG'='true') root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='proxynet' --cpuset-cpus='1,13' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='[email protected]' -e 'VPN_PASS'='xxxxxxxx' -e 'VPN_PROV'='custom' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'LAN_NETWORK'='10.0.0.0/24' -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'ADDITIONAL_PORTS'='' -e 'DEBUG'='true' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -p '7878:7878/tcp' -p '8989:8989/tcp' -p '9897:9897/tcp' -p '6789:6789/tcp' -p '8686:8686/tcp' -v '/mnt/user/downloads/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --cap-add=NET_ADMIN 'binhex/arch-delugevpn' dd10bba70d527d80ea42282d386e65eb96a20531b95966456c15dd4110965e7b The command finished successfully! Log attached: binhex-delugevpn_log_bigbangus_debug-true.txt
  23. The docker no longer resolves an ip (curl ifconfig.io just stalls and returns no value). I just updated to the new docker from 6 hours ago and still no success. Prior to this, it has been working since April on an IPVanish openvpn cert setup. What information can I provide here to help solve the issue? docker command (user/pass hidden) root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='proxynet' --cpuset-cpus='1,13' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='[email protected]' -e 'VPN_PASS'='xxxxxxxxx' -e 'VPN_PROV'='custom' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'LAN_NETWORK'='10.0.0.0/24' -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'ADDITIONAL_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -p '7878:7878/tcp' -p '8989:8989/tcp' -p '9897:9897/tcp' -p '6789:6789/tcp' -p '8686:8686/tcp' -v '/mnt/user/downloads/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --cap-add=NET_ADMIN 'binhex/arch-delugevpn' 0da63be6f580c324f8d70d6920a82271aa0ea61dd7fc1852ac678939ad191ad8 container log ErrorWarningSystemArrayLogin Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-09-21 21:57:58.970203 [info] System information Linux 0da63be6f580 5.7.8-Unraid #1 SMP Mon Jul 20 16:33:32 EDT 2020 x86_64 GNU/Linux 2020-09-21 21:57:58.990528 [info] OS_ARCH defined as 'x86-64' 2020-09-21 21:57:59.009318 [info] PUID defined as '99' 2020-09-21 21:57:59.039248 [info] PGID defined as '100' 2020-09-21 21:57:59.069810 [info] UMASK defined as '000' 2020-09-21 21:57:59.086387 [info] Permissions already set for volume mappings 2020-09-21 21:57:59.110678 [info] Deleting files in /tmp (non recursive)... 2020-09-21 21:57:59.132352 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2020-09-21 21:57:59.149227 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2020-09-21 21:57:59.166740 [info] VPN_ENABLED defined as 'yes' 2020-09-21 21:57:59.191450 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/ipvanish-DE-Frankfurt-fra-c04.ovpn 2020-09-21 21:57:59.227111 [info] VPN remote server(s) defined as 'fra-c04.ipvanish.com,' 2020-09-21 21:57:59.242151 [info] VPN remote port(s) defined as '443,' 2020-09-21 21:57:59.256854 [info] VPN remote protcol(s) defined as 'udp,' 2020-09-21 21:57:59.275772 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-09-21 21:57:59.292222 [info] VPN_PROV defined as 'custom' 2020-09-21 21:57:59.309310 [info] LAN_NETWORK defined as '10.0.0.0/24' 2020-09-21 21:57:59.325953 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2020-09-21 21:57:59.342429 [info] VPN_USER defined as '[email protected]' 2020-09-21 21:57:59.358875 [info] VPN_PASS defined as 'xxxxxxxx' 2020-09-21 21:57:59.375367 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-09-21 21:57:59.392004 [info] ENABLE_PRIVOXY defined as 'yes' 2020-09-21 21:57:59.408772 [info] ADDITIONAL_PORTS not defined (via -e ADDITIONAL_PORTS), skipping allow for custom incoming ports 2020-09-21 21:57:59.427934 [info] Starting Supervisor... 2020-09-21 21:57:59,636 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2020-09-21 21:57:59,637 INFO Set uid to user 0 succeeded 2020-09-21 21:57:59,639 INFO supervisord started with pid 7 2020-09-21 21:58:00,641 INFO spawned: 'start-script' with pid 164 2020-09-21 21:58:00,643 INFO spawned: 'watchdog-script' with pid 165 2020-09-21 21:58:00,643 INFO reaped unknown pid 8 (exit status 0) 2020-09-21 21:58:00,651 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2020-09-21 21:58:00,651 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-21 21:58:00,652 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-21 21:58:00,657 DEBG 'start-script' stdout output: [warn] Username contains characters which could cause authentication issues, please consider changing this if possible 2020-09-21 21:58:00,690 DEBG 'start-script' stdout output: [info] Default route for container is 172.18.0.1 2020-09-21 21:58:00,692 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2020-09-21 21:58:00,695 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2020-09-21 21:58:00,697 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-09-21 21:58:00,699 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-09-21 21:58:00,701 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-09-21 21:58:00,703 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-09-21 21:58:00,705 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-09-21 21:58:00,707 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-09-21 21:58:00,873 DEBG 'start-script' stdout output: [info] Docker network defined as 172.18.0.0/16 2020-09-21 21:58:00,875 DEBG 'start-script' stdout output: [info] Adding 10.0.0.0/24 as route via docker eth0 2020-09-21 21:58:00,876 DEBG 'start-script' stdout output: [info] ip route defined as follows... 2020-09-21 21:58:00,876 DEBG 'start-script' stdout output: -------------------- 2020-09-21 21:58:00,876 DEBG 'start-script' stdout output: default via 172.18.0.1 dev eth0 10.0.0.0/24 via 172.18.0.1 dev eth0 172.18.0.0/16 dev eth0 proto kernel scope link src 172.18.0.3 2020-09-21 21:58:00,877 DEBG 'start-script' stdout output: -------------------- 2020-09-21 21:58:00,879 DEBG 'start-script' stdout output: iptable_mangle 16384 2 ip_tables 28672 5 iptable_filter,iptable_nat,iptable_mangle 2020-09-21 21:58:00,879 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2020-09-21 21:58:00,908 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-09-21 21:58:00,909 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.18.0.0/16 -d 172.18.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 443 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 10.0.0.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 10.0.0.0/24 -d 172.18.0.0/16 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.18.0.0/16 -d 172.18.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 443 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 10.0.0.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.18.0.0/16 -d 10.0.0.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2020-09-21 21:58:00,910 DEBG 'start-script' stdout output: -------------------- 2020-09-21 21:58:00,911 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-09-21 21:58:00,935 DEBG 'start-script' stdout output: Mon Sep 21 21:58:00 2020 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 Mon Sep 21 21:58:00 2020 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 2020-09-21 21:58:00,936 DEBG 'start-script' stdout output: Mon Sep 21 21:58:00 2020 WARNING: file 'credentials.conf' is group or others accessible Mon Sep 21 21:58:00 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Mon Sep 21 21:58:00 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-09-21 21:58:00,936 DEBG 'start-script' stdout output: Mon Sep 21 21:58:00 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-09-21 21:58:00,937 DEBG 'start-script' stdout output: Mon Sep 21 21:58:00 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]5.183.94.8:443 Mon Sep 21 21:58:00 2020 Socket Buffers: R=[212992->212992] S=[212992->212992] 2020-09-21 21:58:00,937 DEBG 'start-script' stdout output: Mon Sep 21 21:58:00 2020 UDP link local: (not bound) Mon Sep 21 21:58:00 2020 UDP link remote: [AF_INET]5.183.94.8:443 2020-09-21 21:58:01,047 DEBG 'start-script' stdout output: Mon Sep 21 21:58:01 2020 TLS: Initial packet from [AF_INET]5.183.94.8:443, sid=552540af 23d902df 2020-09-21 21:58:01,158 DEBG 'start-script' stdout output: Mon Sep 21 21:58:01 2020 VERIFY OK: depth=1, C=US, ST=FL, L=Winter Park, O=IPVanish, OU=IPVanish VPN, CN=IPVanish CA, [email protected] 2020-09-21 21:58:01,158 DEBG 'start-script' stdout output: Mon Sep 21 21:58:01 2020 VERIFY X509NAME OK: C=US, ST=FL, L=Winter Park, O=IPVanish, OU=IPVanish VPN, CN=fra-c04.ipvanish.com, [email protected] Mon Sep 21 21:58:01 2020 VERIFY OK: depth=0, C=US, ST=FL, L=Winter Park, O=IPVanish, OU=IPVanish VPN, CN=fra-c04.ipvanish.com, [email protected] 2020-09-21 21:58:01,390 DEBG 'start-script' stdout output: Mon Sep 21 21:58:01 2020 Control Channel: TLSv1.2, cipher SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA Mon Sep 21 21:58:01 2020 [fra-c04.ipvanish.com] Peer Connection Initiated with [AF_INET]5.183.94.8:443 2020-09-21 21:58:02,481 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 SENT CONTROL [fra-c04.ipvanish.com]: 'PUSH_REQUEST' (status=1) 2020-09-21 21:58:02,583 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 198.18.0.1,dhcp-option DNS 198.18.0.2,rcvbuf 493216,sndbuf 493216,explicit-exit-notify 5,comp-lzo no,route-gateway 172.21.20.1,topology subnet,ping 20,ping-restart 40,ifconfig 172.21.20.6 255.255.254.0,peer-id 3,cipher AES-256-GCM' 2020-09-21 21:58:02,583 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: timers and/or timeouts modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: explicit notify parm(s) modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: compression parms modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Mon Sep 21 21:58:02 2020 Socket Buffers: R=[212992->986432] S=[212992->986432] Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: --ifconfig/up options modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: route options modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: route-related options modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: peer-id set Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: adjusting link_mtu to 1625 Mon Sep 21 21:58:02 2020 OPTIONS IMPORT: data channel crypto options modified Mon Sep 21 21:58:02 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Mon Sep 21 21:58:02 2020 NCP: overriding user-set keysize with default Mon Sep 21 21:58:02 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key 2020-09-21 21:58:02,583 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Mon Sep 21 21:58:02 2020 ROUTE_GATEWAY 172.18.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:12:00:03 2020-09-21 21:58:02,584 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 TUN/TAP device tun0 opened Mon Sep 21 21:58:02 2020 TUN/TAP TX queue length set to 100 2020-09-21 21:58:02,584 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 /usr/bin/ip link set dev tun0 up mtu 1500 2020-09-21 21:58:02,585 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 /usr/bin/ip addr add dev tun0 172.21.20.6/23 broadcast 172.21.21.255 2020-09-21 21:58:02,586 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 /root/openvpnup.sh tun0 1500 1553 172.21.20.6 255.255.254.0 init 2020-09-21 21:58:02,588 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 /usr/bin/ip route add 5.183.94.8/32 via 172.18.0.1 2020-09-21 21:58:02,589 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 /usr/bin/ip route add 0.0.0.0/1 via 172.21.20.1 2020-09-21 21:58:02,590 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 /usr/bin/ip route add 128.0.0.0/1 via 172.21.20.1 2020-09-21 21:58:02,591 DEBG 'start-script' stdout output: Mon Sep 21 21:58:02 2020 Initialization Sequence Completed 2020-09-21 21:58:02,703 DEBG 'start-script' stdout output: [info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment
  24. For this reason, I've updated my workflow from [Scan to PDF] -> [ocrmypdf-auto] -> [paperless]. In the paperless log, it skips ocr because it recognizes text in the PDF. You get the best of both worlds because it still loads in the text in paperless for correspondents and tags. So far so good.
  25. OK nevermind got it working without any warnings or errors using the pushover api example code for unix. In case anyone wants to get notifications when backups occur here is my script set to "run-script-after" in advanced options of the backup. Just add your token and user. TITLE="Duplicati ($DUPLICATI__backup_name)" MESSAGE="$DUPLICATI__OPERATIONNAME $DUPLICATI__PARSED_RESULT" curl -s \ --form-string "token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ --form-string "user=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ --form-string "message=$MESSAGE" \ --form-string "title=$TITLE" \ https://api.pushover.net/1/messages.json exit 0

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.