application-research / ipcr

The toolkit to pack, ship, store, and deliver container content on Estuary/FIlecoin/IPFS
Apache License 2.0
8 stars 1 forks source link

Create or Provide a UI front end #3

Open 10d9e opened 2 years ago

10d9e commented 2 years ago

Currently there is no user interface for IPCR. Since it follows the registry v2 spec, a bootstrap might be to use/brand an existing registry UI.

10d9e commented 2 years ago

cc @corinne-antonia

10d9e commented 2 years ago

Here's a demo of one of the more popular v2 registry UIs

docker-compose.yml

version: "2"
services:
  app:
    image: jc21/registry-ui:latest
    ports:
      - 4000:80
    environment:
      - REGISTRY_HOST=ipcr.io
      - REGISTRY_SSL=false
      - REGISTRY_DOMAIN=ipcr.io
      - REGISTRY_STORAGE_DELETE_ENABLED=
    restart: on-failure

docker-compose up

http://localhost:4000/

10d9e commented 2 years ago

This one runs much faster:

docker run --name registry-browser -e DOCKER_REGISTRY_URL=https://ipcr.io -p 8080:8080 klausmeyer/docker-registry-browser

http://localhost:8080/