{"id":16129481,"url":"https://github.com/klutchell/balena-shinobi","last_synced_at":"2026-02-07T18:04:17.879Z","repository":{"id":47756720,"uuid":"244248131","full_name":"klutchell/balena-shinobi","owner":"klutchell","description":"shinobi stack for balenaCloud","archived":false,"fork":false,"pushed_at":"2021-08-14T11:46:36.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-02T14:38:05.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klutchell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-02T00:42:25.000Z","updated_at":"2021-08-14T11:46:39.000Z","dependencies_parsed_at":"2022-09-12T23:23:04.483Z","dependency_job_id":null,"html_url":"https://github.com/klutchell/balena-shinobi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klutchell/balena-shinobi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-shinobi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-shinobi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-shinobi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-shinobi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klutchell","download_url":"https://codeload.github.com/klutchell/balena-shinobi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fbalena-shinobi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29203041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-09T22:10:58.813Z","updated_at":"2026-02-07T18:04:17.864Z","avatar_url":"https://github.com/klutchell.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# balena-shinobi \u003cimg src=\"https://raw.githubusercontent.com/klutchell/balena-shinobi/main/logo.png\" alt=\"Shinobi CCTV\" height=\"24\"/\u003e\n\nShinobi CCTV stack for NVIDIA Jetson Nano with balenaCloud\n\n## Requirements\n\n- NVIDIA Jetson Nano development board\n- Optional external USB drive for video storage\n\n## Getting Started\n\nYou can one-click-deploy this project to balena using the button below:\n\n[![deploy button](https://balena.io/deploy.png)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/klutchell/balena-shinobi\u0026defaultDeviceType=jetson-nano)\n\n## Manual Deployment\n\nAlternatively, deployment can be carried out by manually creating a [balenaCloud account](https://dashboard.balena-cloud.com) and application, flashing a device, downloading the project and pushing it via either Git or the [balena CLI](https://github.com/balena-io/balena-cli).\n\n### Application Environment Variables\n\nApplication envionment variables apply to all services within the application, and can be applied fleet-wide to apply to multiple devices.\n\n|Name|Example|Purpose|\n|---|---|---|\n|`MYSQL_ROOT_PASSWORD`|`********`|(required) password that will be set for the MariaDB root account|\n|`ADMIN_EMAIL`|`admin@shinobi.video`|(optional) email that will be set for the Shinobi superuser account|\n|`ADMIN_PASSWORD`|`admin`|(optional) password that will be hashed and set for the Shinobi superuser account|\n|`TZ`|`America/Toronto`|(optional) inform services of the [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) in your location|\n\n## Usage\n\n\u003chttps://shinobi.video/docs/\u003e\n\nLog in as superuser to create your first user account. The default credentials are in your device logs.\n\n\u003chttp://mydevice.local/super\u003e\n\nThen log in to the dashboard and start adding monitors (cameras).\n\n\u003chttp://mydevice.local\u003e\n\n## Development\n\n```bash\n# cross build for aarch64 on an amd64 or i386 workstation with Docker\nexport DOCKER_CLI_EXPERIMENTAL=enabled\ndocker run --rm --privileged multiarch/qemu-user-static --reset -p yes\ndocker buildx create --use --driver docker-container\ndocker buildx build . --platform linux/arm64 --load --progress plain -t shinobi\n\n# review which ffmpeg features were included\ndocker run --rm -it --entrypoint ldd shinobi /usr/bin/ffmpeg\ndocker run --rm -it --entrypoint ffmpeg shinobi -hwaccels\ndocker run --rm -it --entrypoint ffmpeg shinobi -encoders | grep 264\ndocker run --rm -it --entrypoint ffmpeg shinobi -decoders | grep 264\n\n# dump the flags being passed to ffmpeg (while connected to running container)\nps -eo args | grep ffmpeg | head -n -1\n```\n\n## Contributing\n\nPlease open an issue or submit a pull request with any features, fixes, or changes.\n\n## Acknowledgments\n\n- \u003chttps://shinobi.video\u003e\n- \u003chttps://mariadb.com/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Fbalena-shinobi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklutchell%2Fbalena-shinobi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Fbalena-shinobi/lists"}