fix: make Wiki.js API token optional for open GraphQL endpoints
Build and Push / build (release) Successful in 33s
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user