{"id":28264088,"url":"https://github.com/misery/dockerausweisapp","last_synced_at":"2025-07-27T20:33:59.829Z","repository":{"id":22908228,"uuid":"97645335","full_name":"misery/DockerAusweisApp","owner":"misery","description":"Build AusweisApp for Linux in a Docker","archived":false,"fork":false,"pushed_at":"2024-12-20T07:08:12.000Z","size":52,"stargazers_count":16,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-18T08:49:28.218Z","etag":null,"topics":["ausweisapp2","docker","eid","openssl","qt6"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aklitzing/ausweisapp2/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misery.png","metadata":{"files":{"readme":"README.rst","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":"2017-07-18T21:25:29.000Z","updated_at":"2025-04-09T10:12:04.000Z","dependencies_parsed_at":"2023-11-06T23:35:01.808Z","dependency_job_id":"2c492907-00bf-43ed-ad1e-6fee8fbc69c4","html_url":"https://github.com/misery/DockerAusweisApp","commit_stats":null,"previous_names":["misery/dockerausweisapp","misery/dockerausweisapp2"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/misery/DockerAusweisApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misery%2FDockerAusweisApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misery%2FDockerAusweisApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misery%2FDockerAusweisApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misery%2FDockerAusweisApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misery","download_url":"https://codeload.github.com/misery/DockerAusweisApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misery%2FDockerAusweisApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267418930,"owners_count":24084065,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["ausweisapp2","docker","eid","openssl","qt6"],"created_at":"2025-05-20T08:12:42.089Z","updated_at":"2025-07-27T20:33:59.810Z","avatar_url":"https://github.com/misery.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/badge/license-EUPL_v1.2-blue.svg\n   :target: https://raw.githubusercontent.com/misery/DockerAusweisApp2/master/LICENSE.txt\n\n.. image:: https://img.shields.io/docker/pulls/aklitzing/ausweisapp2.svg\n   :target: https://hub.docker.com/r/aklitzing/ausweisapp2/\n\n\nAusweisApp in Docker (Linux)\n============================\nThis docker image contains a minimal OS (AlpineLinux) as a base image.\n\nIt builds Qt6 and OpenSSL with the cmake library-script of AusweisApp\nand builds AusweisApp itself.\n\nAlso it contains ``pcscd`` with some additional card reader driver.\n\n\n\nStart\n-----\nYou could start AusweisApp with this command:\n\n::\n\n   docker run --name ausweisapp -p 127.0.0.1:24727:24727 -e DISPLAY=$DISPLAY -e LANG=$LANG -v /tmp/.X11-unix:/tmp/.X11-unix --privileged aklitzing/ausweisapp2\n\n\n- **--privileged** is required for *pcscd* to access card reader.\n  You could try to bind usb devices to container with ``-v /dev/bus/usb:/dev/bus/usb`` instead.\n  Be aware that the usb device must be connected *before* the container is started! This is a limitation by ``-v``.\n\n\nIf you are not familiar with Docker. You can add ``-d`` to ``docker run`` to detach from terminal and avoid logging\nof AusweisApp. After you created a container and stopped it you can start it with ``docker start ausweisapp`` if\nyou used the provided name.\n\n\n\nTroubleshooting\n---------------\n- I need a proxy\n   - Just add ``-e http_proxy=PROXY:PORT -e https_proxy=PROXY:PORT`` to ``docker run`` cmdline.\n\n\n- I need AusweisApp in English or German.\n   - Change ``-e LANG=$LANG`` to ``-e LANG=de`` or ``-e LANG=en``.\n\n\n- Window of AusweisApp is black/faulted.\n   - Looks like an OpenGL issue. Try to grab the border of the window and resize it.\n     Sometimes it will refresh the buffers and repaint the window correctly.\n\n\n- Container ends immediately\n   - Maybe you need to allow local access to your X-Server by ``xhost local:root``.\n\n        | No protocol specified\n        | QXcbConnection: Could not connect to display :0\n        | Aborted (core dumped)\n\n\n- Container ends with ``Could not load the Qt platform plugin \"xcb\" in \"\" even though it was found.``\n   - Add ``-e QT_DEBUG_PLUGINS=1`` to get more logging of Qt.\n\n\n- My card reader is not recognized\n   - The container has ``ccid``, ``pcsc-cyberjack`` and ``acsccid`` drivers installed.\n     Try to install another driver by your own and tell me how you did it.\n     So I can add it to AlpineLinux and to next docker images. See next bullet point.\n\n\n- I need to modify the container\n   - You can jump into a shell of running container with ``docker exec -ti ausweisapp /bin/sh``\n     and modify it by your needs. You can use ``sudo`` as well without a password to get root access.\n\n   - Also you could derive your own Dockerfile from this image by ``FROM aklitzing/ausweisapp2``.\n\n\n- Is this an official version?\n   - NO! You cannot ask Governikus for support!\n\n   - If you don't need a GUI you should try the official Container SDK: https://www.ausweisapp.bund.de/sdk/container.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisery%2Fdockerausweisapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisery%2Fdockerausweisapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisery%2Fdockerausweisapp/lists"}