Skip to content

Commit d554083

Browse files
committed
fix(2fauth): blank page, added env. vars
close runtipi#2243
1 parent a447ae8 commit d554083

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/2fauth/config.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"$schema": "../schema.json",
33
"name": "2FAuth",
44
"port": 8235,
5+
"uid": 1000,
6+
"gid": 1000,
57
"available": true,
68
"exposable": true,
79
"id": "2fauth",
8-
"tipi_version": 11,
10+
"tipi_version": 12,
911
"version": "5.0.3",
1012
"categories": [
1113
"security"

apps/2fauth/docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.7"
21
services:
32
2fauth:
43
image: 2fauth/2fauth:5.0.3
@@ -7,6 +6,9 @@ services:
76
- ${APP_DATA_DIR}/data:/2fauth
87
ports:
98
- ${APP_PORT}:8000
9+
environment:
10+
- ASSET_URL=https://${APP_DOMAIN}
11+
- APP_URL=https://${APP_DOMAIN}
1012
networks:
1113
- tipi_main_network
1214
labels:

0 commit comments

Comments
 (0)