1
0
Fork 0
Find a file
2025-07-27 21:23:33 +02:00
assets add frontend color scheme toggle 2025-06-02 14:16:49 +02:00
frontend fix display issue for unfilled article 2025-06-28 15:29:15 +02:00
src cleanup and documentation for watcher 2025-07-27 21:23:33 +02:00
tests add config toggle for compensations 2025-06-11 12:44:35 +02:00
.containerignore fix container build frontend 2025-06-08 21:48:29 +02:00
.gitignore add README, default config and small doc fix 2025-07-01 10:17:29 +02:00
Cargo.toml rerename migrate binary 2025-06-26 09:10:21 +02:00
config.toml add README, default config and small doc fix 2025-07-01 10:17:29 +02:00
Containerfile clippy fixes, small Makefile changes, fmt 2025-06-25 14:28:09 +02:00
Makefile rerename migrate binary 2025-06-26 09:10:21 +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.