Create umlautadaptarr.json

This commit is contained in:
elvito 2025-04-10 19:03:24 +02:00 committed by GitHub
parent 403f08fd63
commit 3aa1fd0e98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,34 @@
{
"name": "UmlautAdaptarr",
"slug": "umlautadaptarr",
"categories": [
0
],
"date_created": "2025-04-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5005,
"documentation": null,
"website": "https://github.com/PCJones/UmlautAdaptarr",
"logo": "LINK TO LOGO",
"description": "A tool to work around Sonarr, Radarr, Lidarr and Readarrs problems with foreign languages",
"install_methods": [
{
"type": "default",
"script": "ct/umlautadaptarr.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "root",
"password": null
},
"notes": []
}