forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
691 B
41 lines
691 B
config-resources:
|
|
- /etc/vsftpd/vsftpd.conf
|
|
data-resources:
|
|
- /home
|
|
- /var/log/vsftp
|
|
|
|
default-options:
|
|
ftpd-banner: "Welcome to FTP Server"
|
|
dirmessage-enable: yes
|
|
delay-failed-login: 2
|
|
max-clients: 10
|
|
max-per-ip: 5
|
|
max-login-fails: 3
|
|
|
|
## to check what these are
|
|
write-enable: yes
|
|
local-umask: "022" ## remember to send a string here
|
|
|
|
users:
|
|
|
|
docker-compose:
|
|
ports:
|
|
- "21:21"
|
|
|
|
provides:
|
|
ftp-access:
|
|
tech-dep: reversed
|
|
|
|
|
|
uses:
|
|
log-rotate:
|
|
constraint: recommended
|
|
auto: pair
|
|
solves:
|
|
disk-leak: "/var/log/vsftp"
|
|
cert-provider:
|
|
constraint: optional
|
|
auto: pair
|
|
limit: n
|
|
solves:
|
|
feature: "SSL certificate generation"
|