I was tired of not being able to install with apt the apps I would build, so I created a #rustlang app that makes a virtual apt repository over #github releases.
It's not fresh yet, but it works. I can update the app itself, using apt. It works also for #opentelemetrycollector.
Next step, handling signatures and improving configuration and performance.

GitHub - jdrouet/inapt: A minimal Debian/Ubuntu APT repository proxy written in Rust. It exposes a valid APT repo structure over HTTP but sources .deb packages directly from GitHub Release assets. Useful for distributing packages without hosting your own artifact storage.
A minimal Debian/Ubuntu APT repository proxy written in Rust. It exposes a valid APT repo structure over HTTP but sources .deb packages directly from GitHub Release assets. Useful for distributing ...