{"id":20217651,"url":"https://github.com/pforret/siteshow","last_synced_at":"2026-05-03T07:37:31.814Z","repository":{"id":144773481,"uuid":"367955372","full_name":"pforret/siteshow","owner":"pforret","description":"Display URL carousel in Raspberry Pi browser ","archived":false,"fork":false,"pushed_at":"2021-05-18T20:00:11.000Z","size":1596,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T22:21:44.400Z","etag":null,"topics":["bashew","dashboard","kiosk","raspberry-pi","rpi","slideshow"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-05-16T18:19:02.000Z","updated_at":"2021-07-07T22:10:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab1698f3-0174-4359-bce3-76e47cd577f5","html_url":"https://github.com/pforret/siteshow","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"pforret/bashew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fsiteshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fsiteshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fsiteshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fsiteshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/siteshow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241654795,"owners_count":19997933,"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","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":["bashew","dashboard","kiosk","raspberry-pi","rpi","slideshow"],"created_at":"2024-11-14T06:34:57.892Z","updated_at":"2026-05-03T07:37:26.787Z","avatar_url":"https://github.com/pforret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bash_unit CI](https://github.com/pforret/siteshow_pi/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/siteshow_pi/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/siteshow_pi)\n![GH stars](https://img.shields.io/github/stars/pforret/siteshow_pi)\n![GH tag](https://img.shields.io/github/v/tag/pforret/siteshow_pi)\n![GH License](https://img.shields.io/github/license/pforret/siteshow_pi)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://basher.gitparade.com/package/)\n\n# siteshow\n\n![siteshow](assets/siteshow_pi.jpg)\n\nShow web pages in carousel on Raspberry Pi - to be used as e.g. a dashboard display\n\n## 🔥 Usage\n\n```\nProgram: siteshow 0.2.0 by peter@forret.com\nUpdated: May 18 00:00:45 2021\nDescription: This is my script siteshow_pi\nUsage: siteshow [-h] [-q] [-v] [-f] [-l \u003clog_dir\u003e] [-t \u003ctmp_dir\u003e] [-B \u003cbrowser\u003e] [-C \u003ccategory\u003e] [-D \u003cdisplay\u003e] [-I \u003cinstall\u003e] [-W \u003cwait\u003e] \u003caction\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -q|--quiet       : [flag] no output [default: off]\n    -v|--verbose     : [flag] output more [default: off]\n    -f|--force       : [flag] do not ask for confirmation (always yes) [default: off]\n    -l|--log_dir \u003c?\u003e : [option] folder for log files   [default: /Users/pforret/log/siteshow]\n    -t|--tmp_dir \u003c?\u003e : [option] folder for temp files  [default: /tmp/siteshow]\n    -B|--browser \u003c?\u003e : [option] browser to use: chromium/firefox  [default: chromium]\n    -C|--category \u003c?\u003e: [option] screen category\n    -D|--display \u003c?\u003e : [option] display ID\n    -I|--install \u003c?\u003e : [option] folder for installing scripts  [default: /home/pi]\n    -W|--wait \u003c?\u003e    : [option] wait between pages  [default: 30]\n    \u003caction\u003e         : [parameter] action to perform: install/display\n\n### TIPS \u0026 EXAMPLES\n* use 'siteshow_pi install' to install the RPi as a display server\n  siteshow_pi install\n* use 'siteshow_pi display' to .start display\n  siteshow_pi display\n* use 'siteshow_pi check' to check if this script is ready to execute and what values the options/flags are\n  siteshow_pi check\n* use 'siteshow_pi env' to generate an example .env file\n  siteshow_pi env \u003e .env\n* use 'siteshow_pi update' to update to the latest version\n  siteshow_pi check\n```\n\n## 🚀 Installation\n\n```bash\n$ git clone https://github.com/pforret/siteshow_pi.git\n$ cd siteshow_pi\n$ ./siteshow_pi install\n# follow the instructions\n# and now reboot\n```\n## 📝 Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2021 Peter Forret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fsiteshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fsiteshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fsiteshow/lists"}