Files
docker-steam-headless/overlay/templates/sunshine/apps.json

15 lines
313 B
JSON

{
"env": {
"PATH": "$(PATH):$(HOME)\/.local\/bin"
},
"apps": [
{
"name": "Steam BigPicture",
"output": "steam.txt",
"cmd": "",
"detached": [
"\/usr\/games\/steam steam:\/\/open\/bigpicture"
]
}
]
}