habt

Simple web frontend for your debian repositories

MIT License

Stars
5

Find your debian packages.

habt (/hbt/) is a simple web frontend for debian repositories.

It can be configured with sources list entries. Based on this configurations it will create a cache where you can browse the packages in a fancy web ui.

Getting started

The simplest way to run the application is to run it in a docker container:

docker build -t habt .
docker run -p 80:8000 habt

How does it look like

Here is a screenshot of how debian packages are shown:


Thanks @lueschem for the idea!