file by file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user