Launch your Torrents app on Scaleway servers in minutes.
- Create a
public
folder without authentication (#13) - Fix: maximum torrent file size patch was not applied (#22)
- Fix: create SSL certificates for vsftpd (#21)
- Bumped rutorrent to 3.7
- Switched to Ubuntu Trusty base image
- Fix vsftpd permissions, so user can download the files he uploaded
- Enable FTPS (#14)
- Increased maximum torrent file size to 15M (#11)
- Added a symlink of the downloads folder in /root
- Credentials are editable (#9)
- Index page to link to ruTorrent, download directory and account page
- Added a directory listing (using h5ai) (#3)
- Configure vsftpd to manage download directory (#2)
This initial version contains:
- rtorrent, launched by supervisord
- rutorrent (web interface) to manage torrents, with default plugins configured and useless plugins removed (httprpc and rpc)
- a basic installer to setup credentials when rutorrent is accessed for the first time
- the init job
/etc/init/update-rtorrent-ip.conf
to set server's IP address in/home/rtorrent/.rtorrent.rc
This image is meant to be used on a Scaleway server.
We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.