Matthias Weis

Results 22 comments of 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...

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/ ![Bildschirmfoto vom 2023-11-01 17-44-21](https://github.com/ansible-semaphore/semaphore/assets/6280987/8adc5dda-a467-4c3e-a1fd-a52bb9de29c6)

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! ![Image](https://github.com/user-attachments/assets/bdaaa46e-a014-4fce-a3b0-60549b6be2cd) Prerequisites: - Selfhosted management...