Dantheman

Members
  • Posts

    14
  • Joined

  • Last visited

Converted

  • Location
    The Netherlands

Dantheman's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Upgrade (from 6.12.2 to 6.12.3) went smoothly on this side ๐Ÿ™
  2. Got it!! ๐Ÿฅณ So the right command should be: sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ config:system:set default_phone_region --value="NL" For anyone else in the future.... I did run this command through the Unraid terminal directly, not through the docker container console (shell) of Nextcloud. Thanks for your help MAM59 ๐Ÿ‘
  3. Thanks for your help, going to try that command....
  4. Not sure what the exact commando should be...
  5. Thanks for the quick response ๐Ÿ‘ I have tried the shell command directly in the container where nextcloud is, but i get the following errors...
  6. Beste Unraiders, Wie o wie kan mij helpen om een OCC commando uit te voeren op de juiste manier in Docker Nextcloud AIO? Bedoeling is om dit commando uit te voeren ivm een melding in Nextcloud over de "default_phone_region". Het gaat om dit commando: docker exec --user www-data nextcloud-aio-nextcloud php occ config:system:set default_phone_region --value="NL"
  7. Thanks for the answer. I will investigate how email notifications works. If I know more and got it working i'll leave a note here on how i did it.
  8. Quick question.... Does anybody know how i can get email notifications working on a ban action? Got everything working except for the notification through email... Anyone have some directions to set it up...?
  9. Thanks for the update and hope you can fix the issue...
  10. I tried to install the plugin, but receive this error..... plugin: installing: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.encryption.key.plg plugin: downloading https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.encryption.key.plg plugin: downloading: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.encryption.key.plg ... failed (Invalid URL / Server error response) plugin: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.encryption.key.plg download failure (Invalid URL / Server error response) Other plugins are updating, so i think it's not on my side.....
  11. Thanks for the reply ๐Ÿ˜‰ My running Unraid version at the moment is: Version: 6.9.2 This is the last output of the log, so i think something is happening on the Unraid-side... I: 2021/06/01 14:10:23 api.go:135: info({Version:2 Wake:{Mac:xx:xx:xx:xx:xx:xx Broadcast:255.255.255.255} Prefs:{Number:., Unit:C} Samples:[{Key:FAN Value:1691 Unit:rpm Condition:neutral} {Key:CPU Value:33 Unit:C Condition:neutral} {Key:BOARD Value:37 Unit:C Condition:neutral} {Key:UPS CHARGE Value:100 Unit:% Condition:green} {Key:UPS LEFT Value:44.7 Unit:m Condition:green} {Key:UPS LOAD Value:11 Unit:% Condition:green} {Key:UPS STATUS Value:Online Unit: Condition:green}] Features:map[sleep:false]}) I: 2021/06/01 15:46:47 api.go:127: received /info I: 2021/06/01 15:46:47 api.go:135: info({Version:2 Wake:{Mac:xx:xx:xx:xx:xx:xx Broadcast:255.255.255.255} Prefs:{Number:., Unit:C} Samples:[{Key:FAN Value:1890 Unit:rpm Condition:neutral} {Key:CPU Value:33 Unit:C Condition:neutral} {Key:BOARD Value:37 Unit:C Condition:neutral} {Key:UPS CHARGE Value:100 Unit:% Condition:green} {Key:UPS LEFT Value:44.7 Unit:m Condition:green} {Key:UPS LOAD Value:11 Unit:% Condition:green} {Key:UPS STATUS Value:Online Unit: Condition:green}] Features:map[sleep:false]}) I must notice that i do remember 3 days ago, a bunch of plugins where updated. Soon after that the problem started with the app's screen turning white... i think it were these plugins:
  12. Hi everybody, As i came home from work, i did some testing out... I restarted "ControlR" at the Unraid dashboard side. Then i restarted the app installed at my Android phone (Samsung S8 plus) but again returning with a white screen. It seems the app wants to load, because it begins with the normal screen and within a second it turns out totally white. I checked the output of "/boot/logs/controlr.log" and this is what i get: I: 2021/06/01 14:08:44 app.go:88: Received signal: (terminated) ... shutting down the app now ... I: 2021/06/01 14:08:44 api.go:98: stopped service Api ... I: 2021/06/01 14:08:44 server.go:188: stopped service Server ... I: 2021/06/01 14:08:44 core.go:150: stopped service Core ... I: 2021/06/01 14:08:49 app.go:58: controlr v2021.04.27|2.19.1 starting ... I: 2021/06/01 14:08:49 app.go:66: No config file specified. Using app defaults ... I: 2021/06/01 14:08:49 app.go:254: cert: found certificate_bundle.pem I: 2021/06/01 14:08:49 app.go:171: host(https://myUnraid_ip:443) I: 2021/06/01 14:08:49 core.go:81: starting service Core ... I: 2021/06/01 14:08:49 core.go:304: Created system sensor ... I: 2021/06/01 14:08:49 core.go:334: No ups detected ... I: 2021/06/01 14:08:49 server.go:92: Starting service Server ... I: 2021/06/01 14:08:49 server.go:111: Serving files from /usr/local/emhttp/plugins/controlr I: 2021/06/01 14:08:49 server.go:168: Server started listening http on :2378 I: 2021/06/01 14:08:49 server.go:180: Server started listening https on :2379 I: 2021/06/01 14:08:49 api.go:46: Starting service Api ... I: 2021/06/01 14:08:49 api.go:93: Api started listening https on :2382 I: 2021/06/01 14:08:49 app.go:84: Press Ctrl+C to stop ... I: 2021/06/01 14:09:12 api.go:127: received /info I: 2021/06/01 14:09:12 api.go:135: info({Version:2 Wake:{Mac:xx:xx:xx:xx:xx:xx Broadcast:255.255.255.255} Prefs:{Number:., Unit:C} Samples:[{Key:FAN Value:1695 Unit:rpm Condition:neutral} {Key:CPU Value:32 Unit:C Condition:neutral} {Key:BOARD Value:36 Unit:C Condition:neutral}] Features:map[sleep:false]}) I: 2021/06/01 14:09:41 app.go:88: Received signal: (terminated) ... shutting down the app now ... I: 2021/06/01 14:09:41 api.go:98: stopped service Api ... I: 2021/06/01 14:09:41 server.go:188: stopped service Server ... I: 2021/06/01 14:09:41 core.go:150: stopped service Core ... I: 2021/06/01 14:09:41 app.go:58: controlr v2021.04.27|2.19.1 starting ... I: 2021/06/01 14:09:41 app.go:66: No config file specified. Using app defaults ... I: 2021/06/01 14:09:41 app.go:254: cert: found certificate_bundle.pem I: 2021/06/01 14:09:41 app.go:171: host(https://myUnraid_ip:443) I: 2021/06/01 14:09:41 core.go:81: starting service Core ... I: 2021/06/01 14:09:41 core.go:304: Created system sensor ... I: 2021/06/01 14:09:41 core.go:328: Created nut ups ... I: 2021/06/01 14:09:41 server.go:92: Starting service Server ... I: 2021/06/01 14:09:41 server.go:111: Serving files from /usr/local/emhttp/plugins/controlr I: 2021/06/01 14:09:41 server.go:168: Server started listening http on :2378 I: 2021/06/01 14:09:41 server.go:180: Server started listening https on :2379 I: 2021/06/01 14:09:41 api.go:46: Starting service Api ... I: 2021/06/01 14:09:41 api.go:93: Api started listening https on :2382 I: 2021/06/01 14:09:41 app.go:84: Press Ctrl+C to stop ... F: 2021/06/01 14:09:41 server.go:164: Unable to start http server: listen tcp :2378: bind: address already in use F: 2021/06/01 14:09:41 api.go:89: Unable to start https api: listen tcp :2382: bind: address already in use I: 2021/06/01 14:09:56 app.go:58: controlr v2021.04.27|2.19.1 starting ... I: 2021/06/01 14:09:56 app.go:66: No config file specified. Using app defaults ... I: 2021/06/01 14:09:56 app.go:254: cert: found certificate_bundle.pem I: 2021/06/01 14:09:56 app.go:171: host(https://192.168.1.160:443) I: 2021/06/01 14:09:56 core.go:81: starting service Core ... I: 2021/06/01 14:09:56 core.go:304: Created system sensor ... I: 2021/06/01 14:09:56 core.go:328: Created nut ups ... I: 2021/06/01 14:09:56 server.go:92: Starting service Server ... I: 2021/06/01 14:09:56 server.go:111: Serving files from /usr/local/emhttp/plugins/controlr I: 2021/06/01 14:09:56 server.go:168: Server started listening http on :2378 I: 2021/06/01 14:09:56 server.go:180: Server started listening https on :2379 I: 2021/06/01 14:09:56 api.go:46: Starting service Api ... I: 2021/06/01 14:09:56 api.go:93: Api started listening https on :2382 I: 2021/06/01 14:09:56 app.go:84: Press Ctrl+C to stop ... Hope it's a pointer to the answer somewhere......
  13. Hi there, I do have exactly the same problem with the App. Same story, uninstalled/reinstalled the app and so on, but screen flips over to white. In the unraid- logs it says "Successful login". I am at work at the moment, but i shall check the logs later today and report back here.