app-store/apps/authentik/config.json
renovate[bot] 06fa8a42ea
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024 (#2520)
* chore(deps): update ghcr.io/goauthentik/server docker tag to v2024

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
2024-02-25 11:50:19 +01:00

37 lines
792 B
JSON

{
"$schema": "../schema.json",
"name": "Authentik",
"port": 8770,
"available": true,
"exposable": true,
"id": "authentik",
"tipi_version": 8,
"version": "2024.2.0",
"https": true,
"categories": [
"development"
],
"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"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}