diff options
Diffstat (limited to 'www/homepage/files/config/services.yaml.sample')
-rw-r--r-- | www/homepage/files/config/services.yaml.sample | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/homepage/files/config/services.yaml.sample b/www/homepage/files/config/services.yaml.sample new file mode 100644 index 000000000000..39b379263e61 --- /dev/null +++ b/www/homepage/files/config/services.yaml.sample @@ -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 😎 |