Make Automatic chown
can be disabled.
#269
Closed
lemniskett
started this conversation in
Ideas & Feature Requests
Replies: 1 comment 2 replies
-
Hey @lemniskett, Try using the beta images and let me know your thoughts. I don't have the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
When using an application that stores a lot of files in the filesystem (e.g. Nextcloud), the
chown
process insrc/cli/etc/s6-overlay/scripts/runas-user
will slow down the startup.🏆 How to solve this problem
Add environment variable that skips the
chown
insrc/cli/etc/s6-overlay/scripts/runas-user
Perhaps a variable name like "
WEBUSER_HOME_SKIP_CHOWN
"?🥰 Describe the "impact" on users?
Users with a lot of files in the filesystem can disable the chown process for faster startup time.
Beta Was this translation helpful? Give feedback.
All reactions