diff --git a/content/servers/_index.md b/content/hosts/_index.md similarity index 65% rename from content/servers/_index.md rename to content/hosts/_index.md index bf51996..487ab35 100644 --- a/content/servers/_index.md +++ b/content/hosts/_index.md @@ -1,5 +1,5 @@ +++ -title = "List of our Servers" +title = "List of Hosts" sort_by = "title" page_template = "doc-page.html" +++ diff --git a/content/servers/parsons.md b/content/hosts/parsons.md similarity index 100% rename from content/servers/parsons.md rename to content/hosts/parsons.md diff --git a/content/service.template.md b/content/service.template.md deleted file mode 100644 index dddce78..0000000 --- a/content/service.template.md +++ /dev/null @@ -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