From d80358e2383c8ba4f3ca02df0025c0a465696ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 18 Aug 2026 10:31:43 +0200 Subject: [PATCH] fix(pulsenode): use coder icon for Code Server, globe for Web Apps Requires pulsenode v0.4.5 (BrandIcon's new "globe" generic icon and the coder brand icon). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01WpxhtQY3CExQdMs4j7MmJe --- pulsenode/config/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pulsenode/config/config.yml b/pulsenode/config/config.yml index 20a089b..e9bd31d 100644 --- a/pulsenode/config/config.yml +++ b/pulsenode/config/config.yml @@ -25,6 +25,7 @@ groups: icon: gitea - name: Code Server href: https://${TRAEFIK_HOST_CODE} + icon: coder - name: Immich href: https://${TRAEFIK_HOST_IMMICH} icon: immich @@ -43,7 +44,7 @@ groups: - type: bookmark name: Web Apps - icon: coolify + icon: globe links: - name: pivoine.art href: https://pivoine.art