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
[core]
repositories = ["jdrouet/inapt"]

[github]
base_url = "https://api.github.com"
# max_retry = 5
# timeout = 60
# token = "..."

[http_server]
address = "0.0.0.0"
port = 3000

[pgp_cipher]
private_key_path = "resources/private-key.pem"
# passphrase = "..."

[sqlite]
path = "target/inapt.db"

[worker]
interval = 3600 # 1h