From 034ef4f83b693496ba4de51bbcf5f4c2d016e90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Mon, 20 Mar 2023 11:39:16 +0100 Subject: [PATCH] Update docs/services/hubsite.md Co-authored-by: Slavi Pantaleev --- docs/services/hubsite.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/services/hubsite.md b/docs/services/hubsite.md index a426f28..b878fd2 100644 --- a/docs/services/hubsite.md +++ b/docs/services/hubsite.md @@ -5,10 +5,19 @@ You can use the following variables to enable & control your hubsite: ```yaml +######################################################################## +# # +# hubsite # +# # +######################################################################## + hubsite_enabled: true -hubsite_hostname: "example.com" + +hubsite_hostname: mash.example.com + hubsite_title: "My services" 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 # 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'}]) # }} -``` +######################################################################## +# # +# /hubsite # +# # +########################################################################