mirrored from https://codeberg.org/fregrem/strichrliste
| assets | ||
| frontend | ||
| src | ||
| tests | ||
| .dockerignore | ||
| .gitignore | ||
| biome.json | ||
| build.rs | ||
| Cargo.toml | ||
| config.toml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
StrichRListe
Reimplementation of Strichliste with some extras. Additionally to most of the original functionality the StrichRListe also includes an inventory system.
Usage
The server is (soon) provided as a docker container. The config.toml is expected at /app/config.toml, and the database is located at /app/database.db. The default config can be found in the repository.
Migration
There is an additional binary to migrate information to the StrichRListe. It is built with make migrate and located at ./target/release/migrate.
Most importantly the database is migrated with migrate <url> database and automatically written to database.migrate.db.
Additionally the config can be migrated with migrate <url/file> config, which will print the compatible config to stdout.