From 22151255d43a50e39ad299672046a9370399dbbc Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Nov 2025 17:08:06 +0000 Subject: [PATCH] Update settings and services --- config/services.yaml | 20 ++++++++++++++++++++ config/settings.yaml | 6 ++++++ 2 files changed, 26 insertions(+) create mode 100644 config/services.yaml create mode 100644 config/settings.yaml diff --git a/config/services.yaml b/config/services.yaml new file mode 100644 index 0000000..6b1d63e --- /dev/null +++ b/config/services.yaml @@ -0,0 +1,20 @@ +- Online: + - Komodo: + href: https://komovh.digitalvoid.ca + icon: mdi:dragon + description: Stack management + - Gitea: + href: https://git.digitalvoid.ca + icon: mdi:git + description: Git service + - Traefik: + href: https://trfk.digitalvoid.ca + icon: mdi:swap-horizontal-bold + description: Reverse proxy + +- Home: + - Home Assistant: + href: https://hass.digitalvoid.ca + icon: mdi:home-assistant + description: Home automation + diff --git a/config/settings.yaml b/config/settings.yaml new file mode 100644 index 0000000..3029543 --- /dev/null +++ b/config/settings.yaml @@ -0,0 +1,6 @@ +title: "DigitalVoid Services" +theme: dark + +layout: + - Online + - Home