Compare commits

...

10 Commits

Author SHA1 Message Date
0437b16bd9 REV: Back to variables 2025-08-29 18:38:03 +02:00
a16add2eae TEST: Key instead of variable 2025-08-29 18:36:42 +02:00
4e7e393e9e TEST: New API keys 2025-08-29 18:34:10 +02:00
a95e26d93e TEST: Demo komodo test 2025-08-29 18:26:49 +02:00
a55c29640f CHANGE: Disk added to the top widget 2025-08-29 15:18:04 +02:00
9eb00d7d68 CHANGE: Top widget 2025-08-29 15:16:34 +02:00
9c200377cb FIX: Some tests 2025-08-29 15:08:28 +02:00
7986911764 CHANGE: Widget change 2025-08-29 14:29:39 +02:00
b8e6e55394 FIX: Changed endpoint 2025-08-29 11:51:48 +02:00
8621dcd556 ADD: Komodo widget 2025-08-29 11:29:11 +02:00
2 changed files with 37 additions and 21 deletions

View File

@@ -12,6 +12,7 @@
url: "{{HOMEPAGE_VAR_PROXMOX_URL}}"
username: "{{HOMEPAGE_VAR_PROXMOX_PAM}}"
password: "{{HOMEPAGE_VAR_PROXMOX_SECRET}}"
- Docker:
- Apps:
href: "{{HOMEPAGE_VAR_PORTAINER_URL}}"
@@ -22,6 +23,18 @@
url: "{{HOMEPAGE_VAR_PORTAINER_URL}}"
env: 18
key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}"
- Apps:
href: "{{HOMEPAGE_VAR_KOMODO_URL}}"
description: Komodo
icon: komodo
widget:
type: komodo
url: "{{HOMEPAGE_VAR_KOMODO_URL}}"
key: "{{HOMEPAGE_VAR_KOMODO_KEY}}"
secret: "{{HOMEPAGE_VAR_KOMODO_SECRET}}"
showSummary: true # optional, default: false
# showStacks: true # default: false
- Cloud:
href: "{{HOMEPAGE_VAR_PORTAINER_URL}}"
@@ -33,6 +46,8 @@
env: 16
key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}"
- Files:
- TrueNAS:
href: "{{HOMEPAGE_VAR_TRUENAS_URL}}"

View File

@@ -3,32 +3,33 @@
# https://gethomepage.dev/configs/info-widgets/
- openmeteo:
label: Gdansk # optional
latitude: 54.372158
longitude: 18.638306
timezone: Europe/Warsaw # optional
units: metric # or imperial
cache: 5 # Time in minutes to cache API responses, to stay within limits
format: # optional, Intl.NumberFormat options
maximumFractionDigits: 1
label: Gdansk # optional
latitude: 54.372158
longitude: 18.638306
timezone: Europe/Warsaw # optional
units: metric # or imperial
cache: 5 # Time in minutes to cache API responses, to stay within limits
format: # optional, Intl.NumberFormat options
maximumFractionDigits: 1
- datetime:
locale: pl
text_size: 2xl
format:
timeStyle: short
locale: pl
text_size: 2xl
format:
timeStyle: short
- glances:
url: http://10.0.0.1:61208/
url: http://10.0.0.1:61208/
# username: user # optional if auth enabled in Glances
# password: pass # optional if auth enabled in Glances
# version: 4 # required only if running glances v4 or higher, defaults to 3
cpu: false
mem: false
cputemp: true
uptime: true
expanded: false
# label: Proxmox
cpu: false
mem: false
cputemp: true
uptime: true
expanded: false
label: Proxmox
disk: / # optional, mount point to show disk usage for, defaults to root /
# diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
pointsLimit: 15 # optional, defaults to 15
refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
pointsLimit: 15 # optional, defaults to 15