{"id":16372602,"url":"https://github.com/hedhyw/ippserver-docker","last_synced_at":"2026-05-04T13:30:55.198Z","repository":{"id":104078736,"uuid":"447472528","full_name":"hedhyw/ippserver-docker","owner":"hedhyw","description":"A small docker image which pretends to be a printer.","archived":false,"fork":false,"pushed_at":"2022-01-13T05:27:47.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T09:26:14.312Z","etag":null,"topics":["docker","docker-compose","fake","ippserver","mock","printer"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/hedhyw/ippserver","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hedhyw.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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,"zenodo":null}},"created_at":"2022-01-13T05:17:37.000Z","updated_at":"2022-01-13T14:52:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ff4b909-e619-4230-9920-37a7b484f5a7","html_url":"https://github.com/hedhyw/ippserver-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hedhyw/ippserver-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2Fippserver-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2Fippserver-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2Fippserver-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2Fippserver-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hedhyw","download_url":"https://codeload.github.com/hedhyw/ippserver-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedhyw%2Fippserver-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32609294,"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-compose","fake","ippserver","mock","printer"],"created_at":"2024-10-11T03:11:57.325Z","updated_at":"2026-05-04T13:30:55.193Z","avatar_url":"https://github.com/hedhyw.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPPServer in Docker\n\nThis is a small docker image which pretends to be a printer.\nIt doesn't implement the entire IPP specification.\n\nThe docker image uses python ipp-server: https://github.com/h2g2bob/ipp-server\n\n## Usage\n\n1. Simple usage: `docker run --rm hedhyw/ippserver`.  \nThen the server can be accessed on **\"ipp://localhost:6310\"**.\n2. Advanced usage:\n```\ndocker run \\\n    --rm \\\n    hedhyw/ippserver \\\n    -v \\\n    -H 0.0.0.0 \\\n    -p 6310 \\\n    reject\n```\n\n## Docker-compose example\nSee [docker-compose.yml](docker-compose.yml):\n\n```\nversion: \"3.4\"\n\nservices:\n  ippserver:\n    image: hedhyw/ippserver:0.2\n    ports:\n      - \"127.0.0.1:6310:6310\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedhyw%2Fippserver-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhedhyw%2Fippserver-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedhyw%2Fippserver-docker/lists"}