Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit a15814a

Browse files
authored
Merge pull request #190 from linuxserver/deprecation
deprecating the image
2 parents 31a55b8 + 73b3aa3 commit a15814a

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
153153
 
154154
## Application Setup
155155

156+
THIS IMAGE IS DEPRECATED. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent).
157+
156158
Webui can be found at `<your-ip>:80` , configuration files for rtorrent are in /config/rtorrent, php in config/php and for the webui in /config/rutorrent/settings.
157159

158160
`Settings, changed by the user through the "Settings" panel in ruTorrent, are valid until rtorrent restart. After which all settings will be set according to the rtorrent config file (/config/rtorrent/rtorrent.rc),this is a limitation of the actual apps themselves.`
@@ -255,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
255257

256258
## Versions
257259

260+
* **25.03.22:** - Deprecated. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent).
258261
* **02.06.20:** - Rebasing to alpine 3.12.
259262
* **29.02.20:** - Update readme for pex/dht.
260263
* **28.06.19:** - Rebasing to alpine 3.10.

readme-vars.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ param_usage_include_env: true
3131
# application setup block
3232
app_setup_block_enabled: true
3333
app_setup_block: |
34+
THIS IMAGE IS DEPRECATED. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent).
35+
3436
Webui can be found at `<your-ip>:80` , configuration files for rtorrent are in /config/rtorrent, php in config/php and for the webui in /config/rutorrent/settings.
3537
3638
`Settings, changed by the user through the "Settings" panel in ruTorrent, are valid until rtorrent restart. After which all settings will be set according to the rtorrent config file (/config/rtorrent/rtorrent.rc),this is a limitation of the actual apps themselves.`
@@ -63,6 +65,7 @@ app_setup_block: |
6365
6466
# changelog
6567
changelogs:
68+
- { date: "25.03.22:", desc: "Deprecated. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent)." }
6669
- { date: "02.06.20:", desc: "Rebasing to alpine 3.12." }
6770
- { date: "29.02.20:", desc: "Update readme for pex/dht." }
6871
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }

root/etc/cont-init.d/90-deprecated

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
echo '
4+
*************************************************************
5+
*************************************************************
6+
* *
7+
* *
8+
* This image has been deprecated *
9+
* *
10+
* Use crazy-max's image at *
11+
* *
12+
* crazy-max/rtorrent-rutorrent *
13+
* *
14+
* https://hub.docker.com/r/crazymax/rtorrent-rutorrent/ *
15+
* *
16+
* https://github.com/crazy-max/docker-rtorrent-rutorrent *
17+
* *
18+
* *
19+
* *
20+
*************************************************************
21+
*************************************************************'

0 commit comments

Comments
 (0)