Skip to content

Commit

Permalink
Update Paperless to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudertier committed Aug 7, 2023
1 parent 1721e65 commit e274cf7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion paperless-ngx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ RUN apt-get update \
wget \
zlib1g \
default-libmysqlclient-dev \
pkg-config \
mime-support\
poppler-utils \
&& mkdir /var/log/supervisord /var/run/supervisord

RUN wget -O paperless.tar.xz https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.16.5/paperless-ngx-v1.16.5.tar.xz \
RUN wget -O paperless.tar.xz https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.17.0/paperless-ngx-v1.17.0.tar.xz \
&& 7z x paperless.tar.xz \
&& 7z x paperless.tar -o/usr/src/ \
&& cd /usr/src
Expand Down Expand Up @@ -78,6 +81,8 @@ RUN python3 -m pip install --upgrade pip supervisor setuptools
RUN env QPDF_SOURCE_TREE=/qpdf
RUN python3 -m pip install --no-cache-dir -r requirements.txt

RUN python3 -m nltk.downloader stopwords

#### Redis Setup
RUN apt-get install redis-server redis-tools -y
RUN sed -i "s/bind .*/bind 127.0.0.1/g" /etc/redis/redis.conf
Expand Down
3 changes: 2 additions & 1 deletion paperless-ngx/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Paperless-ng Home Assistant Addon
# Paperless Version 1.17.0

## About

Expand All @@ -13,7 +14,7 @@ Read more in the project's [Readme](https://github.com/paperless-ngx/paperless-n
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on.

1. Add Add this URL to your Home Assistant addons repos (Supervisor -> Add-on store -> three dots upper right): `https://github.com/TheBestMoshe/home-assistant-addons`
1. Add Add this URL to your Home Assistant addons repos (Supervisor -> Add-on store -> three dots upper right): `https://github.com/Rudertier/paperless-home-assistant-addon`
1. Install this add-on.
1. Set the configuration.
1. Click the `Save` button to store your configuration.
Expand Down
2 changes: 1 addition & 1 deletion paperless-ngx/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Paperless-ngx",
"version": "1.17.4",
"version": "1.17.5",
"slug": "paperless",
"url": "https://github.com/paperless-ngx/paperless-ngx",
"description": "Paperless is an application that manages your personal documents. With the help of a document scanner, paperless transforms your wieldy physical document binders into a searchable archive and provides many utilities for finding and managing your documents.",
Expand Down

0 comments on commit e274cf7

Please sign in to comment.