From e0ef0c59c6b2c06b46ee4b669b673d089c8cee90 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Nov 2025 17:57:32 +0000 Subject: [PATCH] Import homepage default config --- config/bookmarks.yaml | 18 ++++++++++++++++++ config/custom.css | 0 config/custom.js | 0 config/docker.yaml | 10 ++++++++++ config/kubernetes.yaml | 2 ++ config/logs/homepage.log | 8 ++++++++ config/proxmox.yaml | 5 +++++ config/services.yaml | 34 ++++++++++++++++------------------ config/settings.yaml | 11 ++++++----- config/widgets.yaml | 12 ++++++++++++ 10 files changed, 77 insertions(+), 23 deletions(-) create mode 100644 config/bookmarks.yaml create mode 100644 config/custom.css create mode 100644 config/custom.js create mode 100644 config/docker.yaml create mode 100644 config/kubernetes.yaml create mode 100644 config/logs/homepage.log create mode 100644 config/proxmox.yaml create mode 100644 config/widgets.yaml diff --git a/config/bookmarks.yaml b/config/bookmarks.yaml new file mode 100644 index 0000000..2b82ea7 --- /dev/null +++ b/config/bookmarks.yaml @@ -0,0 +1,18 @@ +--- +# 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/ diff --git a/config/custom.css b/config/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/config/custom.js b/config/custom.js new file mode 100644 index 0000000..e69de29 diff --git a/config/docker.yaml b/config/docker.yaml new file mode 100644 index 0000000..2f4c4e3 --- /dev/null +++ b/config/docker.yaml @@ -0,0 +1,10 @@ +--- +# 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 diff --git a/config/kubernetes.yaml b/config/kubernetes.yaml new file mode 100644 index 0000000..aca6e82 --- /dev/null +++ b/config/kubernetes.yaml @@ -0,0 +1,2 @@ +--- +# sample kubernetes config diff --git a/config/logs/homepage.log b/config/logs/homepage.log new file mode 100644 index 0000000..eb2345f --- /dev/null +++ b/config/logs/homepage.log @@ -0,0 +1,8 @@ +[2025-11-19T05:50:49.283Z] info: kubernetes.yaml was copied to the config folder +[2025-11-19T05:53:07.772Z] info: docker.yaml was copied to the config folder +[2025-11-19T05:53:07.774Z] info: services.yaml was copied to the config folder +[2025-11-19T05:53:07.775Z] info: bookmarks.yaml was copied to the config folder +[2025-11-19T05:53:07.775Z] info: proxmox.yaml was copied to the config folder +[2025-11-19T05:53:07.787Z] info: widgets.yaml was copied to the config folder +[2025-11-19T05:53:07.788Z] info: custom.css was copied to the config folder +[2025-11-19T05:53:07.789Z] info: custom.js was copied to the config folder diff --git a/config/proxmox.yaml b/config/proxmox.yaml new file mode 100644 index 0000000..90aacd7 --- /dev/null +++ b/config/proxmox.yaml @@ -0,0 +1,5 @@ +--- +# pve: +# url: https://proxmox.host.or.ip:8006 +# token: username@pam!Token ID +# secret: secret diff --git a/config/services.yaml b/config/services.yaml index 6b1d63e..39b3792 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -1,20 +1,18 @@ -- Online: - - Komodo: - href: https://komovh.digitalvoid.ca - icon: mdi:dragon - description: Stack management - - Gitea: - href: https://git.digitalvoid.ca - icon: mdi:git - description: Git service - - Traefik: - href: https://trfk.digitalvoid.ca - icon: mdi:swap-horizontal-bold - description: Reverse proxy +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/services/ -- Home: - - Home Assistant: - href: https://hass.digitalvoid.ca - icon: mdi:home-assistant - description: Home automation +- 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 😎 diff --git a/config/settings.yaml b/config/settings.yaml index 3029543..2e828c0 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,6 +1,7 @@ -title: "DigitalVoid Services" -theme: dark +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/settings/ -layout: - - Online - - Home +providers: + openweathermap: openweathermapapikey + weatherapi: weatherapiapikey diff --git a/config/widgets.yaml b/config/widgets.yaml new file mode 100644 index 0000000..b1cf0f5 --- /dev/null +++ b/config/widgets.yaml @@ -0,0 +1,12 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/info-widgets/ + +- resources: + cpu: true + memory: true + disk: / + +- search: + provider: duckduckgo + target: _blank