22 lines
590 B
YAML
22 lines
590 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/info-widgets/
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank
|
|
- widget:
|
|
type: jellyfin
|
|
url: http://jellyfin.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
enableBlocks: true # optional, defaults to false
|
|
enableNowPlaying: true # optional, defaults to true
|
|
enableUser: true # optional, defaults to false
|
|
showEpisodeNumber: true # optional, defaults to false
|
|
expandOneStreamToTwoRows: false # optional, defaults to true
|