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,52 +1,29 @@
|
|||
Self-hosted **Javascript** emulation for various system.
|
||||
|
||||
[](https://emulatorjs.org/) [](https://emulatorjs.org/docs/)
|
||||
[](https://emulatorjs.org/editor.html)
|
||||
[](https://demo.emulatorjs.org/) [](https://coldcast.org/games/1/Super-Mario-Bros)
|
||||
|
||||
[](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)**
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user