moving homepage config to config folder and updating gitignore to ignore logs
This commit is contained in:
45
docker_compose/homepage/config/widgets.yaml
Normal file
45
docker_compose/homepage/config/widgets.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/service-widgets
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
cputemp: true
|
||||
tempmin: 0 # optional, minimum cpu temp
|
||||
tempmax: 100 # optional, maximum cpu temp
|
||||
uptime: true
|
||||
units: imperial # only used by cpu temp
|
||||
refresh: 3000 # optional, in ms
|
||||
diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
|
||||
- openmeteo:
|
||||
label: Charleston # optional
|
||||
latitude: 32.7766
|
||||
longitude: -79.930903
|
||||
timezone: America/New_York # optional
|
||||
units: imperial # or imperial
|
||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||
format: # optional, Intl.NumberFormat options
|
||||
maximumFractionDigits: 1
|
||||
- search:
|
||||
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: _self # One of _self, _blank, _parent or _top
|
||||
- datetime:
|
||||
text_size: xl
|
||||
format:
|
||||
timeStyle: short
|
||||
- stocks:
|
||||
provider: finnhub
|
||||
color: true # optional, defaults to true
|
||||
cache: 1 # optional, default caches results for 1 minute
|
||||
watchlist:
|
||||
- NVDA
|
||||
- AMD
|
||||
- AAPL
|
||||
- GOOG
|
||||
- GOOGL
|
||||
- ARM
|
||||
- SCHD
|
||||
- VOO
|
||||
Reference in New Issue
Block a user