2FAuth
2FAuth copied to clipboard
Self Hosted Docker Compose Install - Blank Home Page
Version
5.2.0
Details & Steps to reproduce
I created the server with docker compose with version 5.2.0 tag and default file as described and in both instances i only get a blank page when i browse to the URL
Expectation
Supposed to see a login page
attaching screen shot of web console from browser. it has some connection_refused issues.
Error & Logs
[2024-05-29 10:26:16] local.DEBUG: ReleaseRadarActivated event dispatched
[2024-05-29 10:26:16] local.INFO: Release scan started
[2024-05-29 10:26:16] local.NOTICE: App setting 'lastRadarScan' set to 1716996376
[2024-05-29 10:26:16] local.NOTICE: App setting 'latestRelease' reset to default
Docker compose console logs
docker compose up
WARN[0000] The "PUSHER_APP_KEY" variable is not set. Defaulting to a blank string.
WARN[0000] The "PUSHER_APP_CLUSTER" variable is not set. Defaulting to a blank string.
[+] Running 19/18
✔ 2fauth Pulled 3.8s
✔ 4abcf2066143 Already exists 0.0s
✔ 60090a118777 Already exists 0.0s
✔ 8e1c3902bf6c Already exists 0.0s
✔ cb3e2b31d636 Already exists 0.0s
✔ 2300f1f7b35d Already exists 0.0s
✔ e698995d0bf8 Already exists 0.0s
✔ d803cb217c1a Already exists 0.0s
✔ b3865a63586c Already exists 0.0s
✔ 9fa3067f6190 Already exists 0.0s
✔ 9e8d7f80c995 Already exists 0.0s
✔ 7a7edf842cdc Already exists 0.0s
✔ 1f6771abd4d2 Already exists 0.0s
✔ 4f4fb700ef54 Already exists 0.0s
✔ 7f95e190cc39 Already exists 0.0s
✔ dda85c75a9db Already exists 0.0s
✔ f1a198813db7 Already exists 0.0s
✔ 94a381b9627f Already exists 0.0s
✔ 75fdc8739d6e Already exists 0.0s
[+] Running 1/1
✔ Container 2fauth Created 0.1s
Attaching to 2fauth
2fauth | Running version 5.2.0 commit a707ad3 built on 2024-05-29T14:27:28Z
2fauth | supervisord version: v0.6.8
2fauth | PHP 8.2.19 (fpm-fcgi) (built: May 9 2024 19:31:11)
2fauth | nginx version: nginx/1.24.0
2fauth | DB_DATABASE sets with default path, we will use a symlink
2fauth | Actual db file will be /2fauth/database.sqlite
2fauth | /srv/database/database.sqlite is now a symlink to /2fauth/database.sqlite
2fauth |
2fauth | INFO Clearing cached bootstrap files.
2fauth |
2fauth | events ............................................................ 2ms DONE
2fauth | views ............................................................. 9ms DONE
2fauth | cache ............................................................. 2ms DONE
2fauth | route ............................................................. 1ms DONE
2fauth | config ............................................................ 1ms DONE
2fauth | compiled .......................................................... 1ms DONE
2fauth |
2fauth |
2fauth | INFO Configuration cached successfully.
2fauth |
2fauth |
2fauth | INFO Routes cached successfully.
2fauth |
2fauth |
2fauth | INFO Blade templates cached successfully.
2fauth |
2fauth | time="2024-05-29T15:09:52Z" level=info msg="load configuration from file" file=/etc/supervisor/supervisord.conf
2fauth | 192.168.11.50 - - [29/May/2024:15:10:02 +0000] "GET /login HTTP/1.1" 200 2779 "-" "Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36"
2fauth | 192.168.11.50 - - [29/May/2024:15:10:25 +0000] "GET / HTTP/1.1" 200 2779 "-" "Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36"
Execution environment
No response
Containerization
- [X] Docker
Additional information
No response