diff options
| author | Prabir Shrestha <[email protected]> | 2020-03-16 15:21:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-16 18:21:21 -0400 |
| commit | 5b3d3004d06d0bcf24dc36772598d776337521d4 (patch) | |
| tree | cf1064ab757d3b72dbc9e5f8dc8be70f016f8c28 | |
| parent | d7e3dde2b3a93968369e19dac6df437dbb732067 (diff) | |
| download | caprover-one-click-apps-5b3d3004d06d0bcf24dc36772598d776337521d4.tar.gz caprover-one-click-apps-5b3d3004d06d0bcf24dc36772598d776337521d4.zip | |
add filestash (#135)
* add filestash
* update filestash version to b7b45f2
| -rw-r--r-- | public/v2/apps/filestash.json | 30 | ||||
| -rw-r--r-- | public/v2/logos/filestash.png | bin | 0 -> 33087 bytes |
2 files changed, 30 insertions, 0 deletions
diff --git a/public/v2/apps/filestash.json b/public/v2/apps/filestash.json new file mode 100644 index 0000000..5801c23 --- /dev/null +++ b/public/v2/apps/filestash.json @@ -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" + } + ] +} diff --git a/public/v2/logos/filestash.png b/public/v2/logos/filestash.png Binary files differnew file mode 100644 index 0000000..5db95f2 --- /dev/null +++ b/public/v2/logos/filestash.png |
