summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/filestash.json
blob: 5801c236c2dc20562aeb514e40d226c02e7f2256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "captainVersion": "2",
    "documentation": "Filestash https://www.filestash.app",
    "description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...",
    "displayName": "Filestash",
    "dockerCompose": {
        "version": "3.3",
        "services": {
            "$$cap_appname": {
                "image": "machines/filestash:$$cap_filestash_version",
                "containerHttpPort": "8334",
                "volumes": [
                    "$$cap_appname-app-data-state:/app/data/state"
                ],
                "restart": "always"
            }
        }
    },
    "instructions": {
        "start": "Filestash is a modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...",
        "end": "Filestash is deployed and available as srv-captain--$$cap_appname-db:8334 to other apps."
    },
    "variables": [{
            "id": "$$cap_filestash_version",
            "label": "Filestash Version",
            "defaultValue": "b7b45f2",
            "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/machines/filestash/tags"
        }
    ]
}