├── Dockerfile ├── Jenkinsfile ├── README.md ├── VERSION ├── docker-compose.yml └── root ├── defaults └── config.js └── etc ├── cont-init.d ├── 21-config-flood └── 51-setconf-flood └── services.d └── flood └── run /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | v6.0.0 2 | -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /root/defaults/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/root/defaults/config.js -------------------------------------------------------------------------------- /root/etc/cont-init.d/21-config-flood: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/root/etc/cont-init.d/21-config-flood -------------------------------------------------------------------------------- /root/etc/cont-init.d/51-setconf-flood: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/root/etc/cont-init.d/51-setconf-flood -------------------------------------------------------------------------------- /root/etc/services.d/flood/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romancin/rutorrent-flood-docker/HEAD/root/etc/services.d/flood/run --------------------------------------------------------------------------------