Add missing workers for jobs, post install message for setup, and pull in emujs/ruffle from docker release

This commit is contained in:
2026-01-06 17:11:28 -05:00
parent 74db5b8b61
commit 571e449581
8 changed files with 42 additions and 3 deletions

View File

@@ -20,5 +20,5 @@
"website":"https://romm.app/",
"icon":"file://logo.png",
"manifestVersion": 2,
"postInstallMessage":"Before setting up the first admin user, please check /app/data/env.sh for some API keys for metadata sources and fill in any you want to use. Put any ROMs in the /app/data/library/roms folder. Please see https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for details on folder structure."
"postInstallMessage":"Before setting up the first admin user, please check /app/data/env.sh for some API keys for metadata sources and fill in any you want to use. Put any ROMs in the /app/data/library/roms folder. Please see https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for details on folder structure. RESTART AFTER ANY API KEY CHANGES!"
}