11 lines
154 B
Markdown
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
|
|
```
|