d713238b5c
* 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
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Filestash",
|
|
"port": 8189,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "filestash",
|
|
"tipi_version": 2,
|
|
"version": "397fd8b",
|
|
"categories": ["utilities"],
|
|
"description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze",
|
|
"short_desc": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze",
|
|
"author": "mickael-kerjean",
|
|
"source": "https://github.com/mickael-kerjean/filestash",
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "(Optional) Google Drive Client ID",
|
|
"required": false,
|
|
"env_variable": "FILESTASH_GDRIVE_CLIENT_ID"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "(Optional) Google Drive Client Secret",
|
|
"required": false,
|
|
"env_variable": "FILESTASH_GDRIVE_CLIENT_SECRET"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "(Optional) Dropbox Client ID",
|
|
"required": false,
|
|
"env_variable": "FILESTASH_DROPBOX_CLIENT_ID"
|
|
}
|
|
]
|
|
}
|