IETM_FIXE\ietm6 42c4b53ced
Some checks failed
Qualité & Sécurité / MegaLinter (PMD · Ruff · Bandit · gitleaks · hadolint) (push) Successful in 1m9s
Build & Push Images / build (brain) (push) Successful in 1m10s
Qualité & Sécurité / Trivy (CVE dépendances Maven / pip / npm) (push) Failing after 2m36s
Build & Push Images / build (web) (push) Successful in 1m48s
Build & Push Images / build-switcher (push) Successful in 20s
Build & Push Images / build (core) (push) Successful in 3m9s
Qualité & Sécurité / Web (ESLint · angular-eslint + sonarjs) (push) Successful in 38s
Stack qualité CI (MegaLinter, Trivy, ESLint) et purge du backlog lint web
CI (Gitea Actions) :
- Nouveau workflow quality.yml (séparé de ci.yml, non bloquant pour la release) :
  MegaLinter v9 (PMD, Ruff, Bandit, gitleaks, hadolint), ng lint (web) et
  Trivy (CVE des dépendances Maven/pip/npm), sur main + beta + PR
- Trivy : préchargement du cache Maven avant le scan — sans ça Maven Central
  rate-limite l'IP du runner (429) en résolvant les BOMs du parent Spring Boot
- upload-artifact v4 → v3 : l'API artifacts v4 n'est pas supportée par Gitea
  (corrige aussi l'upload du rapport Playwright de e2e.yml, cassé depuis toujours)
- Ruleset PMD projet (java-pmd-ruleset.xml, auto-détecté par MegaLinter) orienté
  bugs réels, sans le style Lombok-hostile du défaut : 11 337 → 65 findings ;
  PMD en mode rapport (JAVA_PMD_DISABLE_ERRORS) le temps de purger ce backlog

Web :
- angular-eslint 21 + eslint-plugin-sonarjs : les règles Sonar vivent désormais
  dans ESLint (config web/eslint.config.js, réglages justifiés en commentaire)
- tsconfig : skipLibCheck + types:[] + node_modules ré-exclu — répare les builds
  desktop Windows/Linux cassés par le conflit @types/eslint-scope vs ESLint 9
- Purge du backlog lint : 114 erreurs → 0 sur 66 fichiers (ngOnDestroy vides
  supprimés, any typés avec les vrais DTOs, outputs (close) → (closed), regex
  super-linéaires désamorcées, ternaires/fonctions imbriqués dépliés, intention
  documentée sur les catch/error volontairement vides)
- Bug latent corrigé au passage : license.service.disconnect() émettait
  undefined au lieu de true en cas de succès (masqué par un double cast)
2026-07-07 01:05:00 +02:00
2026-06-14 17:18:48 +02:00
2026-04-20 14:04:47 +00:00

DM Loremind

English · Français

A self-hostable web app for game masters who want to centralize their world, campaigns and characters — with a context-aware AI assistant.

License: AGPL v3 Documentation Demo Patreon Discord

See DM Loremind in action

DM Loremind overview

Dashboard

What it does

DM Loremind brings together what a game master usually scatters across several tools. The app is built around three core modules, augmented by an AI assistant that draws on all of your content.

Lore

Build your world with a tree of templated pages: locations, factions, NPCs, events, organizations... Each page type follows a configurable template, which keeps things consistent and makes navigating rich worlds easy.

Game System

Store the rules of your game system (D&D, Nimble, homebrew...) and define the matching character sheet templates. Indexed rules can be injected into the AI's context for answers that stay true to your system.

Campaign

Structure your campaigns as Arcs → Chapters → Scenes, with a clear split between GM-only and player-facing content. Manage PCs and NPCs through dynamic sheets based on your chosen game system's templates.

AI Assistant

A context-aware assistant that pulls from your Lore, rules and campaigns to answer your questions, suggest consistent content, or improvise around an unexpected situation at the table.

The AI runs locally via Ollama — your data stays on your machine — or in the cloud with your own API key via 1min.ai, Mistral, Google AI Studio (Gemini) or OpenRouter.

Quick start

Desktop (easiest) — grab the latest installer from the Releases page: Windows .msi or Linux .AppImage, then run it. Your data stays local.

Self-host with Docker — on Linux:

curl -fsSL https://raw.githubusercontent.com/IGMLcreation/LoreMind/main/installers/install.sh | bash

On Windows, follow the installation guide.

Documentation

The full documentation (installation, configuration, getting started) lives at loremind-docs.igmlcreation.fr/en.

Live demo

A demo instance is available at loremind-demo.igmlcreation.fr.

A few limitations to be aware of:

  • 10 concurrent users maximum (isolated instances)
  • Sessions limited to 20 minutes before reset
  • The AI features are not included in the demo (they require an AI provider — local Ollama or a cloud API key — configured server-side)

Support the project

DM Loremind is and will remain free when self-hosted. Development moves faster with your support:

  • Patreon — early access to features, roadmap voting, exclusive devlogs
  • Discord — announcements, support, user feedback

License

DM Loremind is distributed under the GNU AGPL v3 license.

In practice:

  • You can use it for free, host it, modify it, and redistribute it.
  • If you modify the code and expose the modified app over a network (even as a private SaaS), you must make your changes public under the same license.
  • The worlds (Lore) and campaigns you create with DM Loremind belong entirely to you — the license only covers the application's code.
Description
Outil pour Maîtres du Jeu : gestion de lore et de campagne assistée par LLM.
Readme AGPL-3.0 24 MiB
Languages
Java 52.8%
TypeScript 20.8%
Python 9.1%
HTML 8.4%
SCSS 6.7%
Other 2.1%