This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment
-
Oooops, sorry, wrong paperless |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've succesfully installed some BareMetal Installs. Today I installed via Portainer (without docker-compose) with a tweaked .env and .yml on a Pi400 with a sepeate /home.
docker-compose.env.txt
docker-compose.yml.txt
Although I enabled the TRASH (
PAPERLESS_TRASH_DIR=/usr/src/paperless/trash
) and made the bind, it does not save deleted files to /home/tg/paperless/trash.While searching I manually created /usr/src/paperless/trash and /usr/src/paperless/media/trash in the container, but nothing goes there either.
Where do I change which lever to activate the trash?
BTW: I had to set the first user inside the container with
python3 manage.py createsuperuser
Beta Was this translation helpful? Give feedback.
All reactions