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

Commit

Permalink
Merge pull request #190 from linuxserver/deprecation
Browse files Browse the repository at this point in the history
deprecating the image
  • Loading branch information
aptalca authored Apr 8, 2021
2 parents 31a55b8 + 73b3aa3 commit a15814a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
 
## Application Setup

THIS IMAGE IS DEPRECATED. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent).

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.

`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.`
Expand Down Expand Up @@ -255,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **25.03.22:** - Deprecated. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent).
* **02.06.20:** - Rebasing to alpine 3.12.
* **29.02.20:** - Update readme for pex/dht.
* **28.06.19:** - Rebasing to alpine 3.10.
Expand Down
3 changes: 3 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ param_usage_include_env: true
# application setup block
app_setup_block_enabled: true
app_setup_block: |
THIS IMAGE IS DEPRECATED. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent).
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.
`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.`
Expand Down Expand Up @@ -63,6 +65,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "25.03.22:", desc: "Deprecated. Please migrate to [crazy-max's image](https://github.com/crazy-max/docker-rtorrent-rutorrent)." }
- { date: "02.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "29.02.20:", desc: "Update readme for pex/dht." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
Expand Down
21 changes: 21 additions & 0 deletions root/etc/cont-init.d/90-deprecated
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/usr/bin/with-contenv bash

echo '
*************************************************************
*************************************************************
* *
* *
* This image has been deprecated *
* *
* Use crazy-max's image at *
* *
* crazy-max/rtorrent-rutorrent *
* *
* https://hub.docker.com/r/crazymax/rtorrent-rutorrent/ *
* *
* https://github.com/crazy-max/docker-rtorrent-rutorrent *
* *
* *
* *
*************************************************************
*************************************************************'

0 comments on commit a15814a

Please sign in to comment.