mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:25:53 +00:00
romm testing
This commit is contained in:
40
frontend/public/json/romm.json
Normal file
40
frontend/public/json/romm.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user