-
Notifications
You must be signed in to change notification settings - Fork 324
🐛 [2FAuth] app does not work anymore #2243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
by using runtipi/user-config/2fauth/docker-compose.yml
i got it working again. the original app package does not specify those env, but they seem to be needed / defined to work with 5.0.3. |
Thanks @falkheiland |
Hum, 1st try, failing. Troubleshooting
|
#2254 introduced
since 2FAuth only listens on the APP_URL , using APP_DOMAIN only works if the app is published. something like that: to use 2FAuth on a local domain create a file:
version: "3.7"
services:
2fauth:
environment:
- ASSET_URL=https://2fauth.${LOCAL_DOMAIN}
- APP_URL=https://2fauth.${LOCAL_DOMAIN} |
Bubka/2FAuth#284
Originally posted by @falkheiland in #2178 (comment)
The text was updated successfully, but these errors were encountered: