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.

fireplex

Members
  • Joined

  • Last visited

Everything posted by fireplex

  1. Here you go below. Perhaps https://developer.android.com/training/articles/security-config#CleartextTrafficPermitted ? I am running Android 11 on Pixel 3A.
  2. Hi, this is the log as I click the Add button on the app and receive the error message: root@Tower:/var/log# killall controlr root@Tower:/var/log# root@Tower:/var/log# /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir /boot/config/ssl/certs -showups I: 2021/07/18 21:01:43 app.go:59: controlr v2021.07.11a|2.23.2 starting ... I: 2021/07/18 21:01:43 app.go:67: No config file specified. Using app defaults ... I: 2021/07/18 21:01:43 app.go:269: cert: found Tower_unraid_bundle.pem I: 2021/07/18 21:01:43 app.go:77: state(&{Name:Tower Timezone:Europe/London Version:6.9.0 CsrfToken:57DC2E997527AA2C Host:http://192.168.1.25:80 Origin:{Protocol:http Host:Tower.local Port:80 Address:192.168.1.25} Secure:false Cert:Tower_unraid_bundle.pem UseSelfCerts:false}) I: 2021/07/18 21:01:43 core.go:81: starting service Core ... I: 2021/07/18 21:01:43 core.go:320: Created system sensor ... I: 2021/07/18 21:01:43 core.go:350: No ups detected ... I: 2021/07/18 21:01:43 server.go:92: Starting service Server ... I: 2021/07/18 21:01:43 server.go:111: Serving files from /usr/local/emhttp/plugins/controlr I: 2021/07/18 21:01:43 server.go:168: Server started listening http on :2378 I: 2021/07/18 21:01:43 api.go:46: Starting service Api ... I: 2021/07/18 21:01:43 api.go:95: Api started listening https on :2382 I: 2021/07/18 21:01:43 app.go:87: Press Ctrl+C to stop ... ⇨ http server started on [::]:2378 ⇨ https server started on [::]:2382 I: 2021/07/18 21:02:13 api.go:167: received /origin {"time":"2021-07-18T21:02:13.817266726+01:00","id":"","remote_ip":"192.168.1.180","host":"192.168.1.25:2382","method":"GET","uri":"/origin","user_agent":"okhttp/3.12.12","status":200,"error":"","latency":135920,"latency_human":"135.92µs","bytes_in":0,"bytes_out":78} I: 2021/07/18 21:02:29 api.go:129: received /info I: 2021/07/18 21:02:29 api.go:137: info({Version:2 Wake:{Mac:70:85:c2:f0:72:99 Broadcast:255.255.255.255} Prefs:{Number:., Unit:C} Samples:[{Key:FAN Value:2795 Unit:rpm Condition:neutral} {Key:BOARD Value:45 Unit:C Condition:neutral} {Key:CPU Value:46 Unit:C Condition:neutral}] Features:map[sleep:false]}) {"time":"2021-07-18T21:02:29.885895642+01:00","id":"","remote_ip":"192.168.1.180","host":"192.168.1.25:2382","method":"GET","uri":"/api/v1/info","user_agent":"okhttp/3.12.12","status":200,"error":"","latency":13157670,"latency_human":"13.15767ms","bytes_in":0,"bytes_out":339}
  3. root@Tower:/var/log# cat /var/local/emhttp/network.ini | grep IPADDR IPADDR:0="192.168.1.25" IPADDR6:0="" root@Tower:/var/log#
  4. root@Tower:~# cat /var/run/nginx.origin http://Tower.local:80 root@Tower:~#
  5. Hi, I've tried a restart and a reinstall of the plugin but still the same issue. I don't use SSL and use port 80 (I'm running 6.9.0) On the GUI I don't see any dockers or VMs:
  6. I can't add my server, keep seeing a weird error as per screenshot.
  7. Just had this same issue with "guest has not initialized the display (yet)", deleting the VM (keeping the image) and re-creating fixed it. Thanks.
  8. Thanks for all your work on this, completely understand. It's been great to use. [emoji106][emoji106][emoji106] Sent from my Pixel 3a using Tapatalk
  9. Excellent thanks. So I presume the 5G just sets the highest amount of memory it can allocate from my total of 32GB, to stop it overwhelming the whole system.
  10. Thanks, the ES is working again for me. I have never adjusted shared memory before so will have to read about that, currently it reports 16% with the 5G default from the template, my server has total 32GB installed.
  11. I did use swag to access zoneminder remotely without use of my VPN for a while, worked ok. Sent from my Pixel 3a using Tapatalk
  12. Thanks, appreciated! Sent from my Pixel 3a using Tapatalk
  13. Well, just gone through this all again several times with complete cleans installs and still get this error: root@ea33b3d5e334:/var/lib/zmeventnotification/bin# sudo -u www-data ./zm_event_start.sh 1 1 Traceback (most recent call last): File "/var/lib/zmeventnotification/bin/zm_detect.py", line 27, in <module> import zmes_hook_helpers.utils as utils ModuleNotFoundError: No module named 'zmes_hook_helpers' Anyone recently done a fresh install of this docker in last few days and got ES working ?
  14. This docker used to work for me fine but recently (last few weeks?) I noticed I've not being receiving any zmNinja alerts. Digging further I notice that something has caused one of the zmninja scripts to fail (this script is used to test your config # sudo -u www-data /var/lib/zmeventnotification/bin/zm_event_start.sh 1 1 Traceback (most recent call last): File "/var/lib/zmeventnotification/bin/zm_detect.py", line 27, in <module> import zmes_hook_helpers.utils as utils ModuleNotFoundError: No module named 'zmes_hook_helpers' So I've just done a brand new install of this docker from scratch (deleted old image and appdata) and enabled hook processing and yolo v4 options on the docker screen. Once installed I went into ZM options and enabled OPT_USE_EVENTNOTIFICATION, rebooted and then tried the above command again and it fails in the same manner :-( Looks like something has broken the docker ZM event notification ? I did notice some errors relating to scikit-learn failing to install when the docker installed ?
  15. I'd like to know the answer to this also....
  16. It won't work with that board. You need IPMI. You might be able to get a pci addon card. I would suggest you try the dynamix temp plugin. OK thanks for letting me know Sent from my Nexus 5 using Tapatalk
  17. Hello, I have just installed this onto my system running 6.1.9 and Asrock Z77 Pro 4 but cannot see any sensors listed on the tools -> ipmi page, do I need to configure something first ? Thanks.
  18. OK, managed to fix it. BTW I just updated straight to 2015.12.30 today so looks like the bug is still there.
  19. I have just updated the local master plugin only and had this same error. Now I cannot access the unRAID GUI at all, just get the above error.... Any idea how I can recover from this big problem?

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.