From f1429b3c38f2f4a37e0e12d548e789b997f11e18 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Wed, 4 Mar 2026 18:26:38 -0500 Subject: [PATCH] move some items out into own files --- CloudronManifest.json | 5 +++-- DESCRIPTION.md | 1 + POSTINSTALL.md | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 DESCRIPTION.md create mode 100644 POSTINSTALL.md diff --git a/CloudronManifest.json b/CloudronManifest.json index ffb1a79..a6f1f5c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "version": "1.0.0", "upstreamVersion":"4.7.0", "author":"Kevin Whitaker ", - "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", "healthCheckPath": "/api/heartbeat", "httpPort": 3000, @@ -31,5 +31,6 @@ "multiplayer" ], "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" } diff --git a/DESCRIPTION.md b/DESCRIPTION.md new file mode 100644 index 0000000..a048710 --- /dev/null +++ b/DESCRIPTION.md @@ -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. diff --git a/POSTINSTALL.md b/POSTINSTALL.md new file mode 100644 index 0000000..cf62e6a --- /dev/null +++ b/POSTINSTALL.md @@ -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!