{"id":17084427,"url":"https://github.com/niklasf/display-kiosk","last_synced_at":"2026-05-19T05:43:48.003Z","repository":{"id":10099706,"uuid":"12162055","full_name":"niklasf/display-kiosk","owner":"niklasf","description":"Display a website in a stripped down kiosk","archived":false,"fork":false,"pushed_at":"2015-05-16T13:37:41.000Z","size":1224,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T04:33:36.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"PiranhaCMS/Piranha","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niklasf.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}},"created_at":"2013-08-16T15:46:13.000Z","updated_at":"2023-05-20T22:44:27.000Z","dependencies_parsed_at":"2022-09-14T16:40:26.904Z","dependency_job_id":null,"html_url":"https://github.com/niklasf/display-kiosk","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/niklasf/display-kiosk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasf%2Fdisplay-kiosk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasf%2Fdisplay-kiosk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasf%2Fdisplay-kiosk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasf%2Fdisplay-kiosk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niklasf","download_url":"https://codeload.github.com/niklasf/display-kiosk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasf%2Fdisplay-kiosk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001543,"owners_count":26083102,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-10-14T13:07:08.332Z","updated_at":"2025-10-09T13:10:51.743Z","avatar_url":"https://github.com/niklasf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"display-kiosk\n=============\n\nDisplay a website in a stripped down kiosk. Display kiosk can:\n\n - **Hide the cursor**.\n - **Hide the toolbar**, **hide the statusbar**.\n - **Scroll automatically** at configurable speed.\n - **Reload automatically** at a configurable interval. If possible this is\n   done **at a good moment**, i.e. when the application is idle or autoscrolling\n   has reached the end.\n - Respect system **proxy** settings.\n - Select a specific **CSS media type**.\n\n![Web kiosks](/photo-kiosks.jpg \"Web kiosks\")\n\n![Public displays](/photo-displays.jpg \"Public displays\")\n\nSynopsis\n--------\n\n    display-kiosk \u003curl\u003e\n        [--hide-cursor]\n        [--hide-status] [--hide-toolbar]\n        [--prevent-close]\n        [--auto-scroll\n            [--auto-scroll-delta \u003cpixels\u003e]\n            [--auto-scroll-interval \u003cmilliseconds\u003e] ]\n        [--auto-reload \u003cseconds\u003e]\n        [--window]\n        [--reset-text \u003creset-text\u003e]\n        [--media \u003ccss-media-type\u003e]\n\nHave a look at the manpage or `display-kiosk --help` for details.\n\nInstallation\n------------\n\nAdd the\n[public key for the package archive](https://iserv-trg-oha.de/apt/apt.gpg.key).\n\n    $ wget https://iserv-trg-oha.de/apt/apt.gpg.key\n    $ sudo apt-key add apt.gpg.key\n\nAppend the following APT lines to `/etc/apt/sources.list` or a file in\n`/etc/apt/sources.list.d/`.\n\n    deb http://iserv-trg-oha.de/apt/ jessie main\n    deb-src http://iserv-trg-oha.de/apt/ jessie main\n\nInstall the package.\n\n    $ sudo apt-get update\n    $ sudo apt-get install display-kiosk\n\nBuilding from source\n--------------------\n\n    $ sudo apt-get install qtbase5-dev libqt5opengl5-dev libqt5webkit5-dev\n    $ qmake display-kiosk.pro\n    $ make\n\nConfiguring\n-----------\n\nSee `/usr/share/doc/display-kiosk/examples/xsession` for an example\n`~/.xsession` or `~/.xinitrc` file. A suggested minimal window manager is\n[nodm](http://www.enricozini.org/sw/nodm/). It just automatically starts the\nsession for the user configured in `/etc/defaults/nodm`.\n\nA poor mans solution can be `su - username -c startx` in `/etc/rc.local`\n(usually before `exit 0`) and `update-rc.d rc.local defaults`.\n\nLicense\n-------\n\ndisplay-kiosk is licensed under the GPL-3. Feel free to use, drop an issue or\nsubmit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasf%2Fdisplay-kiosk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasf%2Fdisplay-kiosk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasf%2Fdisplay-kiosk/lists"}