SlavSquat

Members
  • Posts

    2
  • Joined

  • Last visited

SlavSquat's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Got it working just now, also setting up homepage. First, you will need to create that .env file. In the docker tab, click on "Homepage" then edit. Toggle the "basic view" switch to go into "Advanced view". In "Extra parameters", add this (change the actual path to your .env file) --env-file /mnt/cache/appdata/homepage/.env Click "Done" and it should now destroy the old container and recreate it. You should see the extra param (last line) added to the docker run, like so docker run -d --name='homepage' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/gethomepage/homepage/main/public/android-chrome-512x512.png' -v '/mnt/cache/appdata/homepage/config/':'/app/config':'rw' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' -v '/mnt/user/appdata/homepage/icons/':'/app/public/icons':'rw' --env-file /mnt/cache/appdata/homepage/.env 'ghcr.io/gethomepage/homepage:latest' Please be aware that if you make any changes to the env file once the container has been loaded, you will need to re-create it. Stopping & starting or restarting the container will not change the env file. The easiest way I found to force UnRAID to recreate the container with the new contents of the env file was to go into edit, change the "console shell command" from whatever it is set to the other and then hitting "Done". Once you're happy with your env file, revert back the console shell command to "shell" Happy setup 😄