-
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.
add blog post entry with new 3.3 release
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
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,29 @@ | ||
--- | ||
date: 2024-12-21 | ||
tags: | ||
- community | ||
--- | ||
|
||
# Release 3.3 | ||
|
||
Release 3.3 is out π π π! | ||
|
||
Check latest [docker compose setup documentation](https://docs.papermerge.io/3.3/setup/docker-compose/#ocr-worker-s3), | ||
there are new sections which include setup examples with S3 Object storage. | ||
There is also an example with SOLR search setup. | ||
|
||
To start very basic setup use following command: | ||
|
||
```shell | ||
docker run -p 2025:80 \ | ||
-e PAPERMERGE__SECURITY__SECRET_KEY=abc \ | ||
-e PAPERMERGE__AUTH__PASSWORD=happy2025 \ | ||
papermerge/papermerge:3.3 | ||
``` | ||
|
||
* Username: `admin` | ||
* Password: `happy2025` | ||
* URL: `http://localhost:2025` | ||
|
||
|
||
Happy new year π π π! |