no longer declarative
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
# For configuration options and examples, please see:
|
|
||||||
# https://gethomepage.dev/configs/bookmarks
|
|
||||||
|
|
||||||
- Developer:
|
|
||||||
- Github:
|
|
||||||
- abbr: GH
|
|
||||||
href: https://github.com/
|
|
||||||
|
|
||||||
- Social:
|
|
||||||
- Reddit:
|
|
||||||
- abbr: RE
|
|
||||||
href: https://reddit.com/
|
|
||||||
|
|
||||||
- Entertainment:
|
|
||||||
- YouTube:
|
|
||||||
- abbr: YT
|
|
||||||
href: https://youtube.com/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
# For configuration options and examples, please see:
|
|
||||||
# https://gethomepage.dev/configs/docker/
|
|
||||||
|
|
||||||
# my-docker:
|
|
||||||
# host: 127.0.0.1
|
|
||||||
# port: 2375
|
|
||||||
|
|
||||||
my-docker:
|
|
||||||
socket: /var/run/docker.sock
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
# sample kubernetes config
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
# For configuration options and examples, please see:
|
|
||||||
# https://gethomepage.dev/configs/services/
|
|
||||||
|
|
||||||
- My First Group:
|
|
||||||
- My First Service:
|
|
||||||
href: http://localhost/
|
|
||||||
description: Homepage is awesome
|
|
||||||
|
|
||||||
- My Second Group:
|
|
||||||
- My Second Service:
|
|
||||||
href: http://localhost/
|
|
||||||
description: Homepage is the best
|
|
||||||
|
|
||||||
- My Third Group:
|
|
||||||
- My Third Service:
|
|
||||||
href: http://localhost/
|
|
||||||
description: Homepage is 😎
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
# For configuration options and examples, please see:
|
|
||||||
# https://gethomepage.dev/configs/settings/
|
|
||||||
|
|
||||||
providers:
|
|
||||||
openweathermap: openweathermapapikey
|
|
||||||
weatherapi: weatherapiapikey
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
# 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
|
|
||||||
@@ -5,14 +5,6 @@ services:
|
|||||||
container_name: homepage
|
container_name: homepage
|
||||||
volumes:
|
volumes:
|
||||||
- /data/homepage:/app/config
|
- /data/homepage:/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