From 00e5aab4721df530f884aa6f431eef11a4d86fef Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Tue, 8 Apr 2025 09:57:41 -0500 Subject: [PATCH] + default config --- homepage/config/workspace/services.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 homepage/config/workspace/services.yaml diff --git a/homepage/config/workspace/services.yaml b/homepage/config/workspace/services.yaml new file mode 100644 index 0000000..837ce28 --- /dev/null +++ b/homepage/config/workspace/services.yaml @@ -0,0 +1,18 @@ +--- +# 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 😎 \ No newline at end of file