1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Barrage",
|
|
"port": 8145,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "barrage",
|
|
"tipi_version": 3,
|
|
"version": "0.3.0",
|
|
"categories": ["utilities"],
|
|
"description": "Minimal Deluge WebUI with full mobile support",
|
|
"short_desc": "Minimal Deluge WebUI with full mobile support",
|
|
"author": "https://github.com/maulik9898",
|
|
"source": "https://github.com/maulik9898/barrage",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "NEXTAUTH_SECRET",
|
|
"min": 32,
|
|
"env_variable": "NEXTAUTH_SECRET"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Deluge URL",
|
|
"hint": "URL of your deluge client",
|
|
"required": true,
|
|
"env_variable": "DELUGE_URL"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Deluge password",
|
|
"required": true,
|
|
"env_variable": "DELUGE_PASSWORD"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Barrage password",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "BARRAGE_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|