kicsrules

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

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

kicsrules's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, i'm currently trying to access cloud commander via https.... anyone knows if cloud commander supports this ? since accessing via proxy i have to redirect it to http only, even then it keeps prompting for login when doing anything
  2. i'm trying to build a low power machine, i found that the "T"versions of some intel cpus are more power efficient..... i really don't know the socket types of these machines, but the specs are these: https://ark.intel.com/content/www/us/en/ark/products/129944/intel-core-i3-8100t-processor-6m-cache-3-10-ghz.html https://www.supermicro.com/en/products/motherboard/x11scv-q while the i3 -8100 is H4 socket, don't know if i3-800T is... they seem to be the same socket FCLGA1151, and the motherboard says accepts H4 LGA1151 socket... can someone confirm it fits ?
  3. yes but i don't know why it created a ghost folder
  4. removed /mnt -> /mnt the folder no longer creates itself, now that path was on the docker settings.... appconfig data is in another folder, apparently everything is working correctly
  5. the unassigned device is a ext4 usb drive (that was on another server omv)..... soon it will change it to an array folder....
  6. docker run -d --name='EmbyServer' --net='host' --cpuset-cpus='0,1,2,3' -e TZ="America/Chihuahua" -e HOST_OS="Unraid" -e HOST_HOSTNAME="KXUNRAID" -e HOST_CONTAINERNAME="EmbyServer" -e 'TCP_PORT_8096'='8096' -e 'UID'='2' -e 'GID'='2' -e 'GIDLIST'='2' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8096]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logoicon.png' -v '/mnt':'/mnt':'rw' -v '/mnt/disks/media2/media/videos':'/mnt/videos':'rw,slave' -v '/mnt/user/appdata/EmbyServer':'/config':'rw' --device='/dev/dri' 'emby/embyserver:latest' 6a4c9700e8dab0f7619f6563a38313dcc9d12a8b72481498c44fe2e70a51d601 The command finished successfully!
  7. the folder gets created when emby is started....
  8. went 1 by 1, modifying something in the docker settings and hitting apply, none of them show /mnt/videos
  9. went 1 by 1 viewing advanced settings and none of them show /mnt/videos folder..... how can i look the run command for each docker ? i updated 2 of them, no /mnt/videos after -v
  10. the only docker img that reference to /mnt/videos is emby, but on the settings app
  11. ok, so how do i look for it ? since i already checked the mappings on the main settings