{"id":24764210,"url":"https://github.com/sudo-bot/gh-deployer-container","last_synced_at":"2026-03-06T11:03:04.375Z","repository":{"id":96414650,"uuid":"358374743","full_name":"sudo-bot/gh-deployer-container","owner":"sudo-bot","description":"The container for gh-deployer","archived":false,"fork":false,"pushed_at":"2024-07-01T05:16:08.000Z","size":93,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T13:31:54.556Z","etag":null,"topics":["deployer","docker-image","sudo-bot"],"latest_commit_sha":null,"homepage":"https://github.com/sudo-bot/gh-deployer","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudo-bot.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-04-15T19:46:25.000Z","updated_at":"2023-01-26T15:27:11.000Z","dependencies_parsed_at":"2024-06-19T00:59:40.384Z","dependency_job_id":"d76dbc15-e8c7-4f1b-9674-67cbe43261a4","html_url":"https://github.com/sudo-bot/gh-deployer-container","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sudo-bot/gh-deployer-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-bot%2Fgh-deployer-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-bot%2Fgh-deployer-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-bot%2Fgh-deployer-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-bot%2Fgh-deployer-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo-bot","download_url":"https://codeload.github.com/sudo-bot/gh-deployer-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-bot%2Fgh-deployer-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deployer","docker-image","sudo-bot"],"created_at":"2025-01-28T21:38:32.801Z","updated_at":"2026-03-06T11:02:59.360Z","avatar_url":"https://github.com/sudo-bot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-deployer-container\n\nThe container for gh-deployer\n\n/!\\ This is designed to deploy phpMyAdmin instances, improve it if you want.\n\n## manual use of the phpMyAdmin container\n\nYou can also specify:\n\n- a memory limit `-e MEMORY_LIMIT=128M`\n- a SHA `-e GIT_SHA=8669c00fff7c08ac58917e3fcc7f87e28f2052c5`\n- a network `--network mynetwork` (see: `docker network ls`)\n- a config `-e PMA_CONFIG=\"$(cat config.inc.php | base64 -w0)\"` (if not provided the one built into the container will be used)\n\n(RANDOM_STRING is just for phpMyAdmin config `blowfish_secret`)\n\nYou will need to login with to the container registry (`docker login ghcr.io`). You can provide a PAT as a password, scopes: `read:registry`.\n\n```sh\ndocker run --rm --name myDeployedContainer1 \\\n    -p 8085:80 \\\n    -e GIT_URL=https://github.com/iifawzi/phpmyadmin.git \\\n    -e GIT_BRANCH=designer-rtl-support \\\n    -e RANDOM_STRING=d4a5c8571aff3df8965e7086fd500a88b64c41411d9 \\\n        ghcr.io/sudo-bot/gh-deployer-container/phpmyadmin\n```\n\n### Skip deploy and use your workspace folder\n\nNB: you need to keep the user root to make nginx bind port work\n\n```sh\ndocker run --rm --name myStaticContainer1 \\\n    --user \"0:$(id -g)\" \\\n    -p 8085:80 \\\n    -v $PWD:/home/www/phpMyAdmin \\\n    -e SKIP_DEPLOY=yes \\\n    -e MEMORY_LIMIT=128M \\\n        ghcr.io/sudo-bot/gh-deployer-container/phpmyadmin\n```\n\n### Stop the container\n\nIf you use `-it` you will be able to kill the container with a CTRL-C\n\n/!\\ This will auto destroy the containers contents (`--rm`)\nRun: `docker stop myDeployedContainer1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-bot%2Fgh-deployer-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo-bot%2Fgh-deployer-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-bot%2Fgh-deployer-container/lists"}