darkblack

Members
  • Posts

    4
  • Joined

  • Last visited

darkblack's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks guys!! Finally got it to work. The new version UI looks fantastic and gives in a lot of functionality that we normally do through the CLI mc admin.
  2. "Console endpoint is listening on a dynamic port (40743), please use --console-address ":PORT" to choose a static port." Minio got auto updated and ever since it has been complaining with the other image. The admin web panel has also been inaccessible. I have been trying to pass this parameter to docker via variable, label etc. But nothing actually works. So how many I to pass "--console-address ":PORT" to docker run in Unraid edit docker section. Please advice.
  3. The Youtube dl server by kmb32123 is great. I installed it via community applications. But the crazy modified / created dates it creates while downloading videos is making me go nuts. There is an option to set " --no-mtime " forcing the script to consider the actual download date time as the modified/created date. I have been trying to apply this option in various ways. The last method I tried was by using this setting by creating a youtube-dl.conf. It did not work. Any idea how can I actually get this option set and working? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='youtube-dl-server' --net='bridge' -e TZ="Asia/Calcutta" -e HOST_OS="Unraid" -p '9090:8080/tcp' -v '/mnt/user/4TB/Downloads/Yt_Dls/':'/youtube-dl':'rw' -v '/mnt/user/appdata/youtubdl-config/youtube-dl.conf':'/youtube-dl.conf':'ro' 'nbr23/youtube-dl-server'
  4. I searched around in this forum and I see this has been touched upon but never deliberated. I run pihole on a pi and I could easily implement dnsec and unbound using this official tutorial https://docs.pi-hole.net/guides/unbound/ I also run a backup pihole in my unraid. Can anyone please guide me as to how to configure dnsec and unbound in unraid? Thanks.