Let's Play With Release 3.3!
We are testing ferociously version of 3.3. It will take some until we hunt down major bugs.
You can help! Start messing around with it right now. See how it feels like! Open bugs, report issues with documentation. Give us feedback.
Start docker container with basic webapp using following command:
docker run -p 12000:80 \
-e PAPERMERGE__SECURITY__SECRET_KEY=abc \
-e PAPERMERGE__AUTH__PASSWORD=pass123 \
papermerge/papermerge:3.3b16
- Username:
admin
- Password:
pass123
- URL:
http://localhost:12000
As of writing this post, the latest docker image is 3.3b16
. But that may change.
Check latest image version on github repository tags
or directly on docker hub.
Documentation has new sections:
Check docker compose section for how to start application locally.
- Found a problem? Open a ticket on github.
- Feedback? Start a discussions on github.