1
0
Fork 0
Find a file
2025-10-22 19:26:04 +02:00
assets add frontend color scheme toggle 2025-06-02 14:16:49 +02:00
frontend show newly empty article as empty 2025-10-22 19:26:04 +02:00
src Add default for config option inventory_override 2025-10-21 21:20:04 +02:00
tests add per article inventory override in backend 2025-10-09 22:15:18 +02:00
.dockerignore use docker naming for container-related files 2025-10-03 20:17:07 +02:00
.gitignore add README, default config and small doc fix 2025-07-01 10:17:29 +02:00
biome.json add biome configuration 2025-10-18 14:27:19 +02:00
build.rs update deps, fix clippy warnings 2025-08-28 22:51:58 +02:00
Cargo.toml version bump 2025-10-18 14:56:56 +02:00
config.toml add per article inventory override in backend 2025-10-09 22:15:18 +02:00
Dockerfile use docker naming for container-related files 2025-10-03 20:17:07 +02:00
Makefile add biome configuration 2025-10-18 14:27:19 +02:00
README.md fix README: fixed link and grammar mistake 2025-07-04 19:29:03 +02:00

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.