GithubHelp home page GithubHelp logo

betonr / repo-d Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 276 KB

Docker Registry UI - Web interface to list images from the docker registry

Dockerfile 0.63% Python 23.27% JavaScript 5.07% TypeScript 51.25% HTML 10.05% Sass 8.83% SCSS 0.90%
docker docker-registry docker-registry-ui docker-registry-v2 fastapi angular oauth

repo-d's Introduction

RepoD - Docker Registry UI

Documentation Status Package Lifecycle Status: Experimental Release

Web Interface created with FastAPI and Angular to list images from the docker registry. Allow the use of the docker registry integrated with OAuth2.0.

Features implemented

  1. Login and get token in OAuth 2.0
  2. List Images of the repository (docker registry server)
  3. List Tags by Images
  4. Delete Image (if you want)

Install for development

TODO

Deploy

  1. Change environment variables in docker-compose:

    • API_SECRET_KEY = secret word used to encrypt the user's token in the session (e.g. YourS3cret0KEN)

    • API_ENABLE_DELETE_IMG = use to enable delete image function in the interface (default: false)

    • REGISTRY_URL = Docker registry URL (e.g. https://localhost:5000)

    • OAUTH_URL = OAuth2.0 URL that is integrated with docker registry (e.g. https://localhost:5000/token)

    • FRONT_APP_NAME = Name of your docker registry App (default: Docker Registry UI)

  2. Running

        $ docker-compose up -d

repo-d's People

Contributors

betonr avatar

Watchers

 avatar  avatar

repo-d's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.