jkunz
3da7e431c2
refactor: complete opsserver migration
2026-04-28 14:35:26 +00:00
jkunz
8c6159c596
fix(repo): migrate smart build config to .smartconfig.json and tidy repository metadata
2026-03-24 20:08:25 +00:00
jkunz
793fb18b43
feat(install): improve installer with version selection, service restart handling, and upgrade documentation
2026-03-15 12:24:48 +00:00
jkunz
3e8cd6e3d0
feat: Update documentation for Caddy reverse proxy integration and Docker service configuration
2025-11-26 13:51:48 +00:00
jkunz
8ebd677478
feat: Implement platform service providers for MinIO and MongoDB
...
- Added base interface and abstract class for platform service providers.
- Created MinIOProvider class for S3-compatible storage with deployment, provisioning, and deprovisioning functionalities.
- Implemented MongoDBProvider class for MongoDB service with similar capabilities.
- Introduced error handling utilities for better error management.
- Developed TokensComponent for managing registry tokens in the UI, including creation, deletion, and display of tokens.
2025-11-25 04:20:19 +00:00
jkunz
9aa6906ca5
ui rebuild
2025-11-24 19:52:35 +00:00
jkunz
246a6073e0
Initial commit: Onebox v1.0.0
...
- Complete Deno-based architecture following nupst/spark patterns
- SQLite database with full schema
- Docker container management
- Service orchestration (Docker + Nginx + DNS + SSL)
- Registry authentication
- Nginx reverse proxy configuration
- Cloudflare DNS integration
- Let's Encrypt SSL automation
- Background daemon with metrics collection
- HTTP API server
- Comprehensive CLI
- Cross-platform compilation setup
- NPM distribution wrapper
- Shell installer script
Core features:
- Deploy containers with single command
- Automatic domain configuration
- Automatic SSL certificates
- Multi-registry support
- Metrics and logging
- Systemd integration
Ready for Angular UI implementation and testing.
2025-10-28 13:05:42 +00:00