Fix clippy warnings: remove unused imports/variables/functions, derive Default, fix comparisons
This commit is contained in:
23
debian/linux-patch-api/DEBIAN/control
vendored
Normal file
23
debian/linux-patch-api/DEBIAN/control
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
Package: linux-patch-api
|
||||
Version: 1.0.0-1
|
||||
Architecture: amd64
|
||||
Maintainer: Echo <echo@moon-dragon.us>
|
||||
Installed-Size: 8897
|
||||
Depends: systemd, libsystemd0, libc6 (>= 2.39), libgcc-s1 (>= 4.2)
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Homepage: https://gitea.moon-dragon.us/echo/linux_patch_api
|
||||
Description: Secure remote package management API for Linux systems
|
||||
Linux Patch API provides a secure, mTLS-authenticated REST API for
|
||||
remote package management operations including:
|
||||
- Package installation and removal
|
||||
- Security patch application
|
||||
- System health monitoring
|
||||
- Job queue management with WebSocket status streaming
|
||||
.
|
||||
Features:
|
||||
- Mutual TLS (mTLS) authentication
|
||||
- IP whitelist enforcement
|
||||
- Asynchronous job processing
|
||||
- Comprehensive audit logging
|
||||
- Systemd integration with security hardening
|
||||
Reference in New Issue
Block a user