1
0
Fork 0
  • Rust 68.8%
  • TypeScript 18.1%
  • HTML 7.2%
  • CSS 3.2%
  • Python 1.7%
  • Other 1%
Find a file
fregrem 84ef808c0d
frontend: inline svgs, remove theme-img
larger overhaul with the basic idea to get rid of the is= directive
because of https://bugs.webkit.org/show_bug.cgi?id=182671. Bundled
with overall svg usage/theming improvements
2026-07-03 16:04:22 +02:00
.forgejo/workflows ci: add multi-arch container and vendored release 2026-06-01 16:07:50 +02:00
assets frontend: inline svgs, remove theme-img 2026-07-03 16:04:22 +02:00
contrib contrib/release: commit licenses.txt changes 2026-06-17 21:01:20 +02:00
docs docs: fix mdbook-oasma shebang 2026-06-28 18:35:13 +02:00
frontend frontend: inline svgs, remove theme-img 2026-07-03 16:04:22 +02:00
src backend: document article deletion 2026-07-02 18:00:20 +02:00
tests backend: change article active/inactive to delete 2026-06-28 19:32:38 +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 docs: add mdbook documentation base 2026-06-18 15:27:43 +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.10.0 -> 0.11.0 2026-06-17 21:05:22 +02:00
CHANGELOG.md changelog: add active to deleted entry 2026-06-29 17:16:41 +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 docs: add overview + small changes 2026-06-18 21:25:25 +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'.