rootfs/etc | ||
.editorconfig | ||
.gitignore | ||
Dockerfile | ||
README.md |
File access with ProFTPD over sftp and a static user/password.
Volumes
/var/lib/ftp/data
: root directory for files/etc/proftpd/keys
: ssh key files
Environment Variables
SERVER_NAME
Name displayed to connecting users.
STATIC_USER
A static username for authentication.
STATIC_PASSWORD
Password for the static user.
STATIC_UID
Uid for the static user.
STATIC_GID
Gid for the static user.
Ports
- 22