From 16d050bd6ac0f64bcdd996e22b46258f6f22ee11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= Date: Mon, 16 Feb 2026 21:30:48 -0300 Subject: [PATCH] initial commit --- config/docker.yaml | 2 +- config/services.yaml | 9 +-------- config/settings.yaml | 10 ++-------- config/widgets.yaml | 15 ++++++++++----- docker-compose.yaml | 6 ++++-- 5 files changed, 18 insertions(+), 24 deletions(-) diff --git a/config/docker.yaml b/config/docker.yaml index 0e2cc59..9a29ccc 100644 --- a/config/docker.yaml +++ b/config/docker.yaml @@ -1,4 +1,4 @@ --- my-docker: host: socket-proxy - port: 2375 + port: {{SOCKET_PROXY_PORT}} diff --git a/config/services.yaml b/config/services.yaml index 23dde19..3c272c0 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -14,11 +14,4 @@ widget: type: pihole url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}} - key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}" - -# Groups for auto-discovery -- Portfolio: [] -- Web: [] -- Monitoring: [] -- APIs: [] -- Infra: [] \ No newline at end of file + key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}" \ No newline at end of file diff --git a/config/settings.yaml b/config/settings.yaml index 3f1e7ce..60656ae 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,14 +1,8 @@ --- -title: Homelab +title: Loureiro's Homelab background: image: https://images.unsplash.com/photo-1550684848-fac1c5b4e853?q=80&w=2070&auto=format&fit=crop brightness: 50 theme: dark -color: slate - -providers: - openweathermap: - apiKey: "" # Add your API key here - location: "Sao Paulo" # Add your location name or ID - units: metric +color: slate \ No newline at end of file diff --git a/config/widgets.yaml b/config/widgets.yaml index 1365d51..92252c5 100644 --- a/config/widgets.yaml +++ b/config/widgets.yaml @@ -5,8 +5,10 @@ disk: / - search: - provider: duckduckgo - target: _blank + provider: google # google, duckduckgo, bing, baidu, brave or custom + focus: true # Optional, will set focus to the search bar on page load + showSearchSuggestions: true # Optional, will show search suggestions. Defaults to false + target: _blank # One of _self, _blank, _parent or _top - datetime: text_size: xl @@ -15,6 +17,9 @@ dateStyle: medium - openweathermap: - apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}" - location: "{{HOMEPAGE_VAR_OPENWEATHERMAP_LOCATION}}" - units: metric + label: Santos + latitude: -23.962995903442376 + longitude: -46.31204985313348 + units: metric + provider: openweathermap + cache: 5 diff --git a/docker-compose.yaml b/docker-compose.yaml index 0185eec..5445338 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -42,8 +42,10 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - - CONTAINERS=1 # Allow listing containers - - POST=0 # Disallow POST requests (write access) + - CONTAINERS=1 + - SERVICES=1 + - TASKS=1 + - POST=0 networks: proxy: