diff --git a/configs/homepage/bookmarks.yaml b/configs/homepage/bookmarks.yaml new file mode 100644 index 0000000..491d97d --- /dev/null +++ b/configs/homepage/bookmarks.yaml @@ -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/ diff --git a/configs/homepage/docker.yaml b/configs/homepage/docker.yaml new file mode 100644 index 0000000..27850e8 --- /dev/null +++ b/configs/homepage/docker.yaml @@ -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 diff --git a/configs/homepage/kubernetes.yaml b/configs/homepage/kubernetes.yaml new file mode 100644 index 0000000..aca6e82 --- /dev/null +++ b/configs/homepage/kubernetes.yaml @@ -0,0 +1,2 @@ +--- +# sample kubernetes config diff --git a/configs/homepage/services.yaml b/configs/homepage/services.yaml new file mode 100644 index 0000000..c67cc40 --- /dev/null +++ b/configs/homepage/services.yaml @@ -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 diff --git a/configs/homepage/settings.yaml b/configs/homepage/settings.yaml new file mode 100644 index 0000000..2d0d0de --- /dev/null +++ b/configs/homepage/settings.yaml @@ -0,0 +1,7 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/en/configs/settings + +providers: + openweathermap: openweathermapapikey + weatherapi: weatherapiapikey diff --git a/configs/homepage/widgets.yaml b/configs/homepage/widgets.yaml new file mode 100644 index 0000000..c21f674 --- /dev/null +++ b/configs/homepage/widgets.yaml @@ -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