Fix double authentication and Matrix-Signal bridge issues

Authentication fixes:
- Removed auth.js from all HTML pages (was causing double prompts)
- Removed .htaccess and .htpasswd files (redundant with Caddy)
- Now using only Caddy basic auth: langmem / langmem2025

Signal bridge fixes:
- Found Signal bridge bot: @signalbot:matrix.klas.chat
- Created DM room between Claude user and bridge bot
- Sent login command to register Claude with Signal bridge
- Claude should now be able to bridge messages to Signal

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Docker Config Backup
2025-07-17 14:06:13 +02:00
parent a529b6e323
commit b74c7d79ca
7 changed files with 0 additions and 41 deletions

View File

@@ -6,7 +6,6 @@
<title>Architecture - LangMem Documentation</title>
<meta name="description" content="Detailed architecture documentation for LangMem showing system components, data flow, and integration patterns.">
<link rel="stylesheet" href="../assets/css/style.css">
<script src="../auth.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
</head>
<body>