Skip to content

Commit 278c3cc

Browse files
Update date in json (#12503)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 14a7ac2 commit 278c3cc

1 file changed

Lines changed: 48 additions & 48 deletions

File tree

frontend/public/json/tinyauth.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"name": "Tinyauth",
3-
"slug": "tinyauth",
4-
"categories": [
5-
6
6-
],
7-
"date_created": "2025-05-06",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 3000,
12-
"documentation": "https://tinyauth.app",
13-
"config_path": "/opt/tinyauth/.env",
14-
"website": "https://tinyauth.app",
15-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tinyauth.webp",
16-
"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-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/tinyauth.sh",
21-
"resources": {
22-
"cpu": 1,
23-
"ram": 512,
24-
"hdd": 4,
25-
"os": "debian",
26-
"version": "13"
27-
}
28-
},
29-
{
30-
"type": "alpine",
31-
"script": "ct/alpine-tinyauth.sh",
32-
"resources": {
33-
"cpu": 1,
34-
"ram": 256,
35-
"hdd": 2,
36-
"os": "alpine",
37-
"version": "3.23"
38-
}
39-
}
40-
],
41-
"default_credentials": {
42-
"username": null,
43-
"password": null
2+
"name": "Tinyauth",
3+
"slug": "tinyauth",
4+
"categories": [
5+
6
6+
],
7+
"date_created": "2026-03-03",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 3000,
12+
"documentation": "https://tinyauth.app",
13+
"config_path": "/opt/tinyauth/.env",
14+
"website": "https://tinyauth.app",
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tinyauth.webp",
16+
"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+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/tinyauth.sh",
21+
"resources": {
22+
"cpu": 1,
23+
"ram": 512,
24+
"hdd": 4,
25+
"os": "debian",
26+
"version": "13"
27+
}
4428
},
45-
"notes": [
46-
{
47-
"text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.",
48-
"type": "info"
49-
}
50-
]
29+
{
30+
"type": "alpine",
31+
"script": "ct/alpine-tinyauth.sh",
32+
"resources": {
33+
"cpu": 1,
34+
"ram": 256,
35+
"hdd": 2,
36+
"os": "alpine",
37+
"version": "3.23"
38+
}
39+
}
40+
],
41+
"default_credentials": {
42+
"username": null,
43+
"password": null
44+
},
45+
"notes": [
46+
{
47+
"text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.",
48+
"type": "info"
49+
}
50+
]
5151
}

0 commit comments

Comments
 (0)