From ec51389e44536baf354773ea6866393ab1b38389 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 6 Jan 2022 17:18:39 +0100 Subject: [PATCH] move services into their own section --- content/services/_index.md | 5 +++++ content/{ => services}/hedgedoc.md | 2 +- content/{ => services}/mail.md | 2 +- content/{ => services}/mumble.md | 2 +- content/services/service.template.md | 18 ++++++++++++++++++ 5 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 content/services/_index.md rename content/{ => services}/hedgedoc.md (98%) rename content/{ => services}/mail.md (98%) rename content/{ => services}/mumble.md (98%) create mode 100644 content/services/service.template.md diff --git a/content/services/_index.md b/content/services/_index.md new file mode 100644 index 0000000..a92dddc --- /dev/null +++ b/content/services/_index.md @@ -0,0 +1,5 @@ ++++ +title = "List of Services" +sort_by = "title" +page_template = "doc-page.html" ++++ diff --git a/content/hedgedoc.md b/content/services/hedgedoc.md similarity index 98% rename from content/hedgedoc.md rename to content/services/hedgedoc.md index b63e3ee..66097f2 100644 --- a/content/hedgedoc.md +++ b/content/services/hedgedoc.md @@ -1,5 +1,5 @@ +++ -title = "services/hedgedoc" +title = "hedgedoc" taxonomies.categories = [ "services" ] +++ diff --git a/content/mail.md b/content/services/mail.md similarity index 98% rename from content/mail.md rename to content/services/mail.md index f1b734f..a0d182f 100644 --- a/content/mail.md +++ b/content/services/mail.md @@ -1,5 +1,5 @@ +++ -title = "services/mail" +title = "mail" taxonomies.categories = [ "services" ] +++ diff --git a/content/mumble.md b/content/services/mumble.md similarity index 98% rename from content/mumble.md rename to content/services/mumble.md index bd93e23..2029b47 100644 --- a/content/mumble.md +++ b/content/services/mumble.md @@ -1,5 +1,5 @@ +++ -title = "services/mumble" +title = "mumble" taxonomies.categories = [ "mumble" ] +++ diff --git a/content/services/service.template.md b/content/services/service.template.md new file mode 100644 index 0000000..dddce78 --- /dev/null +++ b/content/services/service.template.md @@ -0,0 +1,18 @@ ++++ +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