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