You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Umbrel v0.5 introduced authentication middleware for all apps by default, which redirects users to a login page before they can access Bitfeed.
Since Bitfeed does not expose any sensitive information, or access to user funds, authentication is probably unnecessary and only adds friction to the user experience.
Solution: add PROXY_AUTH_ADD: "false" to the umbrel docker-compose configuration.
The text was updated successfully, but these errors were encountered:
Umbrel v0.5 introduced authentication middleware for all apps by default, which redirects users to a login page before they can access Bitfeed.
Since Bitfeed does not expose any sensitive information, or access to user funds, authentication is probably unnecessary and only adds friction to the user experience.
Solution: add
PROXY_AUTH_ADD: "false"
to the umbrel docker-compose configuration.The text was updated successfully, but these errors were encountered: