Assistent: Claude-Proxy auf Host statt Volume-Mount
- Claude CLI Volumes aus docker-compose.yml entfernt - Eigener Proxy-Service auf dem Host (Port 3100, systemd) - assistant.js nutzt HTTP-Request an Proxy statt child_process.spawn - Token-Auth zwischen Container und Proxy - Saubere Trennung: Claude laeuft nur auf dem Host Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -4,7 +4,7 @@
|
||||
* Offline support and caching
|
||||
*/
|
||||
|
||||
const CACHE_VERSION = '396';
|
||||
const CACHE_VERSION = '402';
|
||||
const CACHE_NAME = 'taskmate-v' + CACHE_VERSION;
|
||||
const STATIC_CACHE_NAME = 'taskmate-static-v' + CACHE_VERSION;
|
||||
const DYNAMIC_CACHE_NAME = 'taskmate-dynamic-v' + CACHE_VERSION;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren