home-server-status/README.md

11 lines
149 B
Markdown
Raw Normal View History

2023-06-02 04:29:38 +02:00
# home-server-status
Website to show home server infrastructure up/down indicators
## Build and run
```sh
$ go build main.go
$ go run main.go
```