Commit Graph

17 Commits

Author SHA1 Message Date
c5d239ab28 v1.7.0 2025-11-27 13:48:11 +00:00
e7ade45097 v1.6.0 2025-11-27 09:50:06 +00:00
9470c7911d v1.5.0 2025-11-27 09:26:04 +00:00
ff5b51072f v1.4.0 2025-11-26 22:05:25 +00:00
0247ab45c7 v1.3.0 2025-11-26 18:54:20 +00:00
38b5462b09 v1.2.1 2025-11-26 18:46:50 +00:00
3574a94e38 v1.2.0 2025-11-26 18:34:29 +00:00
b36552aef2 v1.1.0 2025-11-26 18:20:02 +00:00
9d58971983 feat: Update smartregistry integration to support Uint8Array for body handling 2025-11-25 22:25:41 +00:00
5cf9c72dd4 feat: Implement Docker registry token endpoint and enhance registry request handling 2025-11-25 19:46:18 +00:00
e94906b3bf feat: Update error handling to use getErrorMessage utility and improve logging across multiple services 2025-11-25 08:25:54 +00:00
9aa6906ca5 ui rebuild 2025-11-24 19:52:35 +00:00
c9beae93c8 feat: integrate toast notifications in settings and layout components
- Added ToastService for managing toast notifications.
- Replaced alert in settings component with toast notifications for success and error messages.
- Included ToastComponent in layout for displaying notifications.
- Created loading spinner component for better user experience.
- Implemented domain detail component with detailed views for certificates, requirements, and services.
- Added functionality to manage and display SSL certificates and their statuses.
- Introduced a registry manager class for handling Docker registry operations.
2025-11-24 01:31:15 +00:00
b94aa17eee feat(ssl): Add domain & certificate management, Cloudflare sync, SQLite cert manager, WebSocket realtime updates, and HTTP API SSL endpoints 2025-11-18 19:34:26 +00:00
44267bbb27 update 2025-11-18 14:16:27 +00:00
8f538ab9c0 update 2025-11-18 00:03:24 +00:00
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