chore: add icons & descr for authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
Xavier Morel
2026-06-01 15:04:20 +02:00
parent 71119342e0
commit 78c3c3bf68
13 changed files with 28 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@
}; };
private = true; private = true;
auth = true; auth = true;
description = "Base de données PostgreSQL.";
icon = "https://wiki.postgresql.org/images/3/30/PostgreSQL_logo.3colors.120x120.png";
otherDomains = [ otherDomains = [
{ {
subdomain = "db"; subdomain = "db";
+2
View File
@@ -35,5 +35,7 @@
}; };
private = true; private = true;
auth = true; auth = true;
description = "Serveur DNS & DHCP fourni par AdGuardHome & Unbound.";
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/adguard-home.png";
}; };
} }
+2
View File
@@ -37,5 +37,7 @@ in
}; };
private = true; private = true;
auth = true; auth = true;
description = "Suivi des finances via Firefly-III.";
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/firefly-iii.png";
}; };
} }
+2
View File
@@ -29,5 +29,7 @@ in
}; };
private = true; private = true;
auth = true; auth = true;
description = "Serveur média avec Jellyfin / jellyseer (?).";
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/jellyfin.png";
}; };
} }
+2
View File
@@ -22,5 +22,7 @@
}; };
private = true; private = true;
auth = true; # unused anyway auth = true; # unused anyway
description = "Serveur de métriques fourni par Prometheus.";
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/prometheus.png";
}; };
} }
+2
View File
@@ -31,5 +31,7 @@ in
}; };
private = true; private = true;
auth = true; auth = true;
description = "Interface de monitoring via Grafana.";
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/grafana.png";
}; };
} }
+2
View File
@@ -45,5 +45,7 @@ in
}; };
private = true; # available only on private lan private = true; # available only on private lan
auth = true; # auth overlay auth = true; # auth overlay
description = "Serveur MQTT";
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/mqtt.png";
}; };
} }
+2
View File
@@ -26,5 +26,7 @@ in
}; };
private = true; private = true;
auth = true; auth = true;
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/paperless-ngx.png";
}; };
} }
+2
View File
@@ -20,5 +20,7 @@
}; };
private = true; private = true;
auth = true; auth = true;
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/ups.png";
}; };
} }
+2
View File
@@ -50,5 +50,7 @@
}; };
private = true; private = true;
auth = true; auth = true;
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/traefik.png";
}; };
} }
+1
View File
@@ -12,6 +12,7 @@ in
swap = 512; swap = 512;
protection = false; protection = false;
}; };
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/yarr-light.png";
db = { db = {
enable = true; enable = true;
password = db_pass.yarrr; password = db_pass.yarrr;
+1
View File
@@ -19,5 +19,6 @@
}; };
private = true; # available only on private lan private = true; # available only on private lan
auth = true; # auth overlay auth = true; # auth overlay
icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/zigbee2mqtt-light.png";
}; };
} }
+6 -1
View File
@@ -40,29 +40,34 @@ in
) )
// { // {
home_assistant = { home_assistant = {
name = "home_assistant"; name = "Home Assistant";
slug = "home_assistant"; slug = "home_assistant";
protocol_provider = "\${resource.authentik_provider_oauth2.home_assistant.id}"; 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 = { matrix = {
name = "matrix"; name = "matrix";
slug = "matrix"; slug = "matrix";
protocol_provider = "\${resource.authentik_provider_oauth2.matrix.id}"; protocol_provider = "\${resource.authentik_provider_oauth2.matrix.id}";
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/matrix-light.png";
}; };
vaultwarden = { vaultwarden = {
name = "vaultwarden"; name = "vaultwarden";
slug = "vaultwarden"; slug = "vaultwarden";
protocol_provider = "\${resource.authentik_provider_oauth2.vaultwarden.id}"; protocol_provider = "\${resource.authentik_provider_oauth2.vaultwarden.id}";
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/vaultwarden-light.png";
}; };
gitea = { gitea = {
name = "gitea"; name = "gitea";
slug = "gitea"; slug = "gitea";
protocol_provider = "\${resource.authentik_provider_oauth2.gitea.id}"; protocol_provider = "\${resource.authentik_provider_oauth2.gitea.id}";
meta_icon = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gitea.png";
}; };
nas = { nas = {
name = "nas"; name = "nas";
slug = "nas"; slug = "nas";
protocol_provider = "\${resource.authentik_provider_oauth2.nas.id}"; 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 = { authentik_application_entitlement = {