{"id":21726737,"url":"https://github.com/escalate/cookiecutter-ansible-raspberry-app-docker-role-template","last_synced_at":"2026-04-16T12:02:48.084Z","repository":{"id":79361389,"uuid":"390972627","full_name":"escalate/cookiecutter-ansible-raspberry-app-docker-role-template","owner":"escalate","description":"An Cookiecutter Ansible role template for Docker applications on Raspberry Pi OS","archived":false,"fork":false,"pushed_at":"2026-02-27T06:46:17.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-27T12:53:40.717Z","etag":null,"topics":["ansible","ansible-role","cookiecutter","cookiecutter-template","docker","raspberry","raspberry-pi","raspberrypi","self-hosted","selfhosted"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/escalate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://paypal.me/felixboerner"}},"created_at":"2021-07-30T07:27:30.000Z","updated_at":"2026-02-27T06:46:21.000Z","dependencies_parsed_at":"2025-03-16T11:23:29.764Z","dependency_job_id":"84dec7c4-27aa-4585-a8f0-7e426101694e","html_url":"https://github.com/escalate/cookiecutter-ansible-raspberry-app-docker-role-template","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/escalate/cookiecutter-ansible-raspberry-app-docker-role-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalate","download_url":"https://codeload.github.com/escalate/cookiecutter-ansible-raspberry-app-docker-role-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ansible","ansible-role","cookiecutter","cookiecutter-template","docker","raspberry","raspberry-pi","raspberrypi","self-hosted","selfhosted"],"created_at":"2024-11-26T03:39:35.443Z","updated_at":"2026-04-16T12:02:48.030Z","avatar_url":"https://github.com/escalate.png","language":"Jinja","funding_links":["https://paypal.me/felixboerner"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/escalate/cookiecutter-ansible-raspberry-app-docker-role-template/actions/workflows/test.yml/badge.svg?branch=master\u0026event=push)](https://github.com/escalate/cookiecutter-ansible-raspberry-app-docker-role-template/actions/workflows/test.yml)\n\n# Cookiecutter - Ansible role template for Docker applications on Raspberry Pi OS\n\nAn Cookiecutter Ansible role template for Docker applications on Raspberry Pi OS.\n\n## How to use?\n\n```\ncookiecutter https://github.com/escalate/cookiecutter-ansible-raspberry-app-docker-role-template.git\n```\n\n## What options are available for generation?\n\n| Option                  | Default                          | Description                                                                    |\n| ----------------------- | -------------------------------- | ------------------------------------------------------------------------------ |\n| author_full_name        | Felix Börner                     | Name of Ansible role author                                                    |\n| author_galaxy_namespace | escalate                         | Galaxy namespace of Ansible role author                                        |\n| author_github_user_name | escalate                         | Github username of Ansible role author                                         |\n| author_funding_url      | https://paypal.me/felixboerner   | Funding URL of Ansible role author                                             |\n| app_name                | Grafana                          | Application name (including whitespaces)                                       |\n| app_name_slug           | grafana                          | Lowercase and whitespace-less version of application name                      |\n| app_name_ansible_var    | grafana                          | Lowercase and underscore version of application name                           |\n| app_name_ansible_tag    | grafana                          | Lowercase, letter and digits version of application name                       |\n| app_user_uid            | 10000                            | UID of application user (must be above 10000)                                  |\n| app_docker_image        | grafana/grafana                  | Docker Hub image name                                                          |\n| app_port                | 3000                             | Published application port                                                     |\n| app_website             | https://grafana.com/oss/grafana/ | Public website of application                                                  |\n| app_config_yaml         | true                             | Switch to generate YAML configuration file for application [true, false] (str) |\n| app_backup_job          | true                             | Switch to generate backup job for application [true, false] (str)              |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Fcookiecutter-ansible-raspberry-app-docker-role-template/lists"}