From 2ac546297cc39310d67fd14be81934fdaa37387f Mon Sep 17 00:00:00 2001 From: schweby Date: Wed, 5 Jan 2022 23:53:25 +0100 Subject: [PATCH] add service template draft --- content/service.template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/service.template.md diff --git a/content/service.template.md b/content/service.template.md new file mode 100644 index 0000000..dddce78 --- /dev/null +++ b/content/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