added davos (#568)
* added davos * fixed formatting Co-authored-by: Akash <ak@pop-os.localdomain>
This commit is contained in:
parent
4a2939bc75
commit
c51fc0ef6a
|
|
@ -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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue