add homepage config
This commit is contained in:
parent
ef95ca6b40
commit
d8200e439d
18
configs/homepage/bookmarks.yaml
Normal file
18
configs/homepage/bookmarks.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/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/
|
10
configs/homepage/docker.yaml
Normal file
10
configs/homepage/docker.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
||||
|
||||
# my-docker:
|
||||
# host: 127.0.0.1
|
||||
# port: 2375
|
||||
|
||||
# my-docker:
|
||||
# socket: /var/run/docker.sock
|
2
configs/homepage/kubernetes.yaml
Normal file
2
configs/homepage/kubernetes.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# sample kubernetes config
|
80
configs/homepage/services.yaml
Normal file
80
configs/homepage/services.yaml
Normal file
@ -0,0 +1,80 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/services
|
||||
|
||||
- Downloaders:
|
||||
- Sonarr:
|
||||
icon: sonarr
|
||||
href: http://127.0.0.1:7801/
|
||||
ping: http://host.docker.internal:7801
|
||||
widget:
|
||||
type: sonarr
|
||||
url: http://127.0.0.1:7801
|
||||
key:
|
||||
- Radarr:
|
||||
icon: radarr
|
||||
href: http://127.0.0.1:7802
|
||||
ping: http://host.docker.internal:7802
|
||||
widget:
|
||||
type: radarr
|
||||
url: http://127.0.0.1:7802
|
||||
key:
|
||||
- RealDebrid Client:
|
||||
icon: real-debrid
|
||||
href: http://127.0.0.1:7803
|
||||
ping: http://host.docker.internal:7803
|
||||
widget:
|
||||
type: qbittorrent
|
||||
url: http://127.0.0.1:7803
|
||||
username:
|
||||
password:
|
||||
fields: ["leech", "download"]
|
||||
- Prowlarr:
|
||||
icon: prowlarr
|
||||
href: http://127.0.0.1:7804
|
||||
ping: http://host.docker.internal:7804
|
||||
widget:
|
||||
type: prowlarr
|
||||
url: http://127.0.0.1:7804
|
||||
key:
|
||||
- JDownloader:
|
||||
icon: jdownloader
|
||||
href: https://my.jdownloader.org/
|
||||
ping: https://my.jdownloader.org/
|
||||
widget:
|
||||
type: jdownloader
|
||||
username:
|
||||
password:
|
||||
client:
|
||||
- Media:
|
||||
- Plex:
|
||||
icon: plex
|
||||
href:
|
||||
widget:
|
||||
type: plex
|
||||
url:
|
||||
key:
|
||||
fields: ["movies", "tv"]
|
||||
- Bazarr:
|
||||
icon: bazarr
|
||||
href: http://127.0.0.1:7805
|
||||
ping: http://host.docker.internal:7805
|
||||
widget:
|
||||
type: bazarr
|
||||
url: http://127.0.0.1:7805
|
||||
key:
|
||||
- Network:
|
||||
- PiHole (Main):
|
||||
icon: pi-hole
|
||||
href: http://127.0.0.1:7806/admin
|
||||
ping: http://host.docker.internal:7806
|
||||
widget:
|
||||
type: pihole
|
||||
url: http://127.0.0.1:7806
|
||||
key:
|
||||
- Gluetun:
|
||||
icon: gluetun
|
||||
href: http://192.168.4.14
|
||||
widget:
|
||||
type: gluetun
|
||||
url: http://192.168.4.14:8000
|
7
configs/homepage/settings.yaml
Normal file
7
configs/homepage/settings.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/settings
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
12
configs/homepage/widgets.yaml
Normal file
12
configs/homepage/widgets.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
Loading…
x
Reference in New Issue
Block a user