{"id":16763366,"url":"https://github.com/nicholaswilde/docker-installer","last_synced_at":"2026-04-27T08:31:46.879Z","repository":{"id":38236115,"uuid":"309132033","full_name":"nicholaswilde/docker-installer","owner":"nicholaswilde","description":"A Docker image for the Installer web server.","archived":false,"fork":false,"pushed_at":"2023-02-21T18:30:59.000Z","size":2932,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-30T19:04:58.977Z","etag":null,"topics":["docker","docker-image","installer"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nicholaswilde/installer","language":"Dockerfile","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/nicholaswilde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"paypal.me/nicholaswilde"}},"created_at":"2020-11-01T15:58:13.000Z","updated_at":"2021-07-12T18:00:20.000Z","dependencies_parsed_at":"2025-01-22T22:36:35.614Z","dependency_job_id":null,"html_url":"https://github.com/nicholaswilde/docker-installer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nicholaswilde/docker-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicholaswilde","download_url":"https://codeload.github.com/nicholaswilde/docker-installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-image","installer"],"created_at":"2024-10-13T05:06:22.288Z","updated_at":"2026-04-27T08:31:46.844Z","avatar_url":"https://github.com/nicholaswilde.png","language":"Dockerfile","funding_links":["paypal.me/nicholaswilde"],"categories":[],"sub_categories":[],"readme":"# Docker Installer\n[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/nicholaswilde/installer)](https://hub.docker.com/r/nicholaswilde/installer)\n[![Docker Pulls](https://img.shields.io/docker/pulls/nicholaswilde/installer)](https://hub.docker.com/r/nicholaswilde/installer)\n[![GitHub](https://img.shields.io/github/license/nicholaswilde/docker-installer)](./LICENSE)\n[![hadolint](https://github.com/nicholaswilde/docker-installer/workflows/hadolint/badge.svg?branch=main)](https://github.com/nicholaswilde/docker-installer/actions?query=workflow%3Ahadolint)\n[![yamllint](https://github.com/nicholaswilde/docker-installer/workflows/yamllint/badge.svg?branch=main)](https://github.com/nicholaswilde/docker-installer/actions?query=workflow%3Ayamllint)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnicholaswilde%2Fdocker-installer.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnicholaswilde%2Fdocker-installer?ref=badge_shield)\n\nA Docker image for [jpillora's](https://github.com/jpillora) [installer](https://github.com/jpillora/installer) web server.\n\n## Dependencies\n\n* None\n\n## Usage\n\n### docker cli\n```bash\n$ docker run -d \\\n  --name=installer \\\n  -e USER=username `#optional` \\\n  -e GH_TOKEN=token `#optional` \\\n  -e PORT=port `#optional` \\\n  -p 3000:3000 \\\n  --restart unless-stopped \\\n  nicholaswilde/installer\n```\n\n### docker-compose\n\nSee [docker-compose.yaml](./docker-compose.yaml).\n\n## Development\n\nSee [docs](https://nicholaswilde.io/docker-docs/development).\n\n## Troubleshooting\n\nSee [docs](https://nicholaswilde.io/docker-docs/troubleshooting).\n\n## Pre-commit hook\n\nIf you want to automatically generate `README.md` files with a pre-commit hook, make sure you\n[install the pre-commit binary](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)\nto your project. Then run:\n\n```bash\npre-commit install\npre-commit install-hooks\n```\nCurrently, this only works on `arm64` systems.\n\n## License\n\n[Apache 2.0 License](./LICENSE)\n\n## Author\nThis project was started in 2020 by [Nicholas Wilde](https://github.com/nicholaswilde/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Fdocker-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholaswilde%2Fdocker-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Fdocker-installer/lists"}