falkheiland

Results 7 comments of falkheiland

the example would / should be to show HOW the variable should be used in terms of constructing the version - not for specifying a certain version. I nedded some...

i suggest @hongwen000 create a .vscode folder with a settings.json in the root of the repo containing: ``` { "powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1" } ``` an have you repo specific PSScriptAnalyzerSettings.psd1 in...

had a similar issue while still had an additional basic auth middleware applied. after removal it worked.

> Just want to leave a note that people can make do but it is definitely not fine.... what purpose has your post, if you do not provide a way...

same here (docker-compose via exposed port and behind traefik). downgrade to 5.0.2 shows login window again.

https://github.com/Bubka/2FAuth/releases/tag/v5.0.3 >⚠️ For everyone experiencing a blank screen after updating to v5.*, please set the ASSET_URL env variable to the same value as APP_URL. this does not change anything for...

i did some testing and got it running by using ``` version: "3.7" services: 2fauth: environment: - ASSET_URL=https://2fauth.${LOCAL_DOMAIN} - APP_URL=https://2fauth.${LOCAL_DOMAIN} #this has been http://localhost in 5.0.2 ``` thanks!