chore(emulatorjs): add more info in description and update config
This commit is contained in:
parent
a9dbb8e0dc
commit
3b21bf4933
|
@ -1,4 +1,4 @@
|
|||
version: "3"
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
emulatorjs:
|
||||
|
@ -8,11 +8,9 @@ services:
|
|||
- ${APP_PORT}:80
|
||||
- 8165:3000
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/emulatorjs-config:/config #Path to store user profiles
|
||||
- ${APP_DATA_DIR}/data/emulatorjs:/data #Path to store roms/artwork
|
||||
- ${APP_DATA_DIR}/data/emulatorjs-config:/config
|
||||
- ${APP_DATA_DIR}/data/emulatorjs:/data
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
@ -1,54 +1,31 @@
|
|||
Self-hosted **Javascript** emulation for various system.
|
||||
|
||||
[![Button Website](https://camo.githubusercontent.com/e45f7d0268e64ba9b3483737cf98b859bd97d865d213f46cc4588362fef7d31d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576562736974652d3733366539623f7374796c653d666f722d7468652d6261646765)](https://emulatorjs.org/) [![Button Usage](https://camo.githubusercontent.com/4b6eb3771482e3e3310a902ca3e34b76fdf178434ae38727423f3378efa6606b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f55736167652d3234373862353f7374796c653d666f722d7468652d6261646765)](https://emulatorjs.org/docs/)
|
||||
[![Button Configurator](https://camo.githubusercontent.com/ee38cc466ac8e4fb5e775eab3825014c20284c54c9803d904067916a6c64527a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e666967757261746f722d3939326362333f7374796c653d666f722d7468652d6261646765)](https://emulatorjs.org/editor.html)
|
||||
[![Button Demo](https://camo.githubusercontent.com/3c0a46100bc5260f486aa54aa912661f07d0dff009c1ad8cb110b1c993897647/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f44656d6f2d3532383131363f7374796c653d666f722d7468652d6261646765)](https://demo.emulatorjs.org/) [![Button Legacy](https://camo.githubusercontent.com/8c52b1e8324d824e0bb07ecaf54e5134047610593851f73facd6223345c77ffd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c65676163792d6162393130623f7374796c653d666f722d7468652d6261646765)](https://coldcast.org/games/1/Super-Mario-Bros)
|
||||
|
||||
[![Button Contributors](https://camo.githubusercontent.com/c6dc82f464c167e2b99b4b8221aa2b0f741e1719143b0e1cf79c3fa526ca4740/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e7472696275746f72732d3534623764643f7374796c653d666f722d7468652d6261646765)](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Contributors.md)
|
||||
The admin panel is accessible on port 8165.
|
||||
|
||||
### [](https://github.com/EmulatorJS/EmulatorJS#extensions)Extensions
|
||||
|
||||
**[GameLibrary](https://github.com/Ramaerel/emulatorjs-GameLibrary)**
|
||||
|
||||
_A library overview for your **ROM** folder._
|
||||
|
||||
**\>> When reporting bugs, please specify that you are using the old version**
|
||||
|
||||
|
||||
|
||||
|
||||
**[GameLibrary](https://github.com/Ramaerel/emulatorjs-GameLibrary)**
|
||||
|
||||
# [](https://github.com/EmulatorJS/EmulatorJS#supported-systems)Supported Systems
|
||||
|
||||
|
||||
|
||||
### [](https://github.com/EmulatorJS/EmulatorJS#nintendo)Nintendo
|
||||
|
||||
**[Game Boy Advance](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20Game%20Boy%20Advance.md)** | **[Famicom / NES](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/NES-Famicom.md)** | **[Virtual Boy](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Virtual%20Boy.md)**
|
||||
|
||||
**[Game Boy](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20Game%20Boy.md)** | **[SNES](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/SNES.md)** | **[DS](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%20DS.md)** | **[64](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Nintendo%2064.md)**
|
||||
|
||||
|
||||
|
||||
|
||||
### [](https://github.com/EmulatorJS/EmulatorJS#sega)Sega
|
||||
|
||||
**[Master System](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Master%20System.md)** | **[Mega Drive](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Mega%20Drive.md)** | **[Game Gear](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Game%20Gear.md)**
|
||||
|
||||
**[Saturn](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20Saturn.md)** | **[32X](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%2032X.md)** | **[CD](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Sega%20CD.md)**
|
||||
|
||||
|
||||
|
||||
|
||||
### [](https://github.com/EmulatorJS/EmulatorJS#atari)Atari
|
||||
|
||||
**[2600](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%202600.md)** | **[5200](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%205200.md)** | **[7800](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%207800.md)** | **[Lynx](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Lynx.md)** | **[Jaguar](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Atari%20Jaguar.md)**
|
||||
|
||||
|
||||
|
||||
|
||||
### [](https://github.com/EmulatorJS/EmulatorJS#other)Other
|
||||
|
||||
**[TurboGrafs 16 PC Engine](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/TurboGrafs%2016-PC%20Engine.md)** | **[WanderSwan Color](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/WanderSwan-Color.md)** | **[Neo Geo Poket](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Neo%20Geo%20Poket.md)**
|
||||
|
||||
**[PlayStation](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/PlayStation.md)** | **[Arcade](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Arcade.md)** | **[MSX](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MSX.md)** | **[3DO](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/3DO.md)** | **[MAME 2003](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MAME%202003.md)**
|
||||
**[PlayStation](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/PlayStation.md)** | **[Arcade](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/Arcade.md)** | **[MSX](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MSX.md)** | **[3DO](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/3DO.md)** | **[MAME 2003](https://github.com/EmulatorJS/EmulatorJS/blob/main/docs/Systems/MAME%202003.md)**
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user