{"id":19952615,"url":"https://github.com/qxip/homer-docker","last_synced_at":"2025-05-03T19:30:49.856Z","repository":{"id":73314106,"uuid":"46664832","full_name":"QXIP/homer-docker","owner":"QXIP","description":":package: Homer 5 Docker","archived":false,"fork":false,"pushed_at":"2016-04-10T19:23:44.000Z","size":75,"stargazers_count":6,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T13:39:26.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sipcapture.org","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/QXIP.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}},"created_at":"2015-11-22T14:48:14.000Z","updated_at":"2022-09-27T06:12:06.000Z","dependencies_parsed_at":"2023-05-11T09:31:18.390Z","dependency_job_id":null,"html_url":"https://github.com/QXIP/homer-docker","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/QXIP%2Fhomer-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2Fhomer-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2Fhomer-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2Fhomer-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QXIP","download_url":"https://codeload.github.com/QXIP/homer-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252241940,"owners_count":21717073,"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-13T01:13:53.039Z","updated_at":"2025-05-03T19:30:49.609Z","avatar_url":"https://github.com/QXIP.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![homer](http://i.imgur.com/ViXcGAD.png)\n\n# HOMER 5 Docker\nhttp://sipcapture.org\n\nA simple recipe to bring up a quick, self-contained Homer5 instance:\n\n* debian/jessie (base image)\n* Kamailio4.x:9060 (sipcapture module)\n* Apache2/PHP5:80 (homer ui/api)\n* MySQL5.6/InnoDB:3306 (homer db/data)\n\nStatus: \n\n* [![Build Status](https://travis-ci.org/QXIP/homer-docker.svg?branch=master)](https://travis-ci.org/QXIP/homer-docker)\n\n* Initial working prototype - Testing Needed!\n \n### Pull latest\n```\ndocker pull qxip/homer-docker\n```\n\n### Run latest\n```\ndocker run -tid --name homer5 -p 80:80 -p 9060:9060/udp qxip/homer-docker\n```\n\n### Running with a local MySQL\n\nBy default, the container runs with a local instance of MySQL running. It may be of interest to run MySQL with a host directory mounted as a volume for MySQL data. This will help with keeping persistent data if you need to stop \u0026 remove the running container. (Which would otherwise delete the MySQL, without a mounted volume)\n\nYou can run this container with a volume like so:\n\n```\ndocker run -it -v /tmp/homermysql/:/var/lib/mysql --name homer5 -p 80:80 -p 9060:9060/udp dougbtv/homer5\n```\n\n### Running with an external MySQL\n\nIf you'd like to run with an external MySQL, pass in the host information for the remote MySQL as entrypoint parameters at the end of your `docker run` command.\n\n```\ndocker run -tid --name homer5 -p 80:80 -p 9060:9060/udp qxip/homer-docker --dbhost 10.0.0.1 --dbuser homer_user -dbpass homer_password\n```\n\n### Entrypoint Parameters\n\n```\nHomer5 Docker parameters:\n\n    --dbpass -p             MySQL password (homer_password)\n    --dbuser -u             MySQL user (homer_user)\n    --dbhost -h             MySQL host (127.0.0.1 [docker0 bridge])\n    --mypass -P             MySQL root local password (secret)\n    --hep    -H             Kamailio HEP Socket port (9060)\n```\n\n### Local Build \u0026 Test\n```\ngit clone https://github.com/qxip/homer-docker; cd homer-docker\ndocker build --tag=\"qxip/homer-docker:local\" ./\ndocker run -t -i qxip/homer-docker:local --name homer5\ndocker exec -it homer5 bash\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqxip%2Fhomer-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqxip%2Fhomer-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqxip%2Fhomer-docker/lists"}