mirror of
https://github.com/rommapp/romm.git
synced 2025-12-22 10:27:13 +00:00
Merge branch 'master' into HEAD
This commit is contained in:
@@ -90,7 +90,7 @@ system:
|
||||
msx2: msx2
|
||||
msx2+: msx2
|
||||
n64: n64
|
||||
n64dd: nintendo-64dd
|
||||
n64dd: 64dd
|
||||
naomi: arcade
|
||||
naomi2: arcade
|
||||
nds: nds
|
||||
@@ -110,6 +110,7 @@ system:
|
||||
prboom: doom
|
||||
ps2: ps2
|
||||
ps3: ps3
|
||||
ps4: ps4--1
|
||||
psp: psp
|
||||
psvita: psvita
|
||||
psx: ps
|
||||
@@ -119,7 +120,7 @@ system:
|
||||
saturn: saturn
|
||||
scummvm: scummvm
|
||||
scv: epoch-super-cassette-vision
|
||||
sega32x: sega-32x
|
||||
sega32x: sega32
|
||||
segacd: segacd
|
||||
sg1000: sg1000
|
||||
sgb: gbc
|
||||
|
||||
@@ -78,7 +78,7 @@ system:
|
||||
neogeo: "neogeoaes" # Neo Geo
|
||||
nes: "nes" # Nintendo Entertainment System
|
||||
gc: "ngc" # GameCube
|
||||
n64dd: "nintendo-64dd" # Nintendo 64DD
|
||||
n64dd: "64dd" # Nintendo 64DD
|
||||
odyssey2: "odyssey-2-slash-videopac-g7000" # Odyssey 2/Videopac G7000
|
||||
oric: "oric" # Oric
|
||||
palm: "palm-os" # Palm OS
|
||||
|
||||
@@ -17,9 +17,11 @@ services:
|
||||
- DB_PASSWD= # Should match MARIADB_PASSWORD in mariadb
|
||||
- ROMM_AUTH_SECRET_KEY= # Generate a key with `openssl rand -hex 32`
|
||||
- IGDB_CLIENT_ID= # Generate an ID and SECRET in IGDB
|
||||
- IGDB_CLIENT_SECRET= # https://api-docs.igdb.com/#account-creation
|
||||
- MOBYGAMES_API_KEY= # https://www.mobygames.com/info/api/
|
||||
- STEAMGRIDDB_API_KEY= # https://github.com/rommapp/romm/wiki/Generate-API-Keys#steamgriddb
|
||||
- IGDB_CLIENT_SECRET= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#igdb
|
||||
- MOBYGAMES_API_KEY= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#mobygames
|
||||
- STEAMGRIDDB_API_KEY= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#steamgriddb
|
||||
- SCREENSCRAPER_USER= # Use your ScreenScraper username and password
|
||||
- SCREENSCRAPER_PASSWORD= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#screenscraper
|
||||
- RETROACHIEVEMENTS_API_KEY= # https://api-docs.retroachievements.org/#api-access
|
||||
- RETROACHIEVEMENTS_USERNAME= # https://api-docs.retroachievements.org/#api-access
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user