From 779b960d0ccce49e0c4929653417f1cb62d467b8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 6 Jan 2022 17:18:54 +0100 Subject: [PATCH] rename "server" section to "hosts" (a) makes it consistent with hostnames (b) [much more important]: makes the autocomplete less annoying since "services" also exists --- content/{servers => hosts}/_index.md | 2 +- content/{servers => hosts}/parsons.md | 0 content/service.template.md | 18 ------------------ 3 files changed, 1 insertion(+), 19 deletions(-) rename content/{servers => hosts}/_index.md (65%) rename content/{servers => hosts}/parsons.md (100%) delete mode 100644 content/service.template.md 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