Sign inSign up

laromicas/romvault

By laromicas

Updated about 2 months ago

RomVault: Organize ROMs, merge new files, update collections with ease.

Image
0

50K+

laromicas/romvault repository overview

Publish Docker image Donate

Docker container for ROMVault

This is a Docker container for ROMVault.

The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.

This image is in no way affiliated with GordonJ. The author of ROMVault, if you want to give a donation please consider giving him first. His work is amazing.


ROMVault

RomVault will take one or more DAT files and your set of ROM (zip) files, and clean up your files to match your DAT files. If you find more ROMs to add to your collection RomVault will scan and merge in these files, and if new DATs are released you can easily scan in these new DATs and update your ROM collections to match, all of this can be done with just a few button clicks in the UI.

This image is based on baseimage_gui

Quick Start

NOTE: The Docker command provided in this quick start is given as an example and parameters should be adjusted to your need.

Launch the ROMVault docker container with the following command:

docker run -d \
    --name=romvault \
    -p 5800:5800 \
    -v /docker/appdata/romvault:/config:rw \
    -v /home/user/ROMVault/DatRoot:/config/DatRoot:rw \
    -v /home/user/ROMVault/RomRoot:/config/RomRoot:rw \
    -v /home/user/ROMVault/ToSort:/config/ToSort:rw \
    laromicas/romvault

Where:

  • /docker/appdata/romvault: This is where the application stores its configuration, states, log and any files needing persistency.
  • /home/user/ROMVault: This is where the dats and roms files are stored.

Browse to http://your-host-ip:5800 to access the ROMVault GUI.

Documentation

Full documentation is available at https://github.com/laromicas/docker-romvault

Support or Contact

Having troubles with the container or have questions? Please create a new issue.

Tag summary

Content type

Image

Digest

sha256:af1498c29

Size

360.3 MB

Last updated

about 2 months ago

docker pull laromicas/romvault