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

Commit 0d14bae

Browse files
authored
Merge pull request #36 from linuxserver/deprecate
Deprecate
2 parents ac9e2c6 + 3f61c99 commit 0d14bae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ project_url: "https://github.com/paperless-ngx/paperless-ngx"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/paperless-ngx-banner.png"
77
project_blurb: |
88
[{{ project_name|capitalize }}]({{ project_url }}) is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents."
9-
109
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
1110

11+
project_deprecation_status: true
12+
project_deprecation_message: |
13+
We recommend switching to the new official container:
14+
https://github.com/paperless-ngx/paperless-ngx
15+
1216
# supported architectures
1317
available_architectures:
1418
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -44,6 +48,7 @@ app_setup_block: |
4448
For convenience this container provides an alias to perform administration management commands. Available administration commands are documented upstream [here](https://paperless-ng.readthedocs.io/en/latest/administration.html) and can be accessed with this container thus: `docker exec -it <container_name> manage <command>`. For example, `docker exec -it paperless manage document_retagger -tT`.
4549
# changelog
4650
changelogs:
51+
- { date: "05.09.22:", desc: "Deprecate." }
4752
- { date: "16.05.22:", desc: "Add correct libqpdf.so to arm builds." }
4853
- { date: "14.05.22:", desc: "Fine tune disabling of redis." }
4954
- { date: "12.05.22:", desc: "Move migrations to after multilangocr mod. Fix disabling of redis. Add missing dep for postgresql." }

0 commit comments

Comments
 (0)