From 7b4a951add399fd6e6984d714656902c3d58d222 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 23 Aug 2025 19:15:33 -0400 Subject: the plumbing for ghost is done.WIP --- main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index ae0273b..05b4ff4 100644 --- a/main.go +++ b/main.go @@ -1008,6 +1008,10 @@ func main() { } } + for k, v := range config.Ghost { + go RunGhost(v, k) + } + if *prof { go func() { err := http.ListenAndServe(":6060", nil) -- cgit v1.2.3