Self-Hosting Guide
Welcome to the AnonDocs self-hosting guide. This section will help you deploy and run your own AnonDocs instance on your infrastructure.
Getting Started
Choose your path:
- Installation & Requirements - Set up AnonDocs on your system
- LLM Provider Setup - Configure your AI model provider
- Configuration - Detailed configuration options
- Deployment Options - Production deployment strategies
- Production Considerations - Security, monitoring, and best practices
Quick Start
For a quick start with Docker:
git clone https://github.com/AI-SmartTalk/AnonDocs.git
cd AnonDocs
cp .env.example .env
# Edit .env with your configuration
docker-compose up -d
For detailed instructions, see the Installation Guide.