- 🗂️ FTP storage server You can store your data using FTP protocol.
- 👥 Simple FTP account management You can create, update and delete FTP accounts simply and quickly.
- 📊 Simple Statistics Intuitive server and account storage statistics.
git clone https://github.com/atplus-digital/pftp.git && cd pftp
mkdir cert && openssl req -x509 -nodes -newkey rsa:2048 -keyout cert/pure-ftpd.pem -out cert/pure-ftpd.pem -days 3650
mv .env.example .env
EXTERNAL_IP= External IP address
MYSQL_HOST= Database server host
MYSQL_PORT= Database server port
MYSQL_USER= Database User
MYSQL_PASSWORD= Database Password
MYSQL_DATABASE= Database name
ADMIN_PASSWORD= Admin password
LETSENCRYPT_MAIL= Email for SSL certificate generation
DOMAIN_SERVER= Domain name
docker-compose up -d
- Portuguese (PT-BR) 🇧🇷
- English (en) 🇺🇸 (Coming soon)