Coder Social home page Coder Social logo

docker-ftps's Introduction

Docker FTPS

GitHub release (latest by date) Docker Pulls Docker Image Size (tag)
GitHub Workflow Status

Docker Repository - bfren ecosystem

Comes with vsftpd installed and running in passive mode, with TLS support (self-signed certificates).

Contents

Ports

  • 21
  • 990
  • 18700-18710

Volumes

Volume Purpose
/files Contains the files that can be accessed / written.
/ssl Stores (self-signed) SSL certificates - if you symlink a PEM file called server.pem here with a valid SSL certificate, vsftpd will use it instead.

Environment Variables

Variable Values Description Default
FTPS_USER string The username to use for connecting to the server. None - required
FTPS_PASS string The password to use for connecting to the server. None - required
FTPS_EXTERNAL_IP string The external IP of the server - required for passive mode (unless FTPS_EXTERNAL_URI is set). None - required unless FTPS_EXTERNAL_URI is set
FTPS_EXTERNAL_URI string The URI of the server - required for passive mode (unless FTPS_EXTERNAL_IP is set).
If both are set this takes precedence.
None - required unless FTPS_EXTERNAL_IP is set
FTPS_SSL_BITS string The number of bits to use for the self-signed SSL certificate. 4096
FTPS_WELCOME string Welcome message when people sign in to the server. "Welcome to the FTPS server."

Licence

MIT

Copyright

Copyright (c) 2021-2022 bfren (unless otherwise stated)

docker-ftps's People

Contributors

bfren avatar mclare avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.