Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xokia

Members
  • Joined

  • Last visited

Everything posted by xokia

  1. docker run -d --name='romm' --net='romm' --pids-limit 2048 -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="hidden" -e HOST_CONTAINERNAME="romm" -e 'DB_HOST'='192.168.0.12' -e 'DB_PORT'='3306' -e 'DB_NAME'='romm' -e 'DB_USER'='romm' -e 'DB_PASSWD'='hidden' -e 'ROMM_AUTH_SECRET_KEY'='hidden' -e 'IGDB_CLIENT_ID'='' -e 'IGDB_CLIENT_SECRET'='' -e 'SCREENSCRAPER_USER'='' -e 'SCREENSCRAPER_PASSWORD'='' -e 'MOBYGAMES_API_KEY'='' -e 'STEAMGRIDDB_API_KEY'='hidden' -e 'RETROACHIEVEMENTS_API_KEY'='' -e 'REFRESH_RETROACHIEVEMENTS_CACHE_DAYS'='' -e 'LAUNCHBOX_API_ENABLED'='false' -e 'PLAYMATCH_API_ENABLED'='false' -e 'HASHEOUS_API_ENABLED'='false' -e 'FLASHPOINT_API_ENABLED'='false' -e 'HLTB_API_ENABLED'='false' -e 'ROMM_DB_DRIVER'='mariadb' -e 'DB_QUERY_JSON'='' -e 'REDIS_HOST'='' -e 'REDIS_PORT'='' -e 'REDIS_USERNAME'='' -e 'REDIS_PASSWORD'='' -e 'REDIS_DB'='' -e 'REDIS_SSL'='' -e 'DISABLE_CSRF_PROTECTION'='false' -e 'DISABLE_DOWNLOAD_ENDPOINT_AUTH'='false' -e 'DISABLE_USERPASS_LOGIN'='false' -e 'SESSION_MAX_AGE_SECONDS'='' -e 'KIOSK_MODE'='false' -e 'OIDC_ENABLED'='false' -e 'OIDC_PROVIDER'='' -e 'OIDC_CLIENT_ID'='' -e 'OIDC_CLIENT_SECRET'='' -e 'OIDC_REDIRECT_URI'='' -e 'OIDC_SERVER_APPLICATION_URL'='' -e 'OIDC_TLS_CACERTFILE'='' -e 'WEB_SERVER_CONCURRENCY'='' -e 'WEB_SERVER_KEEPALIVE'='' -e 'WEB_SERVER_MAX_REQUESTS'='' -e 'WEB_SERVER_MAX_REQUESTS_JITTER'='' -e 'WEB_SERVER_TIMEOUT'='' -e 'WEB_SERVER_WORKER_CONNECTIONS'='' -e 'FORCE_COLOR'='' -e 'NO_COLOR'='' -e 'DISABLE_EMULATOR_JS'='false' -e 'DISABLE_RUFFLE_RS'='false' -e 'YOUTUBE_BASE_URL'='' -e 'UPLOAD_TIMEOUT'='' -e 'SCAN_TIMEOUT'='' -e 'SCAN_WORKERS'='' -e 'TASK_TIMEOUT'='' -e 'TASK_RESULT_TTL'='' -e 'SEVEN_ZIP_TIMEOUT'='' -e 'ENABLE_RESCAN_ON_FILESYSTEM_CHANGE'='false' -e 'RESCAN_ON_FILESYSTEM_CHANGE_DELAY'='' -e 'ENABLE_SCHEDULED_RESCAN'='false' -e 'SCHEDULED_RESCAN_CRON'='' -e 'ENABLE_SCHEDULED_UPDATE_SWITCH_TITLEDB'='false' -e 'SCHEDULED_UPDATE_SWITCH_TITLEDB_CRON'='' -e 'ENABLE_SCHEDULED_UPDATE_LAUNCHBOX_METADATA'='false' -e 'SCHEDULED_UPDATE_LAUNCHBOX_METADATA_CRON'='' -e 'ENABLE_SCHEDULED_CONVERT_IMAGES_TO_WEBP'='false' -e 'SCHEDULED_CONVERT_IMAGES_TO_WEBP_CRON'='' -e 'ENABLE_SCHEDULED_RETROACHIEVEMENTS_PROGRESS_SYNC'='false' -e 'SCHEDULED_RETROACHIEVEMENTS_PROGRESS_SYNC_CRON'='' -e 'LOGLEVEL'='INFO' -e 'SENTRY_DSN'='' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]' -l net.unraid.docker.icon='' -p '8383:8080/tcp' -v '/mnt/user/pool5/games/Arcade/':'/romm/library/':'ro' -v '/mnt/user/appdata/romm/resources':'/romm/resources/':'rw' -v '/mnt/user/appdata/romm/assets':'/romm/assets/':'rw' -v '/mnt/user/appdata/romm/config':'/romm/config/':'rw' -v '/mnt/user/appdata/romm/redis-data':'/redis-data':'rw' -v '/mnt/user/pool6/games':'/romm/library2':'ro' 'rommapp/romm:latest'Nothing fancy You only need a single directory of files to replicate roms are located here: - "library/Nintendo 64/roms" - "libary/Nintendo 64/Europe" all other systems are similar or flat atari would be flat "library/Atari 2600/"
  2. This is pretty easy to duplicate and test emulatorjs: cache_limit: null controls: {} debug: false disable_auto_unload: false disable_batch_bootup: false netplay: enabled: false ice_servers: [] settings: {} I have a bunch of excludes dont think its relevant for this discussion. filesystem: firmware_folder: bios roms_folder: library #this picks up all 27 specified platforms but 0 roms system: platforms: Nintendo 64: n64 versions: {} roms are located here: - "Nintendo 64/roms" - "Nintendo 64/Europe" It's entirely possible a skill issue but everything I can find points to a rigid file structure requirement. Run a scan 0 are picked up The "ERRORs" also point to the same file structure issue. ERROR: [RomM][scan][2026-05-10 00:28:44] ROMs not found for platform Nintendo 64. Check RomM folder structure here: https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for more details INFO: [RomM][scan][2026-05-10 00:28:44] Found 27 platforms in the file system INFO: [RomM][scan][2026-05-10 00:28:44] Folder n64[Nintendo 64] identified as Nintendo 64 🎮 WARNING: [RomM][scan][2026-05-10 00:28:44] ⚠️ No firmware found for Nintendo 64[Nintendo 64] ERROR: [RomM][scan][2026-05-10 00:28:44] ROMs not found for platform Nintendo 64. Check RomM folder structure here: https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for more details The only way I can get it to semi work is to change. roms_folder: roms -> does not actually exist I also specified 27 platforms and it only picks up 8. Then it will pick up - "Nintendo 64/roms" but not - "Nintendo 64/Europe" It does not like to be told what files to look in for a specific system. I even tried to enable debug to see if it would tell me the directories it was looking in and debug does nothing. scan: debug: true autodetect: true export_gamelist: false I thought this might be a cool way to download files to my AYN thor so I only set up the platforms that I have on my AYN thor and excluded all the other platforms. But nope unfortunately this doesnt appear to presently possible unless I am willing to change my entire directory structure.
  3. Looks like it's a terms of service issue. You must accept the terms of service, I can post on my phone I got the pop up but not a pc web browser. I get no pop up for terms of service on the PC. I am not going to try an type out the issue on a phone. This app RomM app isn't worth the hassle. They have chosen a rigid file structure with their "new" rollout. You used to be able to give it a path. n64: paths: - "Nintendo 64/roms" - "Nintendo 64/Europe" For whatever reason they abandoned that and went with this new rigid structure which is inflexible. Some of my rom directories have no "roms" folder at all and are just flat. nes: paths: - "Nintendo Entertainment System" This would also violate their current folder structure requirement since you must have one or the other. I spent a day trying to get it to work. If you are just starting out and you are ok with their rigid file structure then this app will probably work fine. If you have an already established collection or roms/emulators then this app in its current form will not work.
  4. there documentation is pretty clear they expect a rigid file structure. So you must bend to the will of the tool and not use the folder structure you want. You must use the folder structure they want you to use. https://docs.romm.app/latest/Getting-Started/Folder-Structure/?utm_source=copilot.com#folder-organization I dont know the magic dance required to post a question. Like I said getting support is not easy for this app
  5. Same problem I had. Support appears to be non existent
  6. Dont know how many folks have tried using this. It seems like a cool idea but it lacks execution. It expects you to name the folder the way it wants you to. If you have a different folder structure then it expect good luck getting this to work. I have spent hours on the stupid config.yml file filesystem: firmware_folder: bios roms_folder: library n64: paths: - "Nintendo 64/roms" - "Nintendo 64/Europe" system: platforms: Nintendo 64: n64 ERROR: [RomM][scan][2026-05-10 00:28:44] ROMs not found for platform Nintendo 64. Check RomM folder structure here: https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for more details INFO: [RomM][scan][2026-05-10 00:28:44] Found 27 platforms in the file system INFO: [RomM][scan][2026-05-10 00:28:44] Folder n64[Nintendo 64] identified as Nintendo 64 🎮 WARNING: [RomM][scan][2026-05-10 00:28:44] ⚠️ No firmware found for Nintendo 64[Nintendo 64] ERROR: [RomM][scan][2026-05-10 00:28:44] ROMs not found for platform Nintendo 64. Check RomM folder structure here: https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for more details Although if I go look for the roms they exist in the docker container If I change roms_folder: to something that doesnt exits It will kind of work it will find 8 platforms and all the roms under those 8 platforms. This is extremely buggy software. I cant recommend this one unless your starting from scratch and willing to use the folder structure/names they appear to have hard coded into the system.
  7. just here to report the same. Fails with 7.2.5 I will also need to roll back 7.2.4 as I use this quite a bit
  8. Think you might have a minor bug debug="{defaultDebug}" should be debug="${defaultDebug}"
  9. I believe unraid previously used port 22 to SSH to do USB backup if that failed it would fall back to 443? I block outbound port 22 on my network and with 7.2.0 it fails USB backup because it cant get to port 22. Is there a way to divert to 443? Or is there something extra I need to configure to get it to use 443?
  10. Path seems to be invalid now?
  11. Still not sure I understand the purpose if this app. I have a plex pass and a HDhomerun. I am able to get all the programming to display that is available via my HDhomerun for my area and I can record by clicking on the shows. What does this app do differently or what features is it bringing that the native plex functionality does not?
  12. I think my issue was the SATA controller was potentially going bad. I replaced it with a different SATA controller and the issue went away. I also think in bios I had PCIe4 set for the m.2 to SATA controller I was using and its only speced for PCIe3. So I swapped the card and changed the PCIe to PCIe3 and things have been working smoothly.
  13. I have a similar question. The file exports just fine and its encrypted but how do we restore from a backup?
  14. Seems to be associated with QEMU virtualized graphics if I pass through iGPU slowness gitchiness goes away.
  15. My windows VMs recently started being really slow to respond to keyboard and mouse inputs. You move the mouse and 1 seconds later it moves on the screen. This makes everything super slow and glitchy. Has anyone else experienced this with windows VM's. This is a fairly recent thing as it has worked flawlessly for past 2 years. Any video is also delayed and jumpy.
  16. You could downgrade to what you had working before. Rolling back works fairly well.
  17. I went ahead and upgraded to the latest release 7.1.2 to try again. The data transfer rate of pools did not function correctly. I could see data being moved from the pool to the array by looking at the array transfer rate. But the pool transfer rate always stated 0 MB on the read side. I also had a random freeze up where the GUI went mostly blank and unresponsive had to do a hard restart. Folks who are running servers or need their data up may want to wait a while for the bugs to get sorted. I dropped back down to 6.12.15 again. At least the downgrade works flawless. Everything works perfectly on 6.12.15. This greater than 6.12.15 upgrade process is the first time I have ever had issues with unraid upgrades.
  18. yup that is what I am looking to do. I'd like to make sure the disk checks out before sticking it on a shelf.
  19. I think you used to be able to stick a drive in a usb slot format it and preclear it. i have a new drive would be nice to format and preclear. I don’t actually want to use the drive. After preclear I just want to put it on a self until I need it or a drive fails. Is this possible at all anymore?
  20. Fair enough I did preference with just a guess. You folks would have the download data. Its a very useful feature. At any point I think I will wait for a future release before trying to upgrade again. At least the role back wasn't too difficult.
  21. I uninstalled and then reinstalled the plugin and seems to be ok. But I also rolled back to 6.12.15. I am guessing that "if installed" maybe save off config uninstall/ reinstall? Or give some indication that an uninstal/reinstalll needs to occur. Honestly mover tuning features should be basic unraid features just my $.02 for what its worth. I would wager 95% of unraid user have it installed but thats just a guess. Once I rolled back mover instanltly started working again. Only issue I had is I had to delete the SSL certificate and reissue certificate.
  22. This is a really useful plugin. It is easy to see where files are accessed from cache or HDD. Do you see any reason to have incompatibility issues with 7.1.x ?
  23. home-server-diagnostics-20250510-1217.zip I have mover tuning installed it tells me its incompatible but to install a version that I already have installed. How do I role back to 6.12.15? This version isn't ready for prime time JMO. app "open files" seems to be incompatible. Which is a really useful app to tell which files are being accessed and from where (cache or HDD).
  24. I take that back. After update if I click "Move" mover fails to execute. It just leaves my files sitting on the cache drive. I can see each time I click mover in the log file but nothing happens

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.