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.

Option to Store content of /boot/config/plugins/dockerMan elsewhere.

Featured Replies

Given that the flash drive can't be encrypted and that docker user-templates definitions often containing credentials and keys are stored in the clear, it would be nice to have an option to move /boot/config/plugins/dockerMan on a pool drive (cache).

 

Could be as simple as storing data on an unpublished share and making a symlink to the original folder.

 

I tried, but it won't let me do "ln -s /mnt/cache/dockerMan /boot/config/plugins/dockerMan".

 

Might be a cool approach for any other "config" that doesn't need to be available before the array is started and available.

  • 2 months later...

You could move the key variables from the template to an envfile, and locate that file somewhere secure and encrypted (I usually go with appdata path).
This way the container templates in flash drive would be always sanitised.

To enable this, edit the template and adding this to your Extra Parameters field (toggle advanced view in top right):
--env-file=/mnt/cache/appdata/homepage/.env
edit path to where you prefer, this is an example for homepage env file path.


env file itself is fairly simple, in the form VARIABLE=VALUE

USERNAME=johndoe
API_KEY='HelloWorld1234'
DATABASE_URL="http://localhost:5432"
  • Author

It's what I did ! But still, there are some parameters that can't be in an ENV FILE, like Post Arguments that MIGHT contain sensitive data.

  • 2 weeks later...

Needs a proper secrets system like Komodo Core.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.