This commit is contained in:
Andrew Z 2022-10-07 22:03:38 -04:00
parent 6d3aef7687
commit fcf16d57f2
3 changed files with 63 additions and 7 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1665173016
"last_updated_timestamp": 1665194616
}

View File

@ -111769,7 +111769,7 @@
"WebUI": "http://[IP]:[PORT:8083]/",
"TemplateURL": "https://raw.githubusercontent.com/Josh5/unraid-docker-templates/master/josh5/steam-headless.xml",
"Icon": "https://raw.githubusercontent.com/Josh5/docker-steam-headless/master/images/steam-icon.png",
"ExtraParams": "--hostname='SteamHeadless' --add-host='SteamHeadless:127.0.0.1' --restart=unless-stopped --shm-size=2G --ipc=\"host\" -v '/tmp/.X11-unix':'/tmp/.X11-unix':'rw' -v '/dev/input':'/dev/input':'ro' --ulimit nofile=1024:524288",
"ExtraParams": "--hostname='SteamHeadless' --add-host='SteamHeadless:127.0.0.1' --restart=unless-stopped --shm-size=2G --ipc=\"host\" -v '/tmp/.X11-unix':'/tmp/.X11-unix':'rw' -v '/tmp/tmp/pulse':'/tmp/tmp/pulse':'rw' -v '/dev/input':'/dev/input':'ro' --ulimit nofile=1024:524288",
"DonateText": "Support me on Patreon",
"DonateLink": "https://www.patreon.com/josh5",
"Requires": "\r<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**Nvidia-Driver plugin** (nVidia Support)\r<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**Radeon-TOP plugin** (AMD Support)\r<br>&nbsp;&nbsp;&nbsp;&nbsp;",
@ -111940,7 +111940,35 @@
"Required": "false",
"Mask": "false"
},
"value": "true"
"value": "false"
},
{
"@attributes": {
"Name": "Enable Keyboard &amp; Mouse Passthrough",
"Target": "ENABLE_EVDEV_INPUTS",
"Default": "false",
"Mode": "",
"Description": "Options: ['true', 'false'].\r\nEnable Keyboard and Mouse Passthrough. This will configure the Xorg server to catch all evdev events for Keyboard, Mouse, etc.\r\n",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Enable Sunshine Server",
"Target": "ENABLE_SUNSHINE",
"Default": "false",
"Mode": "",
"Description": "Options: ['true', 'false']. Enable sunshine server.\r\nWhen enabled, you may also add the additional environment variables 'SUNSHINE_USER' and 'SUNSHINE_PASS' to automatically set the username and password on startup. These were left out of this template for the sake of simplicity.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"Repo": "Josh.5's Repository",

View File

@ -1,7 +1,7 @@
{
"apps": 1827,
"last_updated_timestamp": 1665173016,
"last_updated": "2022-10-07 16:03",
"last_updated_timestamp": 1665194616,
"last_updated": "2022-10-07 22:03",
"categories": [
{
"Cat": "Backup:",
@ -111931,7 +111931,7 @@
"WebUI": "http://[IP]:[PORT:8083]/",
"TemplateURL": "https://raw.githubusercontent.com/Josh5/unraid-docker-templates/master/josh5/steam-headless.xml",
"Icon": "https://raw.githubusercontent.com/Josh5/docker-steam-headless/master/images/steam-icon.png",
"ExtraParams": "--hostname='SteamHeadless' --add-host='SteamHeadless:127.0.0.1' --restart=unless-stopped --shm-size=2G --ipc=\"host\" -v '/tmp/.X11-unix':'/tmp/.X11-unix':'rw' -v '/dev/input':'/dev/input':'ro' --ulimit nofile=1024:524288",
"ExtraParams": "--hostname='SteamHeadless' --add-host='SteamHeadless:127.0.0.1' --restart=unless-stopped --shm-size=2G --ipc=\"host\" -v '/tmp/.X11-unix':'/tmp/.X11-unix':'rw' -v '/tmp/tmp/pulse':'/tmp/tmp/pulse':'rw' -v '/dev/input':'/dev/input':'ro' --ulimit nofile=1024:524288",
"DonateText": "Support me on Patreon",
"DonateLink": "https://www.patreon.com/josh5",
"Requires": "\r<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**Nvidia-Driver plugin** (nVidia Support)\r<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**Radeon-TOP plugin** (AMD Support)\r<br>&nbsp;&nbsp;&nbsp;&nbsp;",
@ -112102,7 +112102,35 @@
"Required": "false",
"Mask": "false"
},
"value": "true"
"value": "false"
},
{
"@attributes": {
"Name": "Enable Keyboard &amp; Mouse Passthrough",
"Target": "ENABLE_EVDEV_INPUTS",
"Default": "false",
"Mode": "",
"Description": "Options: ['true', 'false'].\r\nEnable Keyboard and Mouse Passthrough. This will configure the Xorg server to catch all evdev events for Keyboard, Mouse, etc.\r\n",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Enable Sunshine Server",
"Target": "ENABLE_SUNSHINE",
"Default": "false",
"Mode": "",
"Description": "Options: ['true', 'false']. Enable sunshine server.\r\nWhen enabled, you may also add the additional environment variables 'SUNSHINE_USER' and 'SUNSHINE_PASS' to automatically set the username and password on startup. These were left out of this template for the sake of simplicity.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"Repo": "Josh.5's Repository",