{"id":19867139,"url":"https://github.com/b33j0r/dumb-docker-registry-ui","last_synced_at":"2026-04-09T18:08:40.268Z","repository":{"id":93916870,"uuid":"436496730","full_name":"b33j0r/dumb-docker-registry-ui","owner":"b33j0r","description":"The silliest docker registry explorer I could think of.","archived":false,"fork":false,"pushed_at":"2021-12-09T07:35:37.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:50:27.845Z","etag":null,"topics":["docker","docker-registry","flask","flask-application","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b33j0r.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":"2021-12-09T05:43:13.000Z","updated_at":"2021-12-09T07:35:40.000Z","dependencies_parsed_at":"2023-03-13T17:09:30.984Z","dependency_job_id":null,"html_url":"https://github.com/b33j0r/dumb-docker-registry-ui","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/b33j0r%2Fdumb-docker-registry-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b33j0r%2Fdumb-docker-registry-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b33j0r%2Fdumb-docker-registry-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b33j0r%2Fdumb-docker-registry-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b33j0r","download_url":"https://codeload.github.com/b33j0r/dumb-docker-registry-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241278754,"owners_count":19938019,"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","flask","flask-application","python"],"created_at":"2024-11-12T15:28:28.762Z","updated_at":"2025-12-31T01:11:27.545Z","avatar_url":"https://github.com/b33j0r.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `dumb-docker-registry-ui`\n\nI was setting up a throw-away docker registry in my homelab one night. On this particular occasion, I couldn't get the most popular solutions to work right away, though the docker registry API was working fine. \n\nFiguring it'd be quicker, I made a dumb flask app to hit the API and render the result to a template. Then it turned out to be kinda fun, so I styled it.\n\n\u003cimg src=\"docs/screenshots/2021-12-08-001.png?raw=true\" width=50%\u003e\n\nFor local/dev use only. No emphasis on security or features at this time. It's just a way to browse the API, assuming you can already. And limited browsing, at that.\n\nDumb and mildly-useful fun!\n\n## Config\n\n```yaml\n---\n# ./config/dumb.yml\nregistry:\n  name: registry.local\n  url: http://registry.local:5000\n  version: v2\n```\n\nInside the container, the app will search for the `dumb.yml` file at `/config/dumb.yml`. The provided `docker-compose.yml` looks for it in the project root `config` dir, which you can obviously adjust for your needs: \n\n```yaml\n# docker-compose.yml (excerpt)\nvolumes:\n  - \"./config/dumb.yml:/config/dumb.yml:ro\"\n```\n\n## Run\n\n```shell\ndocker-compose up -d\n```\n\n## License\n\nCreated by [Brian Jorgensen](https://github.com/b33j0r) for himself; shared with you under the MIT license. All yours!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb33j0r%2Fdumb-docker-registry-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb33j0r%2Fdumb-docker-registry-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb33j0r%2Fdumb-docker-registry-ui/lists"}