Vacuna - Install

Installation

Deb Package

Download

Download the deb from Releases

sudo dpkg --install vacuna[version].deb

Edit configuration

vi /etc/vacuna/conf.kdl

Build

Clone repo:

git clone https://codeberg.org/tglman/vacuna.git

Build deb with cargo deb :

cargo deb 

install it with:

sudo dpkg --install target/debian/vacuna[version].deb

edit configuration

vi /etc/vacuna/conf.kdl

Binary Cargo + Crates.io

cargo install vacuna --locked --all-features
# Make your-config.kdl from https://codeberg.org/tglman/vacuna/raw/branch/master/whole-conf.kdl
~/.cargo/bin/vacuna your-config.kdl

Binary Source

git clone https://codeberg.org/tglman/vacuna.git
cd vacuna
cargo build --release --all-features
# Make your-config.kdl from whole-conf.kdl
target/release/vacuna your-config.kdl