Commit graph

3 commits

Author SHA1 Message Date
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
dbe9e90942 Update README to use Caddy instead of nginx
Replace nginx reverse proxy configuration with Caddy configuration.
Caddy provides automatic SSL certificates and simpler configuration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 16:36:44 +02:00
d87afd1548 Add CLAUDE.md for Claude Code guidance
Document project architecture, commands, and deployment configuration
to help future Claude Code instances work effectively with this codebase.

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

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