nixos/doc/rl-2411: frigate breaking changes

This commit is contained in:
Martin Weinelt 2024-08-31 04:58:27 +02:00
parent 9e01f2b6ac
commit b51e706d6e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -201,6 +201,10 @@
- `pkgs.nextcloud27` has been removed since it's EOL. - `pkgs.nextcloud27` has been removed since it's EOL.
- `frigate` was updated past 0.14.0. This release includes various breaking changes, so please go read the [release notes](https://github.com/blakeblackshear/frigate/releases/tag/v0.14.0).
Most prominently access to the webinterface and API are now protected by authentication. Retrieve the auto-created
admin account from the `frigate.service` journal after upgrading.
- `services.forgejo.mailerPasswordFile` has been deprecated by the drop-in replacement `services.forgejo.secrets.mailer.PASSWD`, - `services.forgejo.mailerPasswordFile` has been deprecated by the drop-in replacement `services.forgejo.secrets.mailer.PASSWD`,
which is part of the new free-form `services.forgejo.secrets` option. which is part of the new free-form `services.forgejo.secrets` option.
`services.forgejo.secrets` is a small wrapper over systemd's `LoadCredential=`. It has the same structure (sections/keys) as `services.forgejo.secrets` is a small wrapper over systemd's `LoadCredential=`. It has the same structure (sections/keys) as