add service template draft
This commit is contained in:
parent
ad7b0aea0f
commit
2ac546297c
1 changed files with 18 additions and 0 deletions
18
content/service.template.md
Normal file
18
content/service.template.md
Normal file
|
@ -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
|
Reference in a new issue