44 lines
1014 B
JSON
44 lines
1014 B
JSON
|
{
|
||
|
"$schema": "../schema.json",
|
||
|
"name": "Barrage",
|
||
|
"port": 8145,
|
||
|
"available": true,
|
||
|
"exposable": true,
|
||
|
"id": "barrage",
|
||
|
"tipi_version": 1,
|
||
|
"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",
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|