Ecosystem for clear-text requirements management
https://www.finalnothing.net/projects/reqmgr
| config/i18n | ||
| src | ||
| web | ||
| .editorconfig | ||
| .gitignore | ||
| Dockerfile | ||
| justfile | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
reqmgr
Ecosystem for clear-text requirements management.
This project defines a data model and semantic extensions for markup languages to enable requirements management using clear-text files. It also provides tooling that supports requirements engineers in working with these formats.
Server Application
The server can be started directly or in a OCI container. The container image can be built from the
included Dockerfile or pulled from the project's packages section in our code forge.
Configuration
The server can be configured through environment variables:
ROOT_PATH(str, default:"")
sets a prefix to add to paths, when running behind a reverse proxy
License
Copyright (C) 2024-2025 Adrian Käding