Upload files to "/"
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /smb
|
||||
# diskUnits: bytes
|
||||
expanded: true
|
||||
cputemp: true
|
||||
tempmin: 0 # optional, minimum cpu temp
|
||||
tempmax: 100 # optional, maximum cpu temp
|
||||
uptime: true
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
|
||||
- openweathermap:
|
||||
label: New Lenox # optional
|
||||
latitude: 41.50913
|
||||
longitude: -87.96716
|
||||
units: imperial
|
||||
provider: openweathermap
|
||||
apiKey: <redacted>
|
||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||
|
||||
#- logo:
|
||||
# icon: https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/I_Love_New_York.svg/1101px-I_Love_New_York.svg.png # optional
|
||||
|
||||
- datetime:
|
||||
text_size: xl
|
||||
format:
|
||||
dateStyle: short
|
||||
timeStyle: short
|
||||
hour12: false
|
||||
|
||||
#- glances:
|
||||
# url: http://<redacted>
|
||||
# username: <redacted> # optional if auth enabled in Glances
|
||||
# password: <redacted> # optional if auth enabled in Glances
|
||||
# cpu: true # optional, enabled by default, disable by setting to false
|
||||
# mem: true # optional, enabled by default, disable by setting to false
|
||||
# cputemp: true # disabled by default
|
||||
# uptime: true # disabled by default
|
||||
# disk: / # disabled by default, use mount point of disk(s) in glances. Can also be a list (see below)
|
||||
# expanded: true # show the expanded view
|
||||
# label: MyMachine # optional
|
||||
Reference in New Issue
Block a user