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