-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added emulatorjs for arm64 and amd64
- Loading branch information
1 parent
84b678a
commit 9baa040
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |