Known Issues/FAQ #16
faultables
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
self-signed certificate
flo currently does not support a Navidrome server behind reverse proxy with a self-signed certificate installed due to the unnecessary complexity. you may consider using a certificate signed by a "trusted" certificate authority like Let's Encrypt (recommended) or ZeroSSL to solve the issue.
identity-aware proxy (IAP)
some users uses identity-aware proxies like authentik or Pomerium to handles authn & authz. while Navidrome itself supports this "reverse proxy authentication" via
ND_REVERSEPROXYUSERHEADER
, flo currently does not as the login process involves calling the/login
endpoint directly. however, contributions are very welcome!Beta Was this translation helpful? Give feedback.
All reactions