{"id":20926999,"url":"https://github.com/leandroberetta/regis","last_synced_at":"2026-04-15T16:03:24.952Z","repository":{"id":117687667,"uuid":"82635026","full_name":"leandroberetta/regis","owner":"leandroberetta","description":"Docker Registry (API v2) Web UI","archived":false,"fork":false,"pushed_at":"2017-08-26T21:28:20.000Z","size":326,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T18:26:41.299Z","etag":null,"topics":["docker","docker-registry","ui","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leandroberetta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-21T04:12:57.000Z","updated_at":"2019-10-18T16:18:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"503a1b5c-a7e6-4280-bd56-bc86d3f9d83b","html_url":"https://github.com/leandroberetta/regis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Fregis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Fregis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Fregis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Fregis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandroberetta","download_url":"https://codeload.github.com/leandroberetta/regis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243320087,"owners_count":20272412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-registry","ui","web"],"created_at":"2024-11-18T20:44:41.026Z","updated_at":"2026-04-15T16:03:24.888Z","avatar_url":"https://github.com/leandroberetta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# regis\n\nDocker Registry (API v2) Web UI.\n\nUp to the moment the projects is a simple web UI for the Docker private registry.\n\nIt lets inspect images and tags. Also allows the logical deletion of tags.\n\n## Screenshot\n\n![Regis](/regis/static/img/regis.png)\n\n## Usage\n\nThe project contains a Dockerfile to create an image.\n\n### Building the image\n\n    docker build -t regis .\n\n### Running a container\n\nBefore you start the Regis container, you must have a Docker Registry v2 running on a Docker container:\n\n    docker run -d -p 5000:5000 --restart always -e REGISTRY_STORAGE_DELETE_ENABLED=true --name registry registry:2.6\n\nThe REGISTRY_STORAGE_DELETE_ENABLED=true environment variable makes Docker Registry to honor the image deletion method.\n\nHaving a Registry then you could execute the following command to start a Regis container:\n\n    docker run -d -p 4000:4000 --link \u003cregistry_name\u003e:registry --name regis regis\n\nThe previous command is the simplest way to configure Regis. The link parameters do the trick you only have to complete with your \u003cregistry_name\u003e.\n\nIf more complex configuration is needed you can mount the regis.cfg config file with the following command:\n\n    docker run -d -p 4000:4000 -v /path/to/regis.cfg:/usr/src/app/regis.cfg --name regis regis\n\n### Configuration file\n\nThe file is called **regis.cfg** and it contains the following properties to configure:\n\n    # ip and port where the registry is listening\n    [registry]\n    host = registry\n    port = 5000\n\n    # username and password if configured, leave them empty if auth is not enabled.\n    # ignore_ssl is to tell http client that don't check ssl certificate (not recommended for production!)\n    [security]\n    username =\n    password =\n    ignore_ssl = True\n\n## Contact\n\nThis project is under development. Any problems don't doubt contacting me at [lea.beretta@gmail.com](mailto:lea.beretta@gmail.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandroberetta%2Fregis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandroberetta%2Fregis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandroberetta%2Fregis/lists"}