Git Product home page Git Product logo

docker-transmission-vsftpd's Introduction

transmission-vsftpd

Docker image for quick deployment of a seed-box based on Transmission and vsftpd. Transmission on port 8080 and FTP-server on port 21 are accessible from VPN only.
GitLab: https://gitlab.com/persoff68-docker/transmission-vsftpd
Docker Hub: https://hub.docker.com/repository/docker/persoff68/transmission-vsftpd

HOW-TO

  1. Install Ubuntu distributive on your local or virtual server.
  2. Set up SSH on port 22. https://help.ubuntu.ru/wiki/ssh
  3. Install OpenVPN client and set up it. I advice to do it with the script written by a good guy from Spain. https://github.com/Nyr/openvpn-install
  4. Copy config/ports.sh to your server e.g. with scp util and run it with bash.
  5. Do the same with config/install-docker.sh.
  6. Run docker image with docker or docker-compose.

Build (that's a reminder for me):

docker build -t persoff68/transmission-vsftpd .

Run (don't forget to use your own username and password):

docker run -d --name transmission-vsftpd --restart always \
  -p 21:21 -p 21100-21110:21100-21110 -p 8080:8080 \
  --env USERNAME=username --env PASSWORD=password \
  persoff68/transmission-vsftpd 

Or run it with docker compose (don't forget to use your own username and password):

docker-compose up -d

docker-transmission-vsftpd's People

Contributors

v-perfilev avatar

Watchers

 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.