This commit is contained in:
Andrew Z 2021-11-10 20:03:25 -05:00
parent 9c8a274753
commit f60ddfcd90

View File

@ -18387,6 +18387,140 @@
"LastUpdateScan": 1634922067,
"FirstSeen": 1570745119
},
{
"Name": "emulatorjs",
"Repository": "lscr.io/linuxserver/emulatorjs",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/emulatorjs",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"DonateImg": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-emulatorjs/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-emulatorjs#application-setup",
"Project": "https://github.com/linuxserver/emulatorjs",
"Overview": "Emulatorjs(https://github.com/linuxserver/emulatorjs) - A fork of NeptunJS used to run multiple web based emulators for retro games. This projects adds a management layer for adding roms and artwork to make it self hosted.",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/emulatorjs.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png",
"Date": 1634961600,
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "Rom/artwork management interface, used to generate/manage config files and download artwork",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: 80",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "Emulation frontend containing static web files used to browse and launch games",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: 4001",
"Target": "4001",
"Default": "4001",
"Mode": "tcp",
"Description": "IPFS peering port, if you want to participate in the P2P network to distribute frontend artwork please forward this to the Internet",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "Path to store roms/artwork",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SUBFOLDER",
"Target": "SUBFOLDER",
"Default": "/",
"Description": "Specify a subfolder for reverse proxies IE '/FOLDER/'",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/emulatorjs.xml",
"LastUpdateScan": 1636585401,
"FirstSeen": 1636585401
},
{
"Name": "endlessh",
"Repository": "lscr.io/linuxserver/endlessh",