Skip to content

A Simple and Modern Docker Registry UI built with Typescript and SvelteKit.

License

Notifications You must be signed in to change notification settings

ofkm/svelocker-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This project is currently in development. Features may not be available currently but may come in the future. Feel free to request or help contribute :)


Svelocker

A Simple and Modern Docker Registry UI built with Typescript and SvelteKit.

Home Page:

image

Home Page Card:

image

Repo Details:

image

Image Tag Details:

image

Features:

  • Simple and Modern Design
  • Easy Setup
  • Connects to Local Registries using the official distribution/registry container image.
  • Delete Image Tags from the UI
  • SQLite Cache Layer for registry data
  • View and Copy the Dockerfile from the UI
  • View all Images for a specific Repo/Namespace

Get Started

Requirements

Install

Follow the Install guide here

Additional Information

  • All the API Calls to the Registry happen Server-Side, the only exceptions to this are the Copy Dockerfile button. If you find something that is not happening Server side please open up a issue or a PR to help fix it.

Shoutouts