{"id":19031505,"url":"https://github.com/eisengrind/docker-altv-voice-server","last_synced_at":"2025-10-08T14:52:25.381Z","repository":{"id":52238842,"uuid":"266385046","full_name":"eisengrind/docker-altv-voice-server","owner":"eisengrind","description":"A Docker image providing the alt:V voice server.","archived":false,"fork":false,"pushed_at":"2024-01-19T09:56:13.000Z","size":221,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T16:51:22.900Z","etag":null,"topics":["altv","altv-server","altv-voice-server","docker","eisengrind","gta5","gta5-multiplayer","gtav","gtav-multiplayer","server","voice","voice-server"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/eisengrind/altv-voice-server","language":"Go","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/eisengrind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-23T17:21:54.000Z","updated_at":"2024-06-25T06:52:00.000Z","dependencies_parsed_at":"2024-06-21T12:52:44.614Z","dependency_job_id":"967927c7-0833-473a-a2a3-b9170cb452a4","html_url":"https://github.com/eisengrind/docker-altv-voice-server","commit_stats":null,"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/eisengrind/docker-altv-voice-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eisengrind%2Fdocker-altv-voice-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eisengrind%2Fdocker-altv-voice-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eisengrind%2Fdocker-altv-voice-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eisengrind%2Fdocker-altv-voice-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eisengrind","download_url":"https://codeload.github.com/eisengrind/docker-altv-voice-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eisengrind%2Fdocker-altv-voice-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278963818,"owners_count":26076542,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["altv","altv-server","altv-voice-server","docker","eisengrind","gta5","gta5-multiplayer","gtav","gtav-multiplayer","server","voice","voice-server"],"created_at":"2024-11-08T21:23:56.714Z","updated_at":"2025-10-08T14:52:25.321Z","avatar_url":"https://github.com/eisengrind.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\".github/assets/logo-256px.png\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/eisengrind/docker-altv-voice-server/actions\"\u003e\u003cimg src=\"https://github.com/eisengrind/docker-altv-voice-server/workflows/DefaultCI/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eUnofficial alt:V voice server Docker image\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ci\u003eSearching for the alt:V server image? \u003ca href=\"https://github.com/eisengrind/docker-altv-server\"\u003eClick here\u003c/a\u003e\u003c/i\u003e\u003c/p\u003e\n\nA Docker image providing the alt:V voice server.\n\n## Usage\n\n```sh\ndocker run --rm -it eisengrind/altv-voice-server:release\n```\n\nTo the a full list of the latest tags and release of this Docker image, see the image on [Docker Hub](https://hub.docker.com/r/eisengrind/altv-voice-server).\n\n### Environment variables\n\nHere is a list of all available environment variables this image uses. The image maps environment variables to the voice server config file.\n\nVariable | Default value | Description\n--- | --- | ---\n`ALTV_VOICE_SERVER_HOST` | `0.0.0.0` | The voice server host address on which the voice is reachable for the alt:V server.\n`ALTV_VOICE_SERVER_PORT` | `7798` | The voice server port on which the voice server is reachable for the alt:V server.\n`ALTV_VOICE_SERVER_PLAYER_HOST` | `0.0.0.0` | A (static) ip on which the voice server is reachable for clients connected to the alt:V server.\n`ALTV_VOICE_SERVER_PLAYER_PORT` | `7799` | The voice server port on which the voice server is reachable for clients connected to the alt:V server.\n`ALTV_VOICE_SERVER_SECRET` | `1234` | A secret that the alt:V server uses to authenticate against the voice server.\n\nTo use the environment variable when starting this Docker image:\n\n```sh\ndocker run --rm -it -e ALTV_VOICE_SERVER_SECRET=123456789 eisengrind/altv-voice-server:release\n```\n\nsets the voice server secret to `123456789`. See the [Docker documentation on environment variables](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file).\n\n### Note on Docker caching\n\nWe provide two different kinds of tags for the alt:V Docker images: specific and non-specific image tags.\n\nIn general, this means that specific tags represent a unique alt:V build version whereas a non-specific tag such as `release...` or `dev...` represents the latest build number of the regarding branch.\n\nThus, once an image with a non-specific tag is pulled, this image will not automatically get updated by Docker unless you remove and pull the image again from Docker Hub.\n\nThis is why we provide specific tags. Those kind of tags do explicitly not lead to a caching problem, because specific tags are not meant to be, once they are published, changed.\n\n**tl;dr Keep in mind that you should always specify a specific tag in a Dockerfile.**\n\n### Note on Docker image security\n\nSince this images inherits from the `debian:buster-slim` image, we schedule nightly builds every 24 hours to reduce security invulnerabilities.\n\nWe highly recommend to update the altv-server image as frequent as possible.\n\nKeep in mind that, because of the frequent updates, we overwrite the image tags `release`, `dev`, `rc` aswell as their build versions.\n\nTo use a specific image, we recommend using their Sha-256 digest hash as an image selector.\n\n## License\n\nSee the [LICENSE](https://github.com/eisengrind/docker-altv-voice-server/blob/master/LICENSE)-file for further information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feisengrind%2Fdocker-altv-voice-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feisengrind%2Fdocker-altv-voice-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feisengrind%2Fdocker-altv-voice-server/lists"}