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.

neecapp

Members
  • Joined

  • Last visited

  1. Docker doesn't actually support secrets if you aren't running a swarm. Docker-compose secrets are just read-only bind mounts under the covers. If you are not using swarm, the plain-text of the "secret" is stored on disk anyway. There is a benefit to sharing secrets in this way; however, as you avoid unintentionally leaking sensitive environment variables between containers. In a compose file, this would be the same as using "secrets": version: "3.7" services: example: image: traefik:latest volumes: - type: bind source: ./secret_file.txt target: /var/secrets/secret_file.txt read_only: true Thoughts about the docker implementation in Unraid aside, you can add a file to your server and bind mount it through the UI or XML. If you really want to add secrets, you will have to setup your own vault.

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.