initial commit

This commit is contained in:
2026-02-16 21:30:48 -03:00
parent 8caa0ff46a
commit 16d050bd6a
5 changed files with 18 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
--- ---
my-docker: my-docker:
host: socket-proxy host: socket-proxy
port: 2375 port: {{SOCKET_PROXY_PORT}}

View File

@@ -14,11 +14,4 @@
widget: widget:
type: pihole type: pihole
url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}} url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}}
key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}" key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}"
# Groups for auto-discovery
- Portfolio: []
- Web: []
- Monitoring: []
- APIs: []
- Infra: []

View File

@@ -1,14 +1,8 @@
--- ---
title: Homelab title: Loureiro's Homelab
background: background:
image: https://images.unsplash.com/photo-1550684848-fac1c5b4e853?q=80&w=2070&auto=format&fit=crop image: https://images.unsplash.com/photo-1550684848-fac1c5b4e853?q=80&w=2070&auto=format&fit=crop
brightness: 50 brightness: 50
theme: dark theme: dark
color: slate color: slate
providers:
openweathermap:
apiKey: "" # Add your API key here
location: "Sao Paulo" # Add your location name or ID
units: metric

View File

@@ -5,8 +5,10 @@
disk: / disk: /
- search: - search:
provider: duckduckgo provider: google # google, duckduckgo, bing, baidu, brave or custom
target: _blank 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: - datetime:
text_size: xl text_size: xl
@@ -15,6 +17,9 @@
dateStyle: medium dateStyle: medium
- openweathermap: - openweathermap:
apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}" label: Santos
location: "{{HOMEPAGE_VAR_OPENWEATHERMAP_LOCATION}}" latitude: -23.962995903442376
units: metric longitude: -46.31204985313348
units: metric
provider: openweathermap
cache: 5

View File

@@ -42,8 +42,10 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
environment: environment:
- CONTAINERS=1 # Allow listing containers - CONTAINERS=1
- POST=0 # Disallow POST requests (write access) - SERVICES=1
- TASKS=1
- POST=0
networks: networks:
proxy: proxy: