summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-09-21 18:09:50 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-09-21 18:09:50 -0500
commitcbfca14b38806798847e3f2008038b25194a9b8b (patch)
tree1afcb3e3f34aba38e6d84e64e863024b4f1ead2a /config.toml
chore: initial commit
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"