nix-community / authentik-nix

Nix flake with package, NixOS module and basic VM test for authentik. Trying to provide an alternative deployment mode to the officially supported docker-compose approach. Not affiliated with or officially supported by the authentik project [maintainer=@willibutz]
MIT License
74 stars 15 forks source link

enable media uploads #10

Closed xanderio closed 8 months ago

xanderio commented 9 months ago

The media upload feature is build around being deployed in a container and only enables uploads when /media is a mountpoint. This isn't the case on nixos and as such media uploads are disable.

In order to enable this, we need to patch authentik so that the can_save_media capability is enabled.

Fixes: #8