Skip to content

Repository files navigation

Pulp UI

CI License: MIT

A small, read-only web UI for browsing a Pulp server: its distributions, cached content and status. No database, no write path to Pulp.

This is not the official Pulp UI. It is an unrelated, much simpler tool built for our developers, and it was written with Claude Code — read it before you run it.

Running it

docker run --rm -p 8081:8000 \
  -e PULP_BASE_URL=https://pulp.example.com \
  -e PULP_USERNAME=admin -e PULP_PASSWORD=secret \
  ghcr.io/e-breuninger/pulp-ui:latest

Those three variables are all that is required. The UI is then on http://localhost:8081.

Everything else is optional: the footer, logo and stylesheet can be replaced per deployment without forking. See docs/configuration.md.

Developing it

Needs uv.

uv sync                       # install dependencies
uv run pre-commit install     # lint and commit-message hooks
cp .env.example .env          # point at a Pulp you can reach
export $(cat .env)
uv run uvicorn app.main:app --reload

uv run pytest runs the suite; it mocks the Pulp API, so no live server is needed. tests/fake_pulp/ also serves a stub Pulp if you want to click through the UI without credentials.

See CONTRIBUTING.md before opening a pull request — commit messages follow Conventional Commits and are enforced. Releases are automatic: docs/releases.md.

Licensed under the MIT License.

About

Read-only web UI for browsing a Pulp server

Topics

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages