Kay Agahd

Results 33 comments of Kay Agahd

Since [exifr#62](https://github.com/MikeKovarik/exifr/issues/62#issuecomment-869568888) is able to read sidecar files, will reading XMP sidecar files be supported by PiGallery2 in the near future? That would be awesome!

I have a similar case. If trufflehog's docker container is run as non-root, trufflehog throws such an error: ``` {"level":"error","ts":"2023-12-05T18:09:10Z","logger":"trufflehog","msg":"error occurred with trufflehog updater 🐷","error":"cannot move binary (exit status 1)"}...

Hi @flickerfly, I got trufflehog's container runnning as non-root. Trufflehog's parameter `--no-update` is not even required because I added a user to the container that is granted to write within...

~~Same bugs. My macos version is 13.6.3. Accessing http://127.0.0.1:8384/ shows a syncthing UI, but no icon in the top bar.~~ It seems that the Synthing icon was hidden by the...

@kardo22, please see the feature request #497 to share one photo within the gallery. I think this one is a duplicate and as such may be closed.

Understood, thanks for clarifying @kardo22 . I had a look at this and it seems that's possible already by calling PiGallery2's API. For example: the URL to show the [last...

> That would be a security issue if you could open any photos in a protected gallery Thats for sure @bpatrik. I assumed that one is already logged in when...

Vivaldi 2.11.1811.33 (Stable channel) (64-Bit) on macOS Version 10.14.6

Just for your info: We are using this plugin (maybe not the most recent version) with mongodb v4 and authentication without any problems. What do you want to achieve with...

Hi @whatyoudoiswhatyouare, we are calling it like this for example: `./check_mongo.py -H $HOST -P 27017 -u myuser -p$PASSWORD -A$ACTION -W$WARNING -C$CRITICAL` Our mongodb version is 4.0.6 The credentials for our...