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.

Correct way to define users with Docker (unRAID)

Featured Replies

My original Docker container (for SongKong) was created for use with  Qnap (http://www.jthink.net/jaikozforum/posts/list/20064.page) , created a songkong User and Group

 

RUN addgroup -S songkong \

&& adduser -S -G songkong songkong

 

But this did not work well because then SongKong did not have permission to read/write some files

So I removed the user so SongKong defaults to running as root

However we see on unRaid this means that although it can now modify any files if it moves them they get created as user root, group root umask 000. Whereas the original files are owned by nobody, group everyone umask 755 which means they cannot be modifed/deleted outside of unRAID.

 

Can anyone suggest an approach whereby SongKong Docker has access to all files but create them as the nobody user with full permissions, will this be compatible with non UNRAID systems such as Qnap ?

Edited by Paul Taylor

My original Docker container (for SongKong) was created for use with  Qnap (http://www.jthink.net/jaikozforum/posts/list/20064.page) , created a songkong User and Group
 
RUN addgroup -S songkong \
&& adduser -S -G songkong songkong
 
But this did not work well because then SongKong did not have permission to read/write some files
So I removed the user so SongKong defaults to running as root
However we see on unRaid this means that although it can now modify any files if it moves them they get created as user root, group root umask 000. Whereas the original files are owned by nobody, group everyone umask 755 which means they cannot be modifed/deleted outside of unRAID.
 
Can anyone suggest an approach whereby SongKong Docker has access to all files but create them as the nobody user with full permissions, will this be compatible with non UNRAID systems such as Qnap ?
Probably best to reach out to linux server.io (@CHBMB)

Sent from my NSA monitored device

Archived

This topic is now archived and is closed to further replies.

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.