danieland

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

danieland's Achievements

Noob

Noob (1/14)

0

Reputation

1

Community Answers

  1. So I found a workround for those concern about this issue: Docker support --env-file parameter to import env from file. We can put env file contains those secrets in an array file. Array support encrypt, and docker can only be started after array started.
  2. same problem, Do you find any solution?
  3. Had the same problem. The command can solve the issue, but not a permanent fix. Do you try stop the array and start again to check if the webui can aceess again? I need to run the command every time starting the array.
  4. After upgrade from 6.12.2 to 6.12.4, Everytime I start the array, the webui will down. All other things works good,the docker/VM will auto start and the ssh is fine. I need to manually ssh to the unraid and start the nginx by command /etc/rc.d/rc.nginx start. Before start array and after I run the command, the webui work ok, any idea what's happening? tower-diagnostics-20231022-2010.zip
  5. I prefer the second way, since the array can encrypted with key, the docker config can also be encrypted in flash drive and decrypted in memory while we start the array. The docker can only be started after the array started, I don't understand why you say "rebooting a remote system is out of the question" ?
  6. Docker config (/boot/config/plugins/dockerMan/templates-user) may have some sensitive data, such as the database config (username & password ) it connected to. It stores in usb flash as plain text but should be encrypted.
  7. The webui says that I've reach the pull rate limit. But I've logined before in cmdline, and auth is saved at /root/.docker/config.json automatically. If i pull the same image in cmdline, It will success. So is there any way the webUI will use my own credential to pull the image?
  8. So it is a known issue? Is it possible to only reboot the webui ? Sometimes the reboot may lead to an unclean reboot.
  9. Webui status will not update, App and plugins tab also stuck at loading. I can't even download diagnostics by webui. So I copy the log from flash. tower-diagnostics-20211003-2128.zip
  10. In chinese, the parity check section doesn't display saturday option in "Day of the week". And if we choose saturday option in english, it will display "每天", which means every day. @SpencerJ