1
0
Fork 0
Find a file
2025-12-03 23:25:07 +01:00
assets add frontend color scheme toggle 2025-06-02 14:16:49 +02:00
frontend frontend/user: fix article inventory below zero 2025-12-03 21:39:30 +01:00
src backend: make nightly clippy happy 2025-12-03 23:25:07 +01:00
tests backend/user: change api to modified always set 2025-11-25 12:47:23 +01: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 ci/biome: remove $schema field 2025-11-17 16:33:49 +01:00
build.rs update deps, fix clippy warnings 2025-08-28 22:51:58 +02:00
Cargo.toml version: bump to 0.4.1 2025-12-03 21:46:58 +01: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
LICENSE license: add agpl 2025-11-15 01:13:32 +01:00
Makefile build: allow modification of typescript target 2025-11-29 04:10:42 +01: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.