feat: bloc About avec versions dans les settings

- Endpoint GET /version (sans auth) retournant la version API
- Bloc About dans l'onglet General : nom du projet, description,
  versions API et Backoffice, lien GitHub

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 10:41:31 +01:00
parent 18756debfd
commit 98d0f1c9c5
6 changed files with 77 additions and 2 deletions

View File

@@ -554,6 +554,10 @@ const en: Record<TranslationKey, string> = {
"settings.totalSize": "Total size",
"settings.thumbnailsNote": "Note: Thumbnail settings are used during indexing. Existing thumbnails will not be automatically regenerated. Thumbnail generation concurrency is controlled by the \"Concurrent renders\" setting in Performance limits above.",
// Settings - About
"settings.about": "About",
"settings.aboutDesc": "Comic book and ebook library manager. Automatic indexing, metadata from multiple providers, integrated search and download, reading tracking.",
// Settings - Komga
"settings.komgaSync": "Komga sync",
"settings.komgaDesc": "Import reading status from a Komga server. Books are matched by title (case-insensitive). Credentials are not stored.",