Update docs/services/hubsite.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
parent
6c4a3106a0
commit
034ef4f83b
1 changed files with 15 additions and 2 deletions
|
@ -5,10 +5,19 @@
|
||||||
You can use the following variables to enable & control your hubsite:
|
You can use the following variables to enable & control your hubsite:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
########################################################################
|
||||||
|
# #
|
||||||
|
# hubsite #
|
||||||
|
# #
|
||||||
|
########################################################################
|
||||||
|
|
||||||
hubsite_enabled: true
|
hubsite_enabled: true
|
||||||
hubsite_hostname: "example.com"
|
|
||||||
|
hubsite_hostname: mash.example.com
|
||||||
|
|
||||||
hubsite_title: "My services"
|
hubsite_title: "My services"
|
||||||
hubsite_subtitle: "Just click on a service to use it"
|
hubsite_subtitle: "Just click on a service to use it"
|
||||||
|
|
||||||
# Use the `hubsite_service_list_additional` variable to add services that are not provided by this playbook
|
# Use the `hubsite_service_list_additional` variable to add services that are not provided by this playbook
|
||||||
# hubsite_service_list: |
|
# hubsite_service_list: |
|
||||||
# {{
|
# {{
|
||||||
|
@ -22,4 +31,8 @@ hubsite_subtitle: "Just click on a service to use it"
|
||||||
# +
|
# +
|
||||||
# ([{'name': 'Uptime Kuma', 'logo_location': '{{ role_path }}/assets/uptime-kuma.png', 'description': 'Check if the status of services'}])
|
# ([{'name': 'Uptime Kuma', 'logo_location': '{{ role_path }}/assets/uptime-kuma.png', 'description': 'Check if the status of services'}])
|
||||||
# }}
|
# }}
|
||||||
```
|
########################################################################
|
||||||
|
# #
|
||||||
|
# /hubsite #
|
||||||
|
# #
|
||||||
|
########################################################################
|
||||||
|
|
Loading…
Reference in a new issue