{"id":21606056,"url":"https://github.com/codekitchen/alarmdecoder-webapp-dockerfile","last_synced_at":"2025-10-26T17:55:36.553Z","repository":{"id":136299437,"uuid":"55084107","full_name":"codekitchen/alarmdecoder-webapp-dockerfile","owner":"codekitchen","description":"docker build for alarmdecoder-webapp","archived":false,"fork":false,"pushed_at":"2017-11-11T04:55:07.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:04:53.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/codekitchen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-30T17:43:54.000Z","updated_at":"2022-06-20T02:20:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9abfebc6-ddfe-4989-88df-4639609b1095","html_url":"https://github.com/codekitchen/alarmdecoder-webapp-dockerfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Falarmdecoder-webapp-dockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Falarmdecoder-webapp-dockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Falarmdecoder-webapp-dockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Falarmdecoder-webapp-dockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekitchen","download_url":"https://codeload.github.com/codekitchen/alarmdecoder-webapp-dockerfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339287,"owners_count":21087215,"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":[],"created_at":"2024-11-24T20:18:52.361Z","updated_at":"2025-10-26T17:55:36.474Z","avatar_url":"https://github.com/codekitchen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AlarmDecoder Webapp Dockerfile\n\nThis is a Dockerfile for the [AlarmDecoder Webapp](https://github.com/nutechsoftware/alarmdecoder-webapp) project. It is built by following the build instructions in that project's README, with a few tweaks to adapt to the Docker environment.\n\n## Run Container\n\nThe container is available pre-built on [Docker Hub](https://hub.docker.com/r/codekitchen/alarmdecoder-webapp/).\n\n```bash\ndocker run --rm -p 5000:5000 --device=\u003cdevice_id\u003e codekitchen/alarmdecoder-webapp\n```\n\nThe container will need access to the AlarmDecoder hardware, replace\n`\u003cdevice_id\u003e` with the correct USB device, e.g. `--device=/dev/ttyUSB0`.\n\nYou can then access AlarmDecoder at `http://\u003chost_ip\u003e:5000`.\n\n## Complete Setup\n\nThis container exposes the gunicorn workers directly, it's recommended that set\nup an nginx reverse proxy in front of the app.\n\nYou'll also likely want to created a named or mounted volume to persist the\nconfiguration and logging, which lives at `/opt/alarmdecoder-webapp/instance`.\n\nA complete docker-compose configuration might look something like:\n\n```yaml\nproxy:\n  image: jwilder/nginx-proxy\n  ports:\n    - 80:80\n    - 443:443\n  volumes:\n    - /var/run/docker.sock:/tmp/docker.sock:ro\n    - my-certs:/etc/nginx/certs\n\nalarmdecoder:\n  image: codekitchen/alarmdecoder-webapp\n  environment:\n    VIRTUAL_HOST: alarm.example.com\n  devices:\n    - /dev/ttyUSB0\n  volumes:\n    - alarmdecoder:/opt/alarmdecoder-webapp/instance\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Falarmdecoder-webapp-dockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekitchen%2Falarmdecoder-webapp-dockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Falarmdecoder-webapp-dockerfile/lists"}