No description
Find a file
Sebastian Hugentobler cdde928ed2
All checks were successful
Vanwa Containers/user-access/pipeline/tag This commit looks good
externalise config & push to 1.3.9-r1
2026-01-04 15:22:32 +01:00
rootfs/bin externalise config & push to 1.3.9-r1 2026-01-04 15:22:32 +01:00
.gitignore initial commit 2016-10-13 13:52:14 +02:00
Containerfile externalise config & push to 1.3.9-r1 2026-01-04 15:22:32 +01:00
Jenkinsfile externalise config & push to 1.3.9-r1 2026-01-04 15:22:32 +01:00
README.md prepare for k3s 2021-09-28 15:55:15 +02:00

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