fix: make Wiki.js API token optional for open GraphQL endpoints
Build and Push / build (release) Successful in 33s

The Wiki.js GraphQL API is accessible without authentication.
Make WIKI_GRAPHQL_API env var optional with empty default to fix
container startup failures.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-24 16:59:41 +01:00
co-authored by Claude Opus 4.5
parent 2c35aec179
commit 2552bfd1f9
4 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "library-desk"
version = "1.4.0"
version = "1.4.1"
description = "Coordination service for The Library system - HybridRAG queries, document ingestion, entity extraction, and knowledge consolidation"
readme = "README.md"
requires-python = ">=3.12"