[Script request] RomM (ROM Manager) #1927
-
Application Nameromm Websitehttps://github.com/rommapp DescriptionRomM (ROM Manager) allows you to 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. Due Diligence
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
I started working on this based on another app, but since I have ZERO knowledge of Proxmox and no machine to test it against, I didn't get very far... https://github.com/community-scripts/ProxmoxVE/compare/main...gantoine:ProxmoxVE:romm-install-script?expand=1 |
Beta Was this translation helpful? Give feedback.
-
This is already very good news, I'm sure that the community will be able to take a look at this work, in order to make it functional... unfortunately I don't have the skills to do so but I would be delighted to test and give my feedback in order to contribute. |
Beta Was this translation helpful? Give feedback.
-
(https://github.com/brandong84/ProxmoxVE/blob/romm-install-script/install/romm-install.sh) I've modified a few of @gantoine scripts, and it now executes completely. The romm service fails to start, its says its missing the /backend directory, but I'm pretty sure it's just looking for it in the wrong location. It's also not listening on any ports for the web interface. I'm not familiar with how romm works to do much more troubleshooting by myself. Here is the command to install it for anyone who has a Proxmox system that wants to try it out, and give any feedback or guidance. bash -c "$(wget -qLO - https://raw.githubusercontent.com/brandong84/ProxmoxVE/romm-install-script/ct/romm.sh)" |
Beta Was this translation helpful? Give feedback.
-
I have completed the Proxmox VE Helper Script and will be submitting it to the Community Repo. Until then you can use this for Installing ROMM in an LXC on Proxmox automatically https://git.chesher.xyz/cat/romm-proxmox-ve-script I may be updating this but further updates should just be for user friendliness |
Beta Was this translation helpful? Give feedback.
-
I hate Docker, and also tried to submit a request for RomM but it was marked as duplicate. Somehow, when I was searching for previous mentions of RomM it only lead to an older now-locked thread? Sorry about that And yes, a big +1, I will be waiting soon as it's ready because I don't want to use their docker method at all |
Beta Was this translation helpful? Give feedback.
I have been working on the bare metal install for RomM and have it almost done.
I will update this with the new version once it is done.