Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #40 from linuxserver/deprecate
Browse files Browse the repository at this point in the history
deprecate
  • Loading branch information
aptalca authored Dec 22, 2020
2 parents 2a10376 + d9359f8 commit b746245
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
Empty file modified .github/ISSUE_TEMPLATE/config.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/issue.feature.md
100755 → 100644
Empty file.
Empty file modified .github/workflows/external_trigger.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/external_trigger_scheduler.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/package_trigger.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/package_trigger_scheduler.yml
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,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 [Mylar3](https://github.com/linuxserver/docker-mylar3).

The web ui for settings etc, is on `<your-ip>:8090`
For more detailed setup refer [Mylar](https://github.com/evilhero/mylar).

Expand Down Expand Up @@ -222,6 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **21.12.20:** - Deprecated. Please migrate to [Mylar3](https://github.com/linuxserver/docker-mylar3).
* **19.12.19:** - Rebasing to alpine 3.11.
* **28.06.19:** - Rebasing to alpine 3.10.
* **08.05.19:** - Re-install requests pip package to downgrade urllib version suitable for mylar.
Expand Down
3 changes: 3 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ param_ports:
# application setup block
app_setup_block_enabled: true
app_setup_block: |
THIS IMAGE IS DEPRECATED. Please migrate to [Mylar3](https://github.com/linuxserver/docker-mylar3).
The web ui for settings etc, is on `<your-ip>:8090`
For more detailed setup refer [{{ project_name|capitalize }}]({{ project_url }}).
# changelog
changelogs:
- { date: "21.12.20:", desc: "Deprecated. Please migrate to [Mylar3](https://github.com/linuxserver/docker-mylar3)." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "08.05.19:", desc: "Re-install requests pip package to downgrade urllib version suitable for mylar." }
Expand Down
21 changes: 21 additions & 0 deletions root/etc/cont-init.d/90-deprecate
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 the new image at *
* *
* linuxserver/mylar3 *
* *
* https://hub.docker.com/r/linuxserver/mylar3 *
* *
* https://github.com/linuxserver/docker-mylar3 *
* *
* *
* *
******************************************************
******************************************************'

0 comments on commit b746245

Please sign in to comment.