mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-30 20:40:15 +00:00
bce51bfb3c
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"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/",
|
|
"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"
|
|
}
|
|
]
|
|
} |