Coder Social home page Coder Social logo

unraid-crushftp9's Introduction

CrushFTP docker image for Unraid

Docker image for CrushFTP server built on phusion/baseimage Ubuntu 18.04 LTS with openjdk-8-jre added.

Setup Notes

The Crushftp process isn't ran by 'root' so ports below 1024 won't work. If wanting to use the basic FTP service the port needs to be changed to 9921 and the passive port range needs to be changed to 10000-10500 in the IP/Server preferences of Crushftp. The port for HTTPS service also needs to be changed to 9443.

The Crushftp setup files are download from https://www.crushftp.com when the docker image is built.

Environment variables

Variable Description Default
CRUSHADMIN Admin user of CrushFTP crushadmin
CRUSHPASSWORD Password for admin user crush9password

Crushftp updates

Crushftp should be updated from the admin UI. Updates to this image will not update the app.

Template for Unraid

add https://github.com/mikeylikesrocks/unraid-docker-templates to the template repository on the Docker tab in Unraid. Template is crushftp9 for this image.

Example docker run command

/var/opt/CrushFTP9_PC needs to be mapped to a volume on the host.

docker run -p 8080:8080 -p 9921:9921 -p 9443:9443 -p 2222:2222 -p 9090:9090 -p 10000:10500 -v /mnt/user:/var/opt/CrushFTP9_PC mdschaefer/unraid-crushftp9

unraid-crushftp9's People

Contributors

mikeylikesrocks avatar stuckless 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.