ProxmoxVE/json/authentik.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2024-11-16 20:46:33 +00:00
{
"name": "Authentik",
"slug": "authentik",
"categories": [
11
],
"date_created": "2024-11-06",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "9000",
"documentation": "https://docs.goauthentik.io/docs/",
2024-11-16 20:46:33 +00:00
"website": "https://goauthentik.io/",
"logo": "https://github.com/goauthentik/authentik/blob/main/website/static/img/icon.png",
"description": "Authentik is an IdP (Identity Provider) and SSO (single sign on) that is built with security at the forefront of every piece of code, every feature, with an emphasis on flexibility and versatility.",
"install_methods": [
{
"type": "default",
"script": "ct/authentik.sh",
"resources": {
"cpu": "6",
"ram": "8192",
"hdd": "12",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Initial configuration at http://<IP>:9000/if/flow/initial-setup/",
"type": "info"
2024-11-16 20:46:33 +00:00
}
]
}