Watch
1
0
Fork
You've already forked strichrliste
0
  • Rust 68.7%
  • TypeScript 18.3%
  • HTML 7.2%
  • CSS 3.2%
  • Python 1.6%
  • Other 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
fregrem e761a6dc0b
version: bump version 0.12.2 -> 0.12.3
update licenses.txt, API.md, CHANGELOG.md
2026-08-12 18:41:24 +02:00
.forgejo/workflows ci: add python to mdbook build step 2026-07-24 11:46:37 +02:00
assets frontend: inline svgs, remove theme-img 2026-07-03 16:04:22 +02:00
contrib contrib/release: add changelog update, use print-openapi 2026-07-23 15:34:50 +02:00
docs version: bump version 0.12.2 -> 0.12.3 2026-08-12 18:41:24 +02:00
frontend frontend: add 'Select User' option as default on user selection on mobile 2026-08-05 23:21:59 +02:00
src version: bump version 0.12.2 -> 0.12.3 2026-08-12 18:41:24 +02:00
tests backend: allow size limit on image uploads 2026-08-12 17:34:02 +02:00
.dockerignore backend: use lifil for license file generation 2026-06-17 20:20:34 +02:00
.editorconfig editorconfig: add editorconfig 2026-04-17 20:16:51 +02:00
.gitignore backend/frontend: add possibility to add images to articles 2026-07-20 19:07:24 +02:00
biome.json frontend: fix checks 2026-06-15 15:36:37 +02:00
build.rs backend: remove api feature gate 2026-03-23 13:31:48 +01:00
Cargo.toml version: bump version 0.12.2 -> 0.12.3 2026-08-12 18:41:24 +02:00
CHANGELOG.md version: bump version 0.12.2 -> 0.12.3 2026-08-12 18:41:24 +02:00
Dockerfile build: use all available cores for container build 2026-06-18 12:21:37 +02:00
LICENSE license: add agpl 2025-11-15 01:11:09 +01:00
Makefile makefile: include usage in docs 2026-08-12 18:02:13 +02:00
README.md readme: add demo to readme 2026-06-04 17:48:46 +02:00

StrichRListe

Reimplementation of Strichliste with some extras. Additionally to most of the original functionality the StrichRListe also includes an inventory system.

Demo

A demo page running the latest release is available at demo.strichrliste.de.

Usage

The server is provided as a docker container. The config.toml and the database (database.db) are located in the /strichrliste/data folder. A basic compose.yml and strichrliste.container can be found in the repository under docs/.

API

The Api is documented in API.md.

Migration

A python script to migrate from Strichliste exists as contrib/migrate.py. Both servers need to run, as the public apis are used to get and create entities. Only not deleted users and active articles are migrated. Invalid digit only usernames are prepended with the character 'n'.