2025-08-26 08:47:04 +02:00

41 lines
1.2 KiB
JSON

{
"name": "RomM",
"slug": "romm",
"categories": [
2,
3
],
"date_created": "2025-03-10",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://docs.romm.app/latest/",
"website": "https://romm.app/",
"config_path": "/opt",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/romm.webp",
"description": "RomM (ROM Manager) allows you to scan, enrich, browse and play your game collection with a clean and responsive interface. Support for multiple platforms, various naming schemes, and custom tags.",
"install_methods": [
{
"type": "default",
"script": "ct/romm.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 20,
"os": "ubuntu",
"version": "24.04"
}
}
],
"default_credentials": {
"username": "romm",
"password": "changeme"
},
"notes": [
"API Keys: For full functionality, you'll need API keys from IGDB, MobyGames, and/or SteamGridDB.",
"ROM Directory: Your ROM files should follow the RomM folder structure outlined in the documentation.",
"Authentication: The admin username and password will be set during the first-run setup process."
]
}