Skip to content

Commit

Permalink
added emulatorjs for arm64 and amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
novaspirit committed Sep 28, 2023
1 parent 84b678a commit 9baa040
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions template/apps/emulatorjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"categories": [
"Games"
],
"description": "In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_amd64": "lscr.io/linuxserver/emulatorjs:latest",
"image_arm64": "lscr.io/linuxserver/emulatorjs:latest",
"logo": "https://raw.githubusercontent.com/EmulatorJS/EmulatorJS/main/docs/Logo-light.png",
"name": "EmulatorJS",
"officialDoc": "https://github.com/EmulatorJS/EmulatorJS",
"platform": "linux",
"ports": [
"3003:3000/tcp",
"3008:80/tcp",
"4001:4001/tcp"
],
"restart_policy": "unless-stopped",
"title": "EmulatorJS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/emulatorjs",
"container": "/config"
},
{
"bind": "/portainer/Downloads/Roms",
"container": "/data"
}
],
"webpage": "https://hub.docker.com/r/linuxserver/emulatorjs"
}

0 comments on commit 9baa040

Please sign in to comment.