2023-11-15 00:50:53 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Authentik",
|
|
|
|
"port": 8770,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "authentik",
|
2024-01-09 21:47:29 +00:00
|
|
|
"tipi_version": 5,
|
|
|
|
"version": "2023.10.6",
|
2023-11-21 19:49:11 +00:00
|
|
|
"categories": [
|
|
|
|
"development"
|
|
|
|
],
|
2023-11-15 00:50:53 +00:00
|
|
|
"description": "The authentication glue you need.",
|
|
|
|
"short_desc": "The authentication glue you need.",
|
|
|
|
"author": "goauthentik",
|
|
|
|
"source": "https://github.com/goauthentik/authentik",
|
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "AUTHENTIK_DB_PASSWORD",
|
|
|
|
"min": 40,
|
|
|
|
"env_variable": "AUTHENTIK_DB_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "AUTHENTIK_SECRET_KEY",
|
|
|
|
"min": 50,
|
|
|
|
"env_variable": "AUTHENTIK_SECRET_KEY"
|
|
|
|
}
|
|
|
|
],
|
2023-11-21 19:49:11 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2023-11-15 00:50:53 +00:00
|
|
|
}
|