summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml25
1 files changed, 6 insertions, 19 deletions
diff --git a/config.toml b/config.toml
index 867ee91..815ae94 100644
--- a/config.toml
+++ b/config.toml
@@ -1,20 +1,7 @@
-title = "tobyvin.dev"
-template_path = "./index.html"
-output_dir = "/tmp/out"
+root = "assets"
+address = "127.0.0.1:8080"
-[[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"
+[services]
+"tobyvin.dev" = { url = "https://tobyvin.dev" }
+ollama = { service = "ollama.service" }
+dns = { address = "10.42.0.1:53" }