-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
12,479 additions
and
377 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Papermerge Blog | ||
# Home | ||
|
||
News, announcements and articles related to Papermerge and document management in general |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
date: 2024-11-28 | ||
tags: | ||
- community | ||
--- | ||
|
||
# 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: | ||
|
||
<!-- more --> | ||
|
||
```shell | ||
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` | ||
|
||
|
||
![Preview of 3.3 beta](08-play-with-3.3/papermerge-3.3.gif) | ||
|
||
|
||
As of writing this post, the latest docker image is `3.3b16`. But that may change. | ||
Check latest image version [on github repository tags](https://github.com/papermerge/papermerge-core/tags) | ||
or directly on [docker hub](https://hub.docker.com/r/papermerge/papermerge/tags). | ||
|
||
Documentation has new sections: | ||
|
||
* [Document Types](https://docs.papermerge.io/3.3/user/document-types/) | ||
* [Custom Fields](https://docs.papermerge.io/3.3/user/custom-fields/) | ||
* [Path Templates](https://docs.papermerge.io/3.3/user/path-templates/) | ||
|
||
Check [docker compose](https://docs.papermerge.io/3.3/setup/docker-compose/) section for how to start | ||
application locally. | ||
|
||
* Found a problem? Open [a ticket on github](https://github.com/ciur/papermerge/issues). | ||
* Feedback? Start a [discussions on github](https://github.com/ciur/papermerge/discussions). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.