Hi, I have Pixelfed installed, and I'd let to set the .env
variable MEDIA_EXIF_DATABASE
to true
. This variable is located in the file /app/code/.env.docker
which I believe is read only. This setting is (sparsely) documented at https://docs.pixelfed.org/technical-documentation/config/ .
I tried overriding it in the /app/code/.env
file, (by adding MEDIA_EXIF_DATABASE=true
), but after restarting the app, this variable is still shown to be false
when accessing the diagnostics page at /i/admin/diagnostics/home.
Any help is appreciated!
Chris