feat: update RomM package to 5.1.0

- pin the RomM 5.1.0 multi-architecture image
- mount the main volume at /romm for hardlink support
- update release notes, configuration text, and documentation
- replace the invalid icon with the official RomM isotipo
- ignore local AI workspace files and build artifacts
This commit is contained in:
2026-08-08 22:01:18 -05:00
parent c51740c589
commit 395e8b3bd1
13 changed files with 46 additions and 225 deletions
+2 -7
View File
@@ -4,10 +4,5 @@ export const uiHostId = 'ui'
export const databaseName = 'romm'
export const databaseUser = 'romm'
export const mainMounts = {
library: '/romm/library',
resources: '/romm/resources',
assets: '/romm/assets',
config: '/romm/config',
redis: '/redis-data',
} as const
export const mainMountpoint = '/romm'
export const redisMountpoint = '/redis-data'