2023-02-28 06:35:34 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Barrage",
|
|
|
|
"port": 8145,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "barrage",
|
2023-06-10 14:46:05 +00:00
|
|
|
"tipi_version": 3,
|
2023-02-28 06:35:34 +00:00
|
|
|
"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",
|
2023-03-11 16:20:17 +00:00
|
|
|
"label": "Deluge URL",
|
|
|
|
"hint": "URL of your deluge client",
|
2023-02-28 06:35:34 +00:00
|
|
|
"required": true,
|
|
|
|
"env_variable": "DELUGE_URL"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
2023-03-11 16:20:17 +00:00
|
|
|
"label": "Deluge password",
|
2023-02-28 06:35:34 +00:00
|
|
|
"required": true,
|
|
|
|
"env_variable": "DELUGE_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "password",
|
2023-03-11 16:20:17 +00:00
|
|
|
"label": "Barrage password",
|
2023-02-28 06:35:34 +00:00
|
|
|
"max": 50,
|
|
|
|
"min": 3,
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "BARRAGE_PASSWORD"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-02-28 06:35:34 +00:00
|
|
|
}
|