chore: add icons & descr for authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -40,29 +40,34 @@ in
|
||||
)
|
||||
// {
|
||||
home_assistant = {
|
||||
name = "home_assistant";
|
||||
name = "Home Assistant";
|
||||
slug = "home_assistant";
|
||||
protocol_provider = "\${resource.authentik_provider_oauth2.home_assistant.id}";
|
||||
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/home-assistant.png";
|
||||
};
|
||||
matrix = {
|
||||
name = "matrix";
|
||||
slug = "matrix";
|
||||
protocol_provider = "\${resource.authentik_provider_oauth2.matrix.id}";
|
||||
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/matrix-light.png";
|
||||
};
|
||||
vaultwarden = {
|
||||
name = "vaultwarden";
|
||||
slug = "vaultwarden";
|
||||
protocol_provider = "\${resource.authentik_provider_oauth2.vaultwarden.id}";
|
||||
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/vaultwarden-light.png";
|
||||
};
|
||||
gitea = {
|
||||
name = "gitea";
|
||||
slug = "gitea";
|
||||
protocol_provider = "\${resource.authentik_provider_oauth2.gitea.id}";
|
||||
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gitea.png";
|
||||
};
|
||||
nas = {
|
||||
name = "nas";
|
||||
slug = "nas";
|
||||
protocol_provider = "\${resource.authentik_provider_oauth2.nas.id}";
|
||||
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/synology-light.png";
|
||||
};
|
||||
};
|
||||
authentik_application_entitlement = {
|
||||
|
||||
Reference in New Issue
Block a user