mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "authentik",
|
|
"slug": "authentik",
|
|
"categories": [
|
|
6
|
|
],
|
|
"date_created": "2024-12-27",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 9000,
|
|
"documentation": "https://docs.goauthentik.io/docs/",
|
|
"website": "https://goauthentik.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/authentik.webp",
|
|
"config_path": "/etc/authentik/config.yml",
|
|
"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": 10240,
|
|
"hdd": 12,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Authentik is very resource-heavy, it is recommended to use at least 10GB RAM anytime!",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "Some updates don't work due to massive dependency errors, it's recommended to do a backup before updating or a pg_dump and a new LXC.",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|