Commit graph

4 commits

Author SHA1 Message Date
481839071c Bump version to 1.0.2
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 14:10:51 +02:00
2879e5d975 Bump version to 1.0.1
- Update Cargo.toml version to 1.0.1
- Update debian/changelog with v1.0.1-1 release notes
- Include MIT license addition and packaging fixes
2025-09-29 13:49:06 +02:00
780df1e348 Add MIT license and fix Debian packaging
- Add MIT License for maximum permissivity
- Update Cargo.toml with complete package metadata including license
- Update README.md with license information and explanation
- Fix Debian package systemd service installation conflict
  (remove manual installation, let debhelper handle it automatically)

The MIT License allows anyone to use, modify, and distribute this
software with minimal restrictions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 13:46:19 +02:00
858e14a520 Initial commit: Add NaaS (No as a Service) implementation
Add complete NaaS HTTP service implementation with:
- Pure Rust implementation using only standard library
- Multiple response formats (text, JSON, XML, YAML, boolean)
- Embedded web frontend with mobile-responsive design
- Container support with Podman/Docker
- Systemd service configuration
- Health check endpoint
- CORS support

The service always responds with "no" in various formats,
optimized for minimal binary size (~1MB) and fast response times.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 16:42:47 +02:00