~hannes/jvlu

nothing more than a status page.

a9e9a7c Fix memory leak in HTTP status check

~hannes pushed to ~hannes/jvlu git

10 months ago

c520f0f Version 0.3.0

~hannes pushed to ~hannes/jvlu git

10 months ago

#jvlu

You want a status page, but you actually don't care about all those advanced features? Here ya go!

#Building

go build .

#Usage

Now go and run that executable. Don't worry, the only required file at runtime is your config file.

./jvlu -config my_config

If you place your config file with the name "services" in the current working directory, you don't even need that parameter. For help, see:

./jvlu -help

See the file services_example for an annotated example of a config file.

#Docker setup

# Build the jvlu image
docker build -t jvlu .

Then bind mount your config file into the container at /services. There's a basic docker-compose.yml that you can use as a starting point.

#Further notes

This project makes use of Pico.css.