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
"description": "Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic provider to all of your docker apps. It is designed for traefik but it can be extended to work with all reverse proxies like caddy and nginx.",
"description": "Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic provider to all of your docker apps.",
17
17
"install_methods": [
18
18
{
19
19
"type": "default",
20
20
"script": "ct/alpine-tinyauth.sh",
21
21
"resources": {
22
22
"cpu": 1,
23
23
"ram": 256,
24
-
"hdd": 3,
24
+
"hdd": 2,
25
25
"os": "alpine",
26
26
"version": "3.21"
27
27
}
@@ -32,7 +32,7 @@
32
32
"resources": {
33
33
"cpu": 1,
34
34
"ram": 256,
35
-
"hdd": 3,
35
+
"hdd": 2,
36
36
"os": "alpine",
37
37
"version": "3.21"
38
38
}
@@ -44,8 +44,8 @@
44
44
},
45
45
"notes": [
46
46
{
47
-
"type": "info",
48
-
"text": "`cat ~/tinyauth.creds` to view login credentials"
47
+
"text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.",
0 commit comments