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

Commit b73b582

Browse files
Bot Updating Templated Files
1 parent 02cc212 commit b73b582

10 files changed

Lines changed: 48 additions & 225 deletions

File tree

.github/ISSUE_TEMPLATE/issue.bug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Bug report
33
about: Create a report to help us improve
44

55
---
6+
# DEPRECATION NOTICE
7+
8+
This image is deprecated. We will not offer support for this image and it will not be updated.
9+
We recommend switching to the new official container:
10+
https://github.com/paperless-ngx/paperless-ngx
11+
612
[linuxserverurl]: https://linuxserver.io
713
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
814

.github/ISSUE_TEMPLATE/issue.feature.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Feature request
33
about: Suggest an idea for this project
44

55
---
6+
# DEPRECATION NOTICE
7+
8+
This image is deprecated. We will not offer support for this image and it will not be updated.
9+
We recommend switching to the new official container:
10+
https://github.com/paperless-ngx/paperless-ngx
11+
612
[linuxserverurl]: https://linuxserver.io
713
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
814

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# DEPRECATION NOTICE
2+
3+
This image is deprecated. We will not offer support for this image and it will not be updated.
4+
We recommend switching to the new official container:
5+
https://github.com/paperless-ngx/paperless-ngx
6+
17
<!--- Provide a general summary of your changes in the Title above -->
28

39
[linuxserverurl]: https://linuxserver.io

.github/workflows/external_trigger.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

.github/workflows/external_trigger_scheduler.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
steps:
99
- uses: actions/first-interaction@v1
1010
with:
11-
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-paperless-ngx/blob/main/.github/ISSUE_TEMPLATE/issue.bug.md) or [feature](https://github.com/linuxserver/docker-paperless-ngx/blob/main/.github/ISSUE_TEMPLATE/issue.feature.md) issue templates!'
12-
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-paperless-ngx/blob/main/.github/PULL_REQUEST_TEMPLATE.md)!'
11+
issue-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-paperless-ngx/blob/main/README.md) may have additional information. Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-paperless-ngx/blob/main/.github/ISSUE_TEMPLATE/issue.bug.md) or [feature](https://github.com/linuxserver/docker-paperless-ngx/blob/main/.github/ISSUE_TEMPLATE/issue.feature.md) issue templates!'
12+
pr-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-paperless-ngx/blob/main/README.md) may have additional information. Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-paperless-ngx/blob/main/.github/PULL_REQUEST_TEMPLATE.md)!'
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/package_trigger.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/package_trigger_scheduler.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Find us at:
2727
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
2828
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
2929

30+
# DEPRECATION NOTICE
31+
32+
This image is deprecated. We will not offer support for this image and it will not be updated.
33+
We recommend switching to the new official container:
34+
https://github.com/paperless-ngx/paperless-ngx
35+
3036
# [linuxserver/paperless-ngx](https://github.com/linuxserver/docker-paperless-ngx)
3137

3238
[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Fpaperless-ngx?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fpaperless-ngx)
@@ -229,6 +235,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
229235

230236
## Versions
231237

238+
* **05.09.22:** - Deprecate.
232239
* **16.05.22:** - Add correct libqpdf.so to arm builds.
233240
* **14.05.22:** - Fine tune disabling of redis.
234241
* **12.05.22:** - Move migrations to after multilangocr mod. Fix disabling of redis. Add missing dep for postgresql.
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 is deprecated. *
9+
* We will not offer support for this image *
10+
* and it will not be updated. *
11+
* *
12+
* *
13+
******************************************************
14+
******************************************************
15+
16+
We recommend switching to the new official container:
17+
https://github.com/paperless-ngx/paperless-ngx
18+
19+
20+
******************************************************
21+
******************************************************'

0 commit comments

Comments
 (0)