file by file

This commit is contained in:
2025-03-14 21:07:53 -06:00
parent 304b4759e1
commit 3b6601ab17
2 changed files with 17 additions and 1 deletions

View File

@@ -10,3 +10,12 @@
- search: - search:
provider: duckduckgo provider: duckduckgo
target: _blank 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

View File

@@ -4,7 +4,14 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
volumes: volumes:
- ./config:/app/config - ./config/bookmarks.yaml:/app/config/bookmarks.yaml
- ./config/custom.css:/app/config/custom.css
- ./config/custom.js:/app/config/custom.js
- ./config/docker.yaml:/app/config/docker.yaml
- ./config/kubernetes.yaml:/app/config/kubernetes.yaml
- ./config/services.yaml:/app/config/services.yaml
- ./config/settings.yaml:/app/config/settings.yaml
- ./config/widgets.yaml:/app/config/widgets.yaml
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy - /var/run/docker.sock:/var/run/docker.sock # pass local proxy
ports: ports:
- 3001:3000 - 3001:3000