summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..867ee91
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,20 @@
+title = "tobyvin.dev"
+template_path = "./index.html"
+output_dir = "/tmp/out"
+
+[[services]]
+name = "tobyvin.dev"
+type = "http"
+url = "https://tobyvin.dev"
+method = "GET"
+status = 200
+
+[[services]]
+name = "ollama"
+type = "systemd"
+service = "ollama.service"
+
+[[services]]
+name = "DNS"
+type = "tcp"
+address = "10.42.0.1:53"