Skip to content
Snippets Groups Projects
user avatar
dependabot[bot] authored
Bumps [@neoconfetti/svelte](https://github.com/puruvj/neoconfetti) from 1.0.0 to 2.2.1.
- [Release notes](https://github.com/puruvj/neoconfetti/releases)
- [Commits](https://github.com/puruvj/neoconfetti/compare/@neoconfetti/react@1.0.0...@neoconfetti/svelte@2.2.1

)

---
updated-dependencies:
- dependency-name: "@neoconfetti/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
cc23a9a4
History

Status

Status is a minimalist status tools

Building

Dependencies

First, you'll need Go (>1.22), pnpm, make. The second step is to install front dependencies :

cd front/
pnpm install

Build

make build

or

make

The second build and run directly the binary.

Using docker is also possible. You can build the image with the follow command :

docker build . -f deployment/docker/Dockerfile -t status

Configuration

You can find a documented example in config.example.toml

Run

After having compiled, you can simply run ./status <config path>. If no argument is provided, the config will be ./config.toml

With docker : docker run -v ./config.toml:/config.toml -p 3000:3000 status