No description
Find a file
2025-12-31 11:30:58 +01:00
src Add configuration and remove hardcoded registry hosts 2025-12-31 11:16:14 +01:00
templates Add configuration and remove hardcoded registry hosts 2025-12-31 11:16:14 +01:00
.dockerignore Add a docker ignore 2025-12-31 11:30:58 +01:00
.gitignore Initial commit 2025-12-29 03:57:49 +01:00
Cargo.lock Upgrade reqwest to 0.13 2025-12-31 11:30:49 +01:00
Cargo.toml Upgrade reqwest to 0.13 2025-12-31 11:30:49 +01:00
Dockerfile Initial commit 2025-12-29 03:57:49 +01:00
readme.md Add configuration and remove hardcoded registry hosts 2025-12-31 11:16:14 +01:00

Registry UI

This is a simple UI on top of the docker registry API.

Features

  • list repositories
  • list tags
  • show image details
  • search images
  • delete image
  • authentication

Technologies

  • Rust
  • Axum
  • Askama
  • Pico CSS

Running

cargo run --release

Packaging

docker buildx build -t registry-ui .

Configuration

Configuration is done via environment variables.

Name Description Default
REGUI_HOST Host to listen on [::]:3030
REGUI_REGISTRY_HOST The host of the docker registry localhost:5000
REGUI_REGISTRY_TLS_DISABLED Whether the registry uses TLS or not false