summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAk4zh <[email protected]>2021-11-16 06:04:24 +0530
committerGitHub <[email protected]>2021-11-15 16:34:24 -0800
commitc51fc0ef6ab843de304fa529d0d7cc79426e5cd7 (patch)
tree77b4a71b4ca2765450a8390bf6e1bfe97953c429
parent4a2939bc753f3c21980af098f44e6f9b5bf9ee94 (diff)
downloadcaprover-one-click-apps-c51fc0ef6ab843de304fa529d0d7cc79426e5cd7.tar.gz
caprover-one-click-apps-c51fc0ef6ab843de304fa529d0d7cc79426e5cd7.zip
added davos (#568)
* added davos * fixed formatting Co-authored-by: Akash <[email protected]>
-rw-r--r--public/v4/apps/davos.yml34
-rw-r--r--public/v4/logos/davos.pngbin0 -> 44443 bytes
2 files changed, 34 insertions, 0 deletions
diff --git a/public/v4/apps/davos.yml b/public/v4/apps/davos.yml
new file mode 100644
index 0000000..8d8df24
--- /dev/null
+++ b/public/v4/apps/davos.yml
@@ -0,0 +1,34 @@
+captainVersion: 4
+caproverOneClickApp:
+ description: 'Davos is an FTP automation tool that periodically scans given host locations for new files.'
+ documentation: 'https://github.com/linuxserver/davos'
+ instructions:
+ end: 'Your service is available at http://$$cap_appname.$$cap_root_domain'
+ start: 'davos is an FTP download automation tool that allows you to scan various FTP servers for files you are interested in.'
+ isOfficial: true
+ variables:
+ - defaultValue: 2.2.1
+ id: $$cap_davos_version
+ label: Davos Version
+ validRegex: /^([^\s^\/])+$/
+ - defaultValue: '1000'
+ id: $$cap_davos_puid
+ label: Puid
+ validRegex: /^([^\s^\/])+$/
+ - defaultValue: '1000'
+ id: $$cap_davos_pgid
+ label: Pgid
+ validRegex: /^([^\s^\/])+$/
+services:
+ $$cap_appname-davos:
+ caproverExtra:
+ containerHttpPort: '8080'
+ container_name: davos
+ environment:
+ PGID: $$cap_davos_pgid
+ PUID: $$cap_davos_puid
+ image: lscr.io/linuxserver/davos:$$cap_davos_version
+ restart: unless-stopped
+ volumes:
+ - $$cap_appname-config:/config
+ - $$cap_appname-download:/download
diff --git a/public/v4/logos/davos.png b/public/v4/logos/davos.png
new file mode 100644
index 0000000..bf964f5
--- /dev/null
+++ b/public/v4/logos/davos.png
Binary files differ