chore(photoview): add docs for darktable (#3491)
* chore(photoview): add docs for darktable * wording
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Installation Notes
|
||||
|
||||
In case you want to use `darktable` and it's features inside the app,
|
||||
you have to run the app as `root` (`0`).
|
||||
|
||||
Under `Security and Permissions`
|
||||
|
||||
- Check `Show Advanced Security Settings`
|
||||
- Uncheck `ReadOnly Root Filesystem`
|
||||
- Uncheck `runAsNonRoot`
|
||||
|
||||
Under `Pod Security Context`
|
||||
|
||||
- runAsUser: `0`
|
||||
- runAsGroup: `0`
|
||||
Reference in New Issue
Block a user