move some items out into own files

This commit is contained in:
2026-03-04 18:26:38 -05:00
parent 4b2ae18ef3
commit f1429b3c38
3 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0.0", "version": "1.0.0",
"upstreamVersion":"4.7.0", "upstreamVersion":"4.7.0",
"author":"Kevin Whitaker <kevin@eyecreate.org>", "author":"Kevin Whitaker <kevin@eyecreate.org>",
"description":" Scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes and custom tags, RomM is a must-have for anyone who plays on emulators. ", "description":"file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"healthCheckPath": "/api/heartbeat", "healthCheckPath": "/api/heartbeat",
"httpPort": 3000, "httpPort": 3000,
@@ -31,5 +31,6 @@
"multiplayer" "multiplayer"
], ],
"manifestVersion": 2, "manifestVersion": 2,
"postInstallMessage":"Before setting up the first admin user, please check /app/data/env.sh in the file manager. Fill in any API keys for metadata sources you want to use. Please see https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for details on folder structure. RESTART AFTER ANY API KEY CHANGES!" "minBoxVersion": "8.0.0",
"postInstallMessage":"file://POSTINSTALL.md"
} }

1
DESCRIPTION.md Normal file
View File

@@ -0,0 +1 @@
Scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes and custom tags, RomM is a must-have for anyone who plays on emulators.

1
POSTINSTALL.md Normal file
View File

@@ -0,0 +1 @@
Before setting up the first admin user, please check /app/data/env.sh in the file manager. Fill in any API keys for metadata sources you want to use. Please see https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for details on folder structure. RESTART AFTER ANY API KEY CHANGES!