the-paperless-project / paperless

Scan, index, and archive all of your paper documents
GNU General Public License v3.0
7.85k stars 498 forks source link

Question: Synology Docker GUI; volume and environment settings #549

Open iAmRenzo opened 5 years ago

iAmRenzo commented 5 years ago

I read the manual, but it only gives information on linux docker, users of Synology have a GUI for the settings. Somehow I am not able to extract the volume and environment settings from the manual. Can somebody give me some, or maybe make a wiki page for it?

Which volumes/folders need to be mounted. Which environmental settings need to be set. And does this also include OCR languages?

MasterofJOKers commented 5 years ago

Maybe the comments in #385 could help you starting here.

torbengb commented 4 years ago

These settings should be sufficient:

Synology > app "Docker" > section "Images" > image "thepaperlessproject:paperless" > button "Launch" > button "Advanced settings" > tab "Volume" > button "Add Folder" > (see below) > tab "Environment" > button "+" > (see below)

Volumes:

Environment:

Then when it runs, go to app "Docker" > section "Container" > your new image > button "Details" > tab "Terminal" > look as it's working.

iAmRenzo commented 4 years ago

These settings should be sufficient:

Synology > app "Docker" > section "Images" > image "thepaperlessproject:paperless" > button "Launch" > button "Advanced settings" > tab "Volume" > button "Add Folder" > (see below) > tab "Environment" > button "+" > (see below)

Volumes:

  • /your/path/to/consume = /consume
  • /your/path/to/data = /data
  • /your/path/to/media = /media
  • /your/path/to/data = /export

Environment:

  • PAPERLESS_OCR_LANGUAGES = deu dan eng

Then when it runs, go to app "Docker" > section "Container" > your new image > button "Details" > tab "Terminal" > look as it's working.

It's constantly crashing... rebooting... crashing :(