Files
waxgourd-addons/emulatorjs-zh/config.json
waxgourd 82ffe49bd9 更新
2025-11-10 14:58:54 +08:00

49 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "游戏机模拟器",
"version": "1.9.2",
"slug": "emulatorjs-zh",
"description": "基于web浏览器的模拟器己移植众多复古游戏机。它是Libretro和EmulatorJS之间混合使用模拟器",
"url": "https://gitcode.com/waxgourd/addons",
"image": "r.hassbus.com/wghaos/emulatorjs",
"arch": [
"aarch64",
"amd64"
],
"init": false,
"boot": "manual",
"webui": "http://[HOST]:[PORT:80]",
"ports": {
"80/tcp": 8486,
"3000/tcp": 3000,
"4001/tcp": 4001,
"4001/udp": 4001
},
"ports_description": {
"80/tcp": "EmulatorJS frontend",
"3000/tcp": "EmulatorJS Manager",
"4001/tcp": "IPFS TCP (Optional)",
"4001/udp": "IPFS UDP (Optional)"
},
"options": {
"roms_folder": "/config/roms",
"disable_ipfs": false,
"lang": "zh"
},
"schema": {
"roms_folder": "str",
"disable_ipfs": "bool",
"lang": "list(zh|en)"
},
"map": [
"addon_config:rw",
"media:rw",
"share:rw"
],
"backup_exclude": [
"**/data/.ipfs",
"**/data/main",
"**/data/metadata",
"**/videos"
]
}