home token

This commit is contained in:
soraefir
2026-05-31 17:10:06 +02:00
parent 42f8b17139
commit 1956285128

View File

@@ -73,3 +73,15 @@ entries:
[name, Homepage Provider],
]
open_in_new_tab: false
# 3. Provision the static API token linked to the user account
- model: authentik_core.token
state: present
identifiers:
identifier: homepage-token
attrs:
key: !Env HOMEPAGE_VAR_AUTHENTIK_API
user: !KeyOf authentik_core.user[username=akadmin]
intent: api
expiring: false
description: "API Token for Homepage status widget"