add docker configs
This commit is contained in:
parent
8d4e5d1a24
commit
9b8dd017d8
28 changed files with 489 additions and 0 deletions
28
docker/containers/homepage/widgets.yaml
Normal file
28
docker/containers/homepage/widgets.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/info-widgets/
|
||||
|
||||
- search:
|
||||
provider: custom
|
||||
url: https://search.peterdominguez.art/searxng/search?q=
|
||||
target: _self
|
||||
- resources:
|
||||
cpu: true
|
||||
cputemp: true
|
||||
tempmin: 20
|
||||
tempmax: 100
|
||||
memory: true
|
||||
disk: /
|
||||
uptime: true
|
||||
- datetime:
|
||||
text_size: md
|
||||
format:
|
||||
timeStyle: short
|
||||
hour12: true
|
||||
- openmeteo:
|
||||
label: Santo Domingo
|
||||
latitude: 18.4719
|
||||
longitude: -69.8923
|
||||
timezone: America/Santo_Domingo
|
||||
units: metric
|
||||
cache: 5
|
Loading…
Add table
Add a link
Reference in a new issue