no longer declarative

This commit is contained in:
2025-03-14 21:30:24 -06:00
parent c4a68e2c1a
commit 2d0a11aca5
9 changed files with 0 additions and 84 deletions

View File

@@ -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/

View File

@@ -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

View File

@@ -1,2 +0,0 @@
---
# sample kubernetes config

View File

@@ -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 😎

View File

@@ -1,7 +0,0 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/settings/
providers:
openweathermap: openweathermapapikey
weatherapi: weatherapiapikey

View File

@@ -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

View File

@@ -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