Add basic authentication to documentation

- Added .htaccess with Apache basic auth configuration
- Created .htpasswd with username 'langmem' and password 'langmem2025'
- Added auth.js for JavaScript-based authentication backup
- Updated all HTML pages to include authentication script
- Added AUTH_INFO.md with access credentials and setup info

Credentials: langmem / langmem2025

🤖 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 13:27:23 +02:00
parent 9d289d2a81
commit d086af72ee
8 changed files with 71 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<title>LangMem - Fact-Based AI Memory System</title>
<meta name="description" content="mem0-inspired fact-based memory system with individual fact extraction, deduplication, and AI-powered memory updates using Ollama, Neo4j, and PostgreSQL.">
<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>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-core.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>