{"id":41709159,"url":"https://github.com/pkeffect/compose_creator","last_synced_at":"2026-01-24T21:40:17.100Z","repository":{"id":308254558,"uuid":"1032164740","full_name":"pkeffect/compose_creator","owner":"pkeffect","description":"Docker compose creation tool","archived":false,"fork":false,"pushed_at":"2025-08-14T21:19:23.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T23:21:47.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkeffect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T23:09:32.000Z","updated_at":"2025-08-14T21:19:27.000Z","dependencies_parsed_at":"2025-08-05T01:12:57.296Z","dependency_job_id":"493d7aeb-ed71-4e1d-aac1-c06287741e97","html_url":"https://github.com/pkeffect/compose_creator","commit_stats":null,"previous_names":["pkeffect/compose_creator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkeffect/compose_creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fcompose_creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fcompose_creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fcompose_creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fcompose_creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkeffect","download_url":"https://codeload.github.com/pkeffect/compose_creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fcompose_creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T21:40:13.156Z","updated_at":"2026-01-24T21:40:17.091Z","avatar_url":"https://github.com/pkeffect.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Open WebUI Docker Compose Creator\n\nA modern, user-friendly web interface for generating Docker Compose configurations for [Open WebUI](https://github.com/open-webui/open-webui) - the extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline.\n\n[![Live Demo](https://img.shields.io/badge/Live-Demo-blue?style=for-the-badge)]([https://your-domain.com](https://internode.info/dev/oi/compose/))\n[![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](LICENSE)\n[![Open WebUI](https://img.shields.io/badge/Open%20WebUI-Compatible-purple?style=for-the-badge)](https://github.com/open-webui/open-webui)\n\nLive Demo https://internode.info/dev/oi/compose/\n\n## ✨ Features\n\n### 🎨 **Modern Interface**\n- **Multi-theme support**: Dark, Light, and Ultra-dark themes with persistent preferences\n- **Responsive design**: Works seamlessly on desktop, tablet, and mobile devices\n- **Real-time preview**: Instant YAML generation as you configure settings\n- **Professional UI**: Clean, intuitive interface with smooth animations\n\n### ⚙️ **Configuration Options**\n- **General Settings**: Container naming, port mapping, image tag selection\n- **Feature Toggles**: Authentication, user signup, default models configuration\n- **Advanced Options**: Memory limits, restart policies, secret key management\n- **Ollama Integration**: Easy connection to local or remote Ollama instances\n\n### 📋 **Export \u0026 Usage**\n- **One-click copy**: Copy generated compose.yml to clipboard\n- **Direct download**: Download ready-to-use Docker Compose files\n- **Optimized output**: Only non-default values included for clean, minimal configs\n\n## 🚀 Quick Start\n\n### 📋 Prerequisites\n- Docker and Docker Compose installed ([Get Docker](https://docs.docker.com/get-docker/))\n- Basic understanding of Docker containers\n\n### 🎯 Usage Steps\n\n1. **Configure**: Use the web interface to set up your Open WebUI preferences\n2. **Generate**: Watch the real-time YAML preview update as you configure\n3. **Download**: Click \"Download File\" to save your `compose.yml`\n4. **Deploy**: Run `docker compose up -d` in your project directory\n5. **Access**: Open `http://localhost:3000` (or your configured port)\n\n### 💻 Local Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/open-webui-composer.git\ncd open-webui-composer\n\n# Serve locally (any static server works)\npython -m http.server 8000\n# or\nnpx serve .\n# or\nphp -S localhost:8000\n\n# Open http://localhost:8000\n```\n\n## 🏗️ Project Structure\n\n```\n├── index.html          # Main HTML structure\n├── style.css           # Comprehensive styling with theme system\n├── main.js             # Core JavaScript functionality\n├── paste.txt           # Comprehensive Open WebUI analysis\n└── README.md           # This file\n```\n\n## 🔧 Current Configuration Support\n\n| Category | Supported Options | Status |\n|----------|------------------|---------|\n| **Basic Setup** | Container name, ports, image tags | ✅ Complete |\n| **Authentication** | Enable/disable auth and signup | ✅ Complete |\n| **Ollama Integration** | Base URL configuration | ✅ Complete |\n| **Resource Management** | Memory limits, restart policies | ✅ Complete |\n| **Advanced Features** | Secret key management | ✅ Complete |\n\n## 🗺️ Project Roadmap\n\n### 📈 **Phase 1: Enhanced Core Features**\n\n#### 🔐 **Authentication \u0026 Security**\n- [ ] **OAuth Provider Wizard**: Google, Microsoft, GitHub, OIDC setup with guided configuration\n- [ ] **LDAP/Active Directory**: Enterprise directory integration with certificate management\n- [ ] **Security Hardening**: JWT configuration, CORS settings, cookie policies\n- [ ] **Secret Management**: Docker secrets integration and external vault support\n\n#### 🗄️ **Database \u0026 Storage**\n- [ ] **Database Selection**: PostgreSQL setup wizard with connection string generation\n- [ ] **Vector Database Support**: ChromaDB, Qdrant, Elasticsearch, Pinecone configuration\n- [ ] **Storage Options**: External volume mounting, backup configuration\n- [ ] **Migration Tools**: SQLite to PostgreSQL migration assistance\n\n#### 🤖 **AI Provider Integration**\n- [ ] **Multi-Provider Setup**: OpenAI, Anthropic, Google, Azure OpenAI configuration\n- [ ] **Load Balancing**: Multiple endpoint configuration with failover\n- [ ] **API Key Management**: Secure credential handling and rotation\n- [ ] **Model Configuration**: Default models, restrictions, and performance tuning\n\n### 🏢 **Phase 2: Enterprise Features**\n\n#### 📊 **Deployment Patterns**\n- [ ] **Template Library**: Pre-configured deployment patterns\n  - [ ] Standalone WebUI (current)\n  - [ ] WebUI + Ollama Bundle\n  - [ ] Enterprise Multi-Node\n  - [ ] GPU-Accelerated Setup\n  - [ ] Pipeline-Enhanced Architecture\n- [ ] **High Availability**: Redis clustering, load balancer configuration\n- [ ] **Scaling Configuration**: Multi-instance deployment with shared state\n\n#### 🔍 **Advanced Features**\n- [ ] **RAG Configuration**: Embedding engines, content extraction, hybrid search\n- [ ] **Multi-Modal Setup**: Image generation, speech processing, file handling\n- [ ] **Monitoring Integration**: Langfuse, Portkey, custom observability\n- [ ] **Performance Tuning**: Thread pools, caching, resource optimization\n\n#### ✅ **Validation \u0026 Testing**\n- [ ] **Pre-deployment Validation**: Configuration compatibility checking\n- [ ] **Health Check Generation**: Automatic health endpoint configuration\n- [ ] **Dependency Resolution**: Service startup order and dependencies\n- [ ] **Environment Testing**: Development, staging, production profiles\n\n### 🧠 **Phase 3: Intelligence \u0026 Automation**\n\n#### 🧙‍♂️ **Smart Configuration**\n- [ ] **Setup Wizards**: Guided configuration for complex scenarios\n- [ ] **Requirement Analysis**: Automatic resource estimation and recommendations\n- [ ] **Best Practices**: Built-in security and performance recommendations\n- [ ] **Configuration Validation**: Real-time error checking and suggestions\n\n#### 📱 **Enhanced User Experience**\n- [ ] **Progressive Web App**: Offline functionality and mobile optimization\n- [ ] **Configuration Import**: Load existing Docker Compose files for editing\n- [ ] **Version Control**: Configuration history and rollback capabilities\n- [ ] **Team Collaboration**: Shared configurations and team management\n\n#### 🔌 **Extensibility**\n- [ ] **Plugin System**: Custom configuration modules and extensions\n- [ ] **API Integration**: REST API for programmatic configuration generation\n- [ ] **CLI Tool**: Command-line interface for automation and CI/CD\n- [ ] **Helm Charts**: Kubernetes deployment support\n\n### 🌟 **Phase 4: Ecosystem Integration**\n\n#### 🏭 **Enterprise Platform**\n- [ ] **Multi-Tenant Support**: Organization and team management\n- [ ] **Compliance Tools**: Security scanning, audit logs, compliance reporting\n- [ ] **Integration Hub**: Third-party service connections and marketplace\n- [ ] **Professional Services**: Deployment assistance and consulting integration\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how you can help:\n\n### 🎯 **Priority Areas**\n1. **Authentication wizards** for OAuth and LDAP setup\n2. **Database configuration** tools and migration assistance\n3. **Validation engine** for configuration checking\n4. **Template system** for common deployment patterns\n\n### 📝 **Development Guidelines**\n- **Vanilla JavaScript**: Keep dependencies minimal\n- **Progressive Enhancement**: Ensure core functionality works without JS\n- **Accessibility**: Follow WCAG guidelines for inclusive design\n- **Mobile-First**: Responsive design for all screen sizes\n\n### 🔄 **Contribution Process**\n```bash\n# Fork the repository\ngit fork https://github.com/your-username/open-webui-composer.git\n\n# Create feature branch\ngit checkout -b feature/oauth-wizard\n\n# Make changes and test\n# Add tests for new functionality\n\n# Submit pull request\n# Include detailed description and testing notes\n```\n\n## 📚 **Technical Documentation**\n\n### 🏗️ **Architecture Decisions**\n- **Static-first**: No build process required, easy deployment\n- **Theme System**: CSS custom properties for maintainable theming\n- **Event-driven**: Reactive configuration updates\n- **Progressive Enhancement**: Works without JavaScript for basic functionality\n\n### 🔧 **Environment Variables Supported**\nCurrently supports 15+ environment variables with plans to expand to 100+:\n- Core application configuration\n- Authentication and security settings\n- Performance and resource management\n- Feature toggles and customization\n\n### 📖 **Open WebUI Integration**\nBased on comprehensive analysis of Open WebUI capabilities:\n- **100+ environment variables** available for configuration\n- **Multiple deployment patterns** from simple to enterprise\n- **Extensive integration options** with AI providers and databases\n- **Enterprise security features** and compliance requirements\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Open WebUI Team](https://github.com/open-webui/open-webui) for creating an amazing AI interface\n- Community contributors and feedback providers\n- Docker and container ecosystem maintainers\n\n## 📞 Support \u0026 Community\n\n- **Issues**: [GitHub Issues](https://github.com/pkeffect/compose_creator/issues)\n- **Discussions**: [GitHub Discussions](https://github.com/pkeffect/compose_creator/discussions)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Made with ❤️ for the Open WebUI community**\n\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkeffect%2Fcompose_creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkeffect%2Fcompose_creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkeffect%2Fcompose_creator/lists"}