seanob86
seanob86
Appears I am having similar issue as well with custom docker image. I just modified my crontab file on the host and restarted container but the changes aren't being synced...
Dev is now logging to `pihole-updatelists-onboot.log`.
I too got the same errors and also rolled back "2024.1.2-beta". Using sqlite db. Edit: Appears .Net was updated https://github.com/bitwarden/self-host/pull/208
I did enable `hardware decoding`, that's the only setting I changed before realizing that video playback is only failing on Safari browser on iPhone/iPad. Once I noticed that I did...
Adding exported config json relevant transcoding config: ``` "ffmpeg": { "crf": 23, "threads": 0, "preset": "medium", "targetVideoCodec": "h264", "acceptedVideoCodecs": [ "h264" ], "targetAudioCodec": "aac", "acceptedAudioCodecs": [ "aac", "mp3", "libopus" ],...
> Hi @seanob86, I think I have the same issue. Do you use a reverse proxy? Yeah I do. My immich instance is behind Traefik.
> Hi, you can use https://www.openlogic.com/blog/mutual-authentication-using-apache-and-web-client to try and set up a certificate. This is only TLS, not mTLS. mTLS should work as well, but not 100% sure on this....
> Hi, I started rewriting the mTLS logic, if possible please test to see if this issue still occurs. Keep in mind it's still WIP and not finalized: [#3685](https://github.com/nextcloud/ios/pull/3685) I've...
> Testflight does not include the changes here: [#3685](https://github.com/nextcloud/ios/pull/3685). You can only test this by cloning the repo, switching to the `mtls` branch and building the app via XCode yourself....
Just discovered the same logs on my server. ``` time="2025-08-02T19:12:53+10:00" level=warning msg="failed to run filter : unexpected end of JSON input (1:1)\n | UnmarshalJSON(evt.Parsed.message, evt.Unmarshaled, \"traefik\") in [\"\", nil]\n |...