added romm app

This commit is contained in:
2026-05-05 17:18:27 +02:00
parent 05cb8f89f9
commit ad9b2904c5
4 changed files with 96 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "RomM",
"id": "romm",
"available": true,
"short_desc": "RomM",
"author": "RomM Team",
"port": 1083,
"categories": [
"utilities"
],
"description": "ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms.",
"tipi_version": 1,
"version": "4.8.1",
"source": "https://hub.docker.com/r/rommapp/romm",
"website": "https://romm.app/",
"exposable": true,
"supported_architectures": [
"amd64",
"arm64"
],
"created_at": 1777992374660,
"updated_at": 1777992374660,
"dynamic_config": true,
"min_tipi_version": "4.5.0"
}
+70
View File
@@ -0,0 +1,70 @@
{
"schemaVersion": 2,
"services": [
{
"name": "romm",
"image": "rommapp/romm:4.8.1",
"isMain": true,
"internalPort": 1083,
"environment": [
{"key": "ROMM_AUTH_SECRET_KEY", "value": "c1f031e363e92dd780d036930eb504d80b9db8db9bbaccb4d4c5de2a3a7d8fa7"},
{"key": "SCREENSCRAPER_USER", "value": "rouge13@gmail.com"},
{"key": "SCREENSCRAPER_PASSWORD", "value": "rscIo8urOgEWzh"},
{"key": "DB_HOST", "value": "rommdb"},
{"key": "DB_NAME", "value": "romm"},
{"key": "DB_USER", "value": "romm-user"},
{"key": "DB_PASSWD", "value": "vklsi6ez"},
{"key": "DB_HOST", "value": "rommdb"}
],
"volumes": [
{
"hostPath": "/home/robin/emu/",
"containerPath": "/romm/library",
"readOnly": false,
"shared": false,
"private": false
},
{
"hostPath": "/home/robin/emu/romm/assets",
"containerPath": "/romm/assets",
"readOnly": false,
"shared": false,
"private": false
},
{
"hostPath": "/home/robin/emu/romm/config",
"containerPath": "/romm/config",
"readOnly": false,
"shared": false,
"private": false
}
],
"depends-on": {
"romm-db": {
"condition": "service_healthy"
}
}
},
{
"name": "romm-db",
"image": "mariadb:latest",
"isMain": true,
"internalPort": 3306,
"environment": [
{"key": "MYSQL_ROOT_PASSWORD", "value": "kudsgqkdu"},
{"key": "MYSQL_DATABASE", "value": "romm"},
{"key": "MYSQL_USER", "value": "romm-user"},
{"key": "MYSQL_PASSWORD", "value": "fvklsi6ez"}
],
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/mysql",
"containerPath": "/var/lib/mysql",
"readOnly": false,
"shared": false,
"private": false
}
]
}
]
}
+1
View File
@@ -0,0 +1 @@
ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms.
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB