From 9e4e7427b4abaf571e5307717ff3be5f8ece487f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Nov 2025 18:05:02 +0000 Subject: [PATCH] Import homepage defaults and adjust for testing --- config/docker.yaml | 4 ++-- config/services.yaml | 30 ++++++++++++++++++------------ config/settings.yaml | 11 +++++++++-- 3 files changed, 29 insertions(+), 16 deletions(-) diff --git a/config/docker.yaml b/config/docker.yaml index 2f4c4e3..229fcbd 100644 --- a/config/docker.yaml +++ b/config/docker.yaml @@ -6,5 +6,5 @@ # host: 127.0.0.1 # port: 2375 -# my-docker: -# socket: /var/run/docker.sock +KomOVH: + socket: /var/run/docker.sock diff --git a/config/services.yaml b/config/services.yaml index 39b3792..eb04f5c 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -2,17 +2,23 @@ # For configuration options and examples, please see: # https://gethomepage.dev/configs/services/ -- My First Group: - - My First Service: - href: http://localhost/ - description: Homepage is awesome +- Infra: + - 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 -- My Second Group: - - My Second Service: - href: http://localhost/ - description: Homepage is the best +- Home: + - Home Assistant: + href: https://hass.digitalvoid.ca + icon: mdi:home-assistant + description: Home automation -- My Third Group: - - My Third Service: - href: http://localhost/ - description: Homepage is 😎 diff --git a/config/settings.yaml b/config/settings.yaml index 2e828c0..0df24fa 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -2,6 +2,13 @@ # For configuration options and examples, please see: # https://gethomepage.dev/configs/settings/ +title: "DigitalVoid Services" +theme: dark + +layout: + - KomOVH + - Home + providers: - openweathermap: openweathermapapikey - weatherapi: weatherapiapikey + openweathermap: fbf70bdd9303721307d4a8bb1c8d7a30 +# weatherapi: weatherapiapikey