rename "server" section to "hosts"
(a) makes it consistent with hostnames (b) [much more important]: makes the autocomplete less annoying since "services" also exists
This commit is contained in:
parent
ec51389e44
commit
779b960d0c
3 changed files with 1 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "List of our Servers"
|
||||
title = "List of Hosts"
|
||||
sort_by = "title"
|
||||
page_template = "doc-page.html"
|
||||
+++
|
|
@ -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
|
Reference in a new issue