{"id":18643590,"url":"https://github.com/webispy/docker-avs","last_synced_at":"2026-01-27T02:34:26.691Z","repository":{"id":151289560,"uuid":"461833861","full_name":"webispy/docker-avs","owner":"webispy","description":"Docker image for avs-device-sdk SampleApp","archived":false,"fork":false,"pushed_at":"2022-02-23T06:31:21.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T04:53:16.180Z","etag":null,"topics":["alexa","avs-device-sdk"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"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/webispy.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":"2022-02-21T11:37:56.000Z","updated_at":"2022-02-22T11:20:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"78905b62-6f57-4162-b357-b89351770dde","html_url":"https://github.com/webispy/docker-avs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webispy/docker-avs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webispy%2Fdocker-avs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webispy%2Fdocker-avs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webispy%2Fdocker-avs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webispy%2Fdocker-avs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webispy","download_url":"https://codeload.github.com/webispy/docker-avs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webispy%2Fdocker-avs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"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":["alexa","avs-device-sdk"],"created_at":"2024-11-07T06:07:28.059Z","updated_at":"2026-01-27T02:34:26.686Z","avatar_url":"https://github.com/webispy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-avs\n\nDocker image for the avs-device-sdk SampleApp runtime environment.\n\n## Requirements\n\n* Network enabled PulseAudio server.\n  * e.g. `/etc/pulse/default.pa` configuration file.\n    ```sh\n    ...\n    load-module module-native-protocol-tcp auth-ip-acl=172.17.0.0/24;127.0.0.1;192.168.0.0/16\n    ...\n    ```\n\n## Usage\n\n1. Create and start the docker container\n\n    ```sh\n    docker run -it webispy/avs\n    ```\n\n2. set the PulseAudio server address.\n\n    ```sh\n    export PULSE_SERVER=172.17.0.1\n    ```\n\n3. Change the clientId and productId in /opt/config.json to values corresponding to your AVS device registration.\n\n    ```json\n    {\n        \"deviceInfo\": {\n            \"clientId\": \"\u003cyour-client-id\u003e\",\n            \"productId\": \"\u003cyour-product-id\u003e\"\n        }\n    }\n    ```\n\n4. Generate AlexaClientSDKConfig.json using genConfig.sh tool\n\n    ```sh\n    cd /opt/tools\n    bash genConfig.sh /opt/config.json 12345 \\\n        /opt/avs/Integration/database /opt/src \\\n        /opt/avs/Integration/AlexaClientSDKConfig.json \\\n        -DSDK_CONFIG_MANUFACTURER_NAME=\"my_project\" \\\n        -DSDK_CONFIG_DEVICE_DESCRIPTION=\"ubuntu\"\n    ```\n\n5. Run the SampleApp\n\n    ```sh\n    cd /opt/avs\n    ./SampleApp ./Integration/AlexaClientSDKConfig.json DEBUG9\n\n    # or run without debug message\n\n    ./SampleApp ./Integration/AlexaClientSDKConfig.json\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebispy%2Fdocker-avs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebispy%2Fdocker-avs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebispy%2Fdocker-avs/lists"}