MyKroFt

Members
  • Posts

    1150
  • Joined

  • Last visited

Everything posted by MyKroFt

  1. Is there a possibility to add a before/after path to custom script option?
  2. As always, thanks for your addons, makes management 1000% better..... Request: Backup - detect extra docker networks and backup their info Restore - recreate extra docker networks before restore I had just corrupted my cache drive some how and did a restore (went well) - but some dockers were not working, took me a bit to figure out they were on a custom network for my reverse proxies stuff. Had to manually create network, edit each docker to change to network to something else and back to custom network so it would re save and restart docker to use custom network (just restarting would not make it use custom network). Thanks for the consideration of this request. Myk
  3. ya running pihole and https://192.168.0.104 does not work for me either when no internet hm... stumped
  4. Ya pings just fine. It trys to resolve to my unraid.ner domin name. When I enter 192.168.0.104, it trys to resolve a.domin name and fails It's trying to resolve to an HTTPS maybe that's what's causing it
  5. Why when there is a internet outage you can not access the UI via local lan IP?
  6. Am really trying here :( /banging head on desk changed the offending line to: server_name bitwarden.*; and now I am getting timeouts :( current conf file # make sure that your dns has a cname set for bitwarden server { listen 80; server_name bitwarden.*; return 301 https://$server_name$request_uri; } server { listen 443 ssl http2; server_name bitwarden.*; include /config/nginx/ssl.conf; set $upstream_bitwarden bitwarden; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; location / { proxy_pass http://$upstream_bitwarden:8343; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /notifications/hub { proxy_pass http://$upstream_bitwarden:3012; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /notifications/hub/negotiate { proxy_pass http://$upstream_bitwarden:8343; } }
  7. this is what I am trying to use already from the blog post, but am getting bad gateway # make sure that your dns has a cname set for bitwarden server { listen 80; server_name bw.*; return 301 https://$server_name$request_uri; } server { listen 443 ssl http2; server_name bitwarden.*; include /config/nginx/ssl.conf; set $upstream_bitwarden bitwarden; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; location / { proxy_pass http://$upstream_bitwarden:8343; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /notifications/hub { proxy_pass http://$upstream_bitwarden:3012; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /notifications/hub/negotiate { proxy_pass http://$upstream_bitwarden:8343; } }
  8. ok, being dumb here, have searched and tried configs for over 1 hr now... does anyone have a working bitwarden config for subdomain w/docker on a seperate proxeynet my others work just fine, but this one is making me pull out what hair i have left help pls Myk
  9. STarted getting the following error 2 days ago: Mar 11 01:25:08 Tower nginx: 2019/03/11 01:25:08 [error] 17554#17554: OCSP responder timed out (110: Connection timed out) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org, peer: 104.80.88.113:80, certificate: "/etc/ssl/certs/unraid_bundle.pem" where should I start to even look? I can not contact it even from a system outside of my local lan......
  10. give Duplicati a serious look. Been using it for about a year. Nice docker avail in the apps tab Myk
  11. current version of unraid (rc2) and docker container, I can only access the unraid base ip, I can no longer access anything else on the local lan because of the missing routing information
  12. ya its set to bond0, but i can not ping anthing on my local 192.168.0.0 lan anymore and cant pull up any web interface it was working just fine until the rc1 update the above methed gives me a 172.x.x.x ip address, instead of the old 192.168.0x i used to get
  13. this lets me connect, but i can not access anything on my network. my interface is bond0, and unless its host, i cant connect to webui
  14. getting same, forced update of container, same error, container starts, but service in container fails with error below Error: service failed to start due to unresolved dependencies: set(['user']) service failed to start due to unresolved dependencies: set(['iptables_openvpn']) Service deferred error: IPTablesServiceBase: failed to run iptables-restore [status=2]: ['iptables-restore v1.6.0: Bad IP address ""', '', 'Error occurred at line: 146', "Try `iptables-restore -h' or 'iptables-restore --help' for more information."]: internet/defer:323,sagent/ipts:122,sagent/ipts:49,util/mycprof:11,<string>:1,sagent/sagent_entry:14,sagent/sagent_entry:11,util/daemon:28,util/daemon:69,application/app:423,scripts/_twistd_unix:202,application/app:445,application/app:348,internet/base:1166,internet/base:1178,internet/epollreactor:194,python/log:85,python/log:70,python/context:59,python/context:37,internet/epollreactor:223,internet/posixbase:191,internet/process:260,internet/process:762,internet/process:775,internet/_baseprocess:60,svc/pp:117,svc/svcnotify:32,internet/defer:238,internet/defer:307,internet/defer:323,sagent/ipts:122,sagent/ipts:49,util/error:61,util/error:44 service failed to start due to unresolved dependencies: set(['user', 'iptables_live', 'iptables_openvpn']) service failed to start due to unresolved dependencies: set(['iptables_live', 'iptables_openvpn'])
  15. Plugin: Dynamix Stop Shell Feature Request: can you also check for 'screen' and/or 'tmux' running as well and kill them also. sometimes I have a tmux running and forget about it, one example is I have a log vewer setup, and it keeps some docker log files open which will keep the cache drive from being umounted and hang the array shutdown. Thanks for the consideration Myk
  16. I dont see a new version, just check plugins page and latest version is 2018.10.03?
  17. ok, got it working what I did was: changed PIDFILE=/var/run/vnstat/vnstat.pid and in the start line added -p $PIDFILE rest was untouched and this is what I get i have to Shift Reload Page to get the graphs to update, leaving to another menu and coming back, it does not update
  18. pidfile in rc.vnstat is telling the pid is supposed to be found
  19. trying this again as you requested. There is nothing in the deleted log section, no errors listed in syslog when I deleted a folder with aprox 20 files via a samba share, diags attached again vlog.zip
  20. I finally deleted it as I could not get it to work anymore. I even removed it, made sure the smb-extra.conf had its config removed, rebooted, reinstalled, enabled, deleted some test files via windows share on desktop and they never show up. No errors listed in the log file only thing there is Sep 9 23:45:25 Tower root: plugin: creating: /boot/config/plugins/recycle.bin/recycle.bin-2018.03.21.tgz - downloading from URL https://github.com/dlandon/recycle.bin/raw/master/recycle.bin-2018.03.21.tgz Sep 9 23:45:26 Tower root: plugin: checking: /boot/config/plugins/recycle.bin/recycle.bin-2018.03.21.tgz - MD5 Sep 9 23:45:26 Tower root: plugin: running: anonymous Sep 9 23:45:26 Tower root: plugin: creating: /boot/config/plugins/recycle.bin/recycle.bin.cfg - from INLINE content Sep 9 23:45:26 Tower root: plugin: creating: /boot/config/plugins/recycle.bin/config/smb-extra.conf - from INLINE content Sep 9 23:45:26 Tower root: plugin: running: anonymous Sep 9 23:45:26 Tower root: plugin: creating: /tmp/recycle.bin/stop_recycle.bin - from INLINE content Sep 9 23:45:26 Tower root: plugin: setting: /tmp/recycle.bin/stop_recycle.bin - mode to 0770 Sep 9 23:46:11 Tower ool www[15674]: /usr/local/emhttp/plugins/recycle.bin/scripts/rc.recycle.bin 'update' Sep 9 23:46:11 Tower Recycle Bin: Stopping Recycle Bin Sep 9 23:46:11 Tower Recycle Bin: Recycle Bin is not running Sep 9 23:46:11 Tower Recycle Bin: Starting Recycle Bin
  21. I switched to Resilo-sync to do the torrent files sync