inapt 0.3.2

A minimal Debian/Ubuntu APT repository proxy written in Rust. Exposes a valid APT repo structure over HTTP, sourcing .deb packages from GitHub Releases.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/default/inapt
# Example environment variables for inapt

# when tracing to console
TRACING_MODE=console
TRACING_CONSOLE_COLOR=false

# when tracing to otel in grpc
# TRACING_MODE=otel
# TRACING_OTEL_ENDPOINT=http://localhost:4317
# TRACING_OTEL_INTERNAL_LEVEL=error

CONFIG_PATH=/etc/inapt/config.toml