Go to file
Sebastian Hugentobler 1388920053
use gitea action runners
2023-12-20 15:32:08 +01:00
.gitea/workflows use gitea action runners 2023-12-20 15:32:08 +01:00
rootfs use new s6-rc layout 2022-02-15 16:21:13 +01:00
.gitignore initial commit 2016-10-13 13:52:14 +02:00
Containerfile use gitea action runners 2023-12-20 15:32:08 +01:00
README.md prepare for k3s 2021-09-28 15:55:15 +02:00

README.md

File access with ProFTPD over sftp and a static user/password.

Volumes

  • /var/lib/ftp/data: root directory for files

Files

/etc/proftpd/keys/dhparams.pem

openssl dhparam -outform PEM -5 

/etc/proftpd/keys/ssh_key

ssh-keygen -b 2048 -t ed25519 -q -N "" -f ./ssh
cat ./ssh

Environment Variables

SERVER_NAME

Name displayed to connecting users.

UMASK

  • default: 006 007

Umask to use for files.

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

  • 2222