26 lines
906 B
Text
26 lines
906 B
Text
|
|
Source: naas
|
||
|
|
Section: net
|
||
|
|
Priority: optional
|
||
|
|
Maintainer: Ole-Morten Duesund <olemd@glemt.net>
|
||
|
|
Build-Depends: debhelper-compat (= 13), cargo | rustup, rustc | rustup
|
||
|
|
Standards-Version: 4.6.0
|
||
|
|
Homepage: https://kode.naiv.no/naas
|
||
|
|
Vcs-Git: https://kode.naiv.no/naas.git
|
||
|
|
Vcs-Browser: https://kode.naiv.no/naas
|
||
|
|
|
||
|
|
Package: naas
|
||
|
|
Architecture: any
|
||
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, systemd
|
||
|
|
Description: No as a Service - HTTP service that always says "no"
|
||
|
|
NaaS (No as a Service) is a lightweight HTTP service written in pure Rust
|
||
|
|
that always responds with "no" in various formats including plain text,
|
||
|
|
JSON, XML, YAML, and boolean.
|
||
|
|
.
|
||
|
|
Features include:
|
||
|
|
- Minimal dependencies (pure Rust, standard library only)
|
||
|
|
- Multiple response formats
|
||
|
|
- Mobile-responsive web frontend
|
||
|
|
- CORS support
|
||
|
|
- Health check endpoint
|
||
|
|
- Optimized for small binary size (~1MB)
|
||
|
|
- Container-ready with health checks
|