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