bfren / docker-ftps

Docker FTPS image.
MIT License
12 stars 7 forks source link

FTPS_USER and FTPS_PASS (and others) required? #115

Closed brunskutscher closed 8 months ago

brunskutscher commented 11 months ago

i tried out image ghcr.io/bfren/ftps:latest (sha256:b661eeed41e5d247bf9e09356fb14cf41d7e8150e3ca206da4adfbcba6dc3b43) and was not able to start it.

first it claims for FTPS_USER and FTPSPASS variables to be given (in addition to the BF variables). after setting these variables, it claimes "13-vsftpd-conf: You must provide either an external URI or IP" .

is this the intended behaviour? are ther more variables to be set (addtional to the BF ones mentionef in the README)

probably i missused your (privat) ecosystem. but if things work like described it would be a really convenient setup (for me).

bfren commented 11 months ago

Apologies, I know my docs leave something to be desired! The run.sh file shows the minimum number of environment variables to get it running (it's what I use for testing): https://github.com/bfren/docker-ftps/blob/main/run.sh.

You need to define either BF_FTPS_EXTERNAL_IP or BF_FTPS_EXTERNAL_URI. This is then used in the VSFTPD config.

Please also ensure you are using :latest from Docker Hub rather than ghcr.io - I haven't updated the GHCR images for a while due to GitHub problems.

brunskutscher commented 11 months ago

the "run.sh" was my blueprint ... the problem ist with the image from GHRC ... the one from docker hub works fine.

thank you matz

Am Di., 28. Nov. 2023 um 19:24 Uhr schrieb bfren @.***>:

Apologies, I know my docs leave something to be desired! The run.sh file shows the minimum number of environment variables to get it running (it's what I use for testing): https://github.com/bfren/docker-ftps/blob/main/run.sh.

You need to define either BF_FTPS_EXTERNAL_IP or BF_FTPS_EXTERNAL_URI. This is then used in the VSFTPD config.

Please also ensure you are using :latest from Docker Hub rather than ghcr.io - I haven't updated the GHCR images for a while due to GitHub problems.

— Reply to this email directly, view it on GitHub https://github.com/bfren/docker-ftps/issues/115#issuecomment-1830436146, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQU6AUJDID35OJF556X73DYGYT4JAVCNFSM6AAAAAA76FCTECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGQZTMMJUGY . You are receiving this because you authored the thread.Message ID: @.***>