chore(photoview): add docs for darktable (#3491)

* chore(photoview): add docs for darktable

* wording
This commit is contained in:
Stavros Kois
2022-08-17 13:02:17 +02:00
committed by GitHub
parent 858c43e4e8
commit 31001497b0
@@ -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`