25 lines
634 B
YAML
25 lines
634 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/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 😎
|
|
|
|
- Group A:
|
|
- Service A:
|
|
href: sab.${DOMAIN}
|
|
description: This is my service
|
|
server: my-server
|
|
container: my-container |