robflate
robflate
Any updates on this? Still get the error when trying to open Plex SQLite databases.
Is there any progress on documenting or adapting the API? I'm looking for a general overview of the status of the latest backup completed on each plan. Similar to the...
I have fixed the syslog flooding issue by using the long bind mount syntax and setting the [bind.propagation](https://docs.docker.com/engine/storage/bind-mounts/#configure-bind-propagation) value to rshared; ``` volumes: - ${DOCKERDIR}:/media-server-mbpold - type: bind source: ${VOLUMES}...
Same for me using Authentik. Rolling back to v1.10.0 fixes OIDC but I'm looking forward to the bug fixes in v1.11.0, particularly; Fix metadata writing to file (https://github.com/booklore-app/booklore/pull/1592) by @cjd...
Also doesn't work for me using Authentik on a fresh database; ``` "groups": [ "authentik Admins", "authentik Users", "authentik Limited" ] ``` ``` oidc: ... adminGroup: "authentik Admins" ``` Worth...
config.yml auth section; ``` auth: methods: password: enabled: false oidc: enabled: true clientId: "xxxx" clientSecret: "xxxx" issuerUrl: "https://authentik.xxxx.com/application/o/filebrowser-quantum/" scopes: "email openid profile" userIdentifier: "username" disableVerifyTLS: false logoutRedirectUrl: "https://authentik.xxxx.com/application/o/filebrowser-quantum/end-session/" createUser: true...
The updated 0.7.9 image is working for me too; ``` 2025/06/15 19:45:31 [DEBUG] oidc.go:197: User authentik is in admin group authentik Admins, granting admin privileges. 2025/06/15 19:45:31 [DEBUG] oidc.go:209: Successfully...
This also appears to be an issue with Redis. Any progress on it?
I like how Homepage handles this; https://gethomepage.dev/installation/docker/#using-environment-secrets > ### Using Environment Secrets > You can also include environment variables in your config files to protect sensitive information. Note: > >...
Works for me. Great work. Thanks! Edit: I started with a clean db to get round the migration issue.