rename "server" section to "hosts"

(a) makes it consistent with hostnames
(b) [much more important]: makes the autocomplete less annoying since "services"
     also exists
main
stuebinm 2022-01-06 17:18:54 +01:00
parent ec51389e44
commit 779b960d0c
3 changed files with 1 additions and 19 deletions

View File

@ -1,5 +1,5 @@
+++
title = "List of our Servers"
title = "List of Hosts"
sort_by = "title"
page_template = "doc-page.html"
+++

View File

@ -1,18 +0,0 @@
+++
title = "$Service Name"
draft = true ## Remove this line to make file appear on website
+++
#$ServiceName
Runs on: $Server
config: $LinkToNixfile
is containerised: (yes|no)
external reachability: (no|$URL)
## How To Upgrade
## Usual Breakpoints
## Workarounds & peculiar configuration choices