1
0
Fork 0
  • Rust 77.3%
  • TypeScript 14.8%
  • HTML 4.7%
  • CSS 2.6%
  • Makefile 0.5%
  • Other 0.1%
Find a file
2026-01-24 23:16:06 +01:00
.forgejo/workflows ci: add auto release on tag 2026-01-24 23:16:06 +01:00
assets frontend/assets: minify codeberg logos 2026-01-10 00:14:26 +01:00
frontend frontend: actually cache version 2026-01-16 23:44:25 +01:00
src migrate/backend: clippy fixes 2026-01-24 15:36:03 +01:00
tests api: change inventory repr on infinite in config 2026-01-07 16:12:25 +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
API.md docs: add api documentation file 2026-01-12 20:56:30 +01: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 deps: upgrade axum-test 18.6 -> 18.7 2026-01-24 15:40:34 +01:00
config.toml add per article inventory override in backend 2025-10-09 22:15:18 +02:00
Dockerfile docker: fix builder alpine version 2026-01-24 15:54:57 +01:00
LICENSE license: add agpl 2025-11-15 01:13:32 +01:00
Makefile build: remove redoc from build 2026-01-16 23:22:41 +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.