Skip to content

empathicqubit/empathicqubit-dc-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

empathicqubit-dc-features

This repository contains a single devcontainer feature - audio-lite, which forwards audio from the container using Mumble.

audio-lite

Running audio-lite inside the built container will install a Mumble server, which will start up after the UI to forward audio out of the container.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "overrideFeatureInstallOrder": [
        "ghcr.io/devcontainers/features/desktop-lite",
        "ghcr.io/empathicqubit/empathicqubit-dc-features/audio-lite"
    ],
    "features": {
        "ghcr.io/devcontainers/features/desktop-lite:1": {
            "version": "latest"
        },
        "ghcr.io/empathicqubit/empathicqubit-dc-features/audio-lite:1": {}
    }
}

About

devcontainer features written by empathicqubit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages