Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SlavSquat

Members
  • Joined

  • Last visited

Everything posted by SlavSquat

  1. Native docker compose
  2. 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 😄

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.