https://github.com/randombenj/habt
Simple web frontend for your debian repositories
https://github.com/randombenj/habt
debian debian-packages index search webapp
Last synced: 11 months ago
JSON representation
Simple web frontend for your debian repositories
- Host: GitHub
- URL: https://github.com/randombenj/habt
- Owner: randombenj
- License: mit
- Created: 2020-02-01T18:31:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T04:13:51.000Z (over 3 years ago)
- Last Synced: 2025-03-28T07:11:16.048Z (about 1 year ago)
- Topics: debian, debian-packages, index, search, webapp
- Language: Python
- Size: 1.11 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

**Find your debian packages.**
[](https://github.com/randombenj/habt/actions)
**habt** (/hʌbt/) is a simple web frontend for debian repositories.
It can be configured with [sources list](https://wiki.debian.org/SourcesList#sources.list_format)
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:
```sh
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](https://github.com/lueschem) for the idea!