2023-06-02 16:30:52 +02:00

11 lines
154 B
Markdown

# home-server-status
Website to show home server infrastructure up/down indicators
## Build and run
```sh
$ go build main.go functions.go
$ ./main
```