summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 867ee9142199bf137fdcc7770c469208975b8f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"