TheBestMoshe / home-assistant-addons

Collection of Home Assistant Addons
17 stars 25 forks source link

Update to paperless-ng v1.1.4 #3

Closed petewasher closed 3 years ago

petewasher commented 3 years ago

This PR covers updating to paperless v1.1.4 as I suggested in #1. I have tried to make the minimum changes to get this to build correctly. I note that there are some changes in the paperless-ng folder structure too, which required a couple of changes here.

The docker images build from this are pushed to my docker hub at present, which is why I've setup the config.json to point there. If you think we should push them somewhere else, let me know - happy to sort that out. Alternatively, I can give you access to the docker hub team to manipulate the images.

TheBestMoshe commented 3 years ago

The docker images build from this are pushed to my docker hub at present, which is why I've setup the config.json to point there. If you think we should push them somewhere else, let me know - happy to sort that out. Alternatively, I can give you access to the docker hub team to manipulate the images.

We can leave this for now, however, I want to automate building the containers with GitHub Actions.

If you have experience with GitHub Actions you add it in a PR. Otherwise, I can do it.