add filestash (#135)

* add filestash

* update filestash version to b7b45f2
This commit is contained in:
Prabir Shrestha 2020-03-16 15:21:21 -07:00 committed by GitHub
parent d7e3dde2b3
commit 5b3d3004d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB