Skip to content

Commit ebf63f5

Browse files
Update date in json (#2589)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 0a12488 commit ebf63f5

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

json/authelia.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "Authelia",
3-
"slug": "authelia",
4-
"categories": [
5-
6
6-
],
7-
"date_created": "2025-02-05",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 9091,
12-
"documentation": "https://www.authelia.com/integration/deployment/bare-metal/",
13-
"website": "https://www.authelia.com/",
14-
"logo": "https://www.authelia.com/images/branding/logo.png",
15-
"description": "Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/authelia.sh",
20-
"resources": {
21-
"cpu": 1,
22-
"ram": 512,
23-
"hdd": 2,
24-
"os": "Debian",
25-
"version": "12"
26-
}
2+
"name": "Authelia",
3+
"slug": "authelia",
4+
"categories": [
5+
6
6+
],
7+
"date_created": "2025-02-24",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 9091,
12+
"documentation": "https://www.authelia.com/integration/deployment/bare-metal/",
13+
"website": "https://www.authelia.com/",
14+
"logo": "https://www.authelia.com/images/branding/logo.png",
15+
"description": "Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/authelia.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 512,
23+
"hdd": 2,
24+
"os": "Debian",
25+
"version": "12"
2726
}
28-
],
29-
"default_credentials": {
30-
"username": "authelia",
31-
"password": "authelia"
32-
},
33-
"notes": []
34-
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": "authelia",
31+
"password": "authelia"
32+
},
33+
"notes": []
34+
}

0 commit comments

Comments
 (0)