update romm json

This commit is contained in:
AlphaLawless 2025-12-25 22:30:21 -03:00
parent a104248244
commit 143477a2e3
No known key found for this signature in database
GPG Key ID: 2AAB1A79B36DBB3C

View File

@ -8,10 +8,10 @@
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8080, "interface_port": 80,
"documentation": "https://docs.romm.app/latest/", "documentation": "https://docs.romm.app/latest/",
"website": "https://romm.app/", "website": "https://romm.app/",
"config_path": "/opt", "config_path": "/opt/romm/.env",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/romm.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/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.", "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": [ "install_methods": [
@ -22,14 +22,14 @@
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,
"hdd": 20, "hdd": 20,
"os": "ubuntu", "os": "debian",
"version": "24.04" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "romm", "username": null,
"password": "changeme" "password": null
}, },
"notes": [] "notes": []
} }