Matthias Weis
Matthias Weis
Now it happened! I lost my data by restoring a data-less backup!! @nachoparker can you please please find a better solution. In case a data-less restore is issued, the data...
Reopen please!
Thank you! This severe issue made me switch to nextcloud/docker :cry:
Added a scalebar in #46 . I think scaling to a specific value shouldn't be that complex
Same here! Seems like Go expects a seconds field. https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format But standard cron doesn't have any seconds definition. https://crontab.guru/ 
I'm using traefik as forward proxy and solved this issue by setting the Content-Security-Policy Header of authentik: ``` traefik.http.middlewares.contentsec.headers.contentsecuritypolicy=frame-ancestors 'self' https://; ``` Documentation: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors
As discussed here: https://github.com/netbirdio/netbird/issues/2926 the fix of @dkrhodes really helps! Is it possible to define the route priority in the config? Reopen?
Refer to my solution for selfhosted instances: https://github.com/netbirdio/netbird/issues/2503#issuecomment-2625578147
I just found out reading the source code of the mobile clients: Using Setup Keys for iOS is already supported! BUT only for selfhosted netbirds!  Prerequisites: - Selfhosted management...