app-store/apps/barrage/config.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-28 06:35:34 +00:00
{
"$schema": "../schema.json",
"name": "Barrage",
"port": 8145,
"available": true,
"exposable": true,
"id": "barrage",
local domain configs A-G (#676) * feat(actual-budget): change config to support local domain * feat(adguard): change config to support local domain * feat(autobrr): change config to support local domain * feat(barrage): change config to support local domain * feat(bazarr): change config to support local domain * feat(booksonic): change config to support local domain * feat(bookstack): change config to support local domain * feat(calibre-web): change config to support local domain * feat(chatgpt-ui): change config to support local domain * feat(chatpad): change config to support local domain * feat(code-server): change config to support local domain * feat(codex-docs): change config to support local domain * feat(dailytxt): change config to support local domain * feat(dashdot): change config to support local domain * feat(deemix): change config to support local domain * feat(deluge): change config to support local domain * feat(dokuwiki): change config to support local domain * feat(dozzle): change config to support local domain * feat(duplicati): change config to support local domain * feat(emulatorjs): change config to support local domain * feat(excalidraw): change config to support local domain * feat(filebrowser): change config to support local domain * feat(filestash): change config to support local domain * feat(firefly-iii): change config to support local domain * feat(fireshare): change config to support local domain * feat(flatnotes): change config to support local domain * feat(freshrss): change config to support local domain * feat(ghost): change config to support local domain * feat(gitea): change config to support local domain * feat(gotify): change config to support local domain * feat(gotosocial): change config to support local domain * feat(grafana): change config to support local domain * feat(grav): change config to support local domain * feat(grocy): change config to support local domain
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"
}
],
"supported_architectures": ["arm64", "amd64"]
2023-02-28 06:35:34 +00:00
}