From cbfca14b38806798847e3f2008038b25194a9b8b Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 21 Sep 2024 18:09:50 -0500 Subject: chore: initial commit --- config.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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" -- cgit v1.2.3-70-g09d2