{"id":19768036,"url":"https://github.com/gmitirol/resquewebui","last_synced_at":"2026-05-04T18:35:33.110Z","repository":{"id":86250183,"uuid":"123152310","full_name":"gmitirol/resquewebui","owner":"gmitirol","description":"Dockerized Symfony3 application for the PHP-Resque web interface","archived":false,"fork":false,"pushed_at":"2020-06-02T10:14:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T10:58:24.255Z","etag":null,"topics":["docker","docker-image","php-resque","resque","symfony-application"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/gmitirol.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":"2018-02-27T15:55:25.000Z","updated_at":"2020-06-02T10:15:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f51032ea-8955-4a39-8dbb-27c461b7350a","html_url":"https://github.com/gmitirol/resquewebui","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gmitirol/resquewebui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitirol%2Fresquewebui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitirol%2Fresquewebui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitirol%2Fresquewebui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitirol%2Fresquewebui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmitirol","download_url":"https://codeload.github.com/gmitirol/resquewebui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitirol%2Fresquewebui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["docker","docker-image","php-resque","resque","symfony-application"],"created_at":"2024-11-12T04:34:21.178Z","updated_at":"2026-05-04T18:35:33.096Z","avatar_url":"https://github.com/gmitirol.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP-Resque Web UI on docker\n\nThis docker image provides a minimalistic Symfony3 application for the [PHP-Resque web interface](https://github.com/xelan/resque-webui-bundle)\n\n## Redis configuration\n\nTo override the default redis settings, you need to map your custom [`redis.yml`](app/config/resque.yml) in the container.\nConsult the Docker Compose example below for more information.\n\n## Run container\n\n### Pull\n\n```bash\ndocker pull gmitirol/resquewebui\n```\n\n### Docker CLI\n\n```bash    \ndocker run --rm -p 80:80 --name resquewebui gmitirol/resquewebui\n```\n\n### Docker Compose\n\n```yml\nversion: '2'\nservices:\n  resquewebui:\n    image: gmitirol/resquewebui\n    ports:\n      - \"80:80\"\n    volumes:\n      - /srv/resquewebui/resque.yml:/var/www/project/app/config/resque.yml\n```\n\n## Proxy\n\nThe image just provides a minimalistic Symfony3 application for the resque web interface.\nTo add TLS encryption or authentication, please use a web proxy in front of it.\n\ni.e. `jwilder/nginx-proxy` with `jrcs/letsencrypt-nginx-proxy-companion`:\n\n```bash\n...\n    environment:\n      - VIRTUAL_HOST=resque.example.com\n      - VIRTUAL_PORT=80\n      - LETSENCRYPT_HOST=resque.example.com\n      - LETSENCRYPT_EMAIL=someone@example.com\n...\n```\n\n## License\n\nLicensed under [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmitirol%2Fresquewebui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmitirol%2Fresquewebui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmitirol%2Fresquewebui/lists"}