Go to file
2020-08-24 09:55:47 +02:00
rootfs/etc remove ldap auth 2020-08-24 09:55:47 +02:00
.editorconfig update base image 2017-01-10 15:38:38 +01:00
.gitignore initial commit 2016-10-13 13:52:14 +02:00
Dockerfile remove ldap auth 2020-08-24 09:55:47 +02:00
README.md remove ldap auth 2020-08-24 09:55:47 +02:00

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