app-store/apps/fireshare/config.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2023-02-28 04:45:49 +00:00
{
"$schema": "../schema.json",
"name": "Fireshare",
"port": 8140,
"available": true,
"exposable": true,
"id": "fireshare",
2023-06-20 23:15:00 +00:00
"tipi_version": 4,
"version": "1.2.11",
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
"categories": ["development"],
2023-02-28 04:45:49 +00:00
"description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.",
"short_desc": "Self host your media and share with unique links",
"author": "https://github.com/ShaneIsrael",
"source": "https://github.com/ShaneIsrael/fireshare",
"form_fields": [
{
"type": "random",
2023-03-01 19:33:36 +00:00
"label": "FIRESHARE_SECRET_KEY",
2023-02-28 04:45:49 +00:00
"min": 32,
2023-03-01 19:33:36 +00:00
"env_variable": "FIRESHARE_SECRET_KEY"
2023-02-28 04:45:49 +00:00
},
{
"type": "text",
2023-03-01 19:33:36 +00:00
"label": "Fireshare username",
2023-02-28 04:45:49 +00:00
"max": 50,
"min": 3,
"required": true,
2023-03-01 19:33:36 +00:00
"env_variable": "FIRESHARE_USERNAME"
2023-02-28 04:45:49 +00:00
},
{
"type": "password",
2023-03-01 19:33:36 +00:00
"label": "Fireshare password",
2023-02-28 04:45:49 +00:00
"max": 50,
2023-03-01 19:33:36 +00:00
"min": 8,
2023-02-28 04:45:49 +00:00
"required": true,
2023-03-01 19:33:36 +00:00
"env_variable": "FIRESHARE_PASSWORD"
2023-02-28 04:45:49 +00:00
}
]
}