Skip to content

Commit

Permalink
add new post
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Nov 28, 2024
1 parent a58ccf0 commit e3c5936
Show file tree
Hide file tree
Showing 63 changed files with 12,479 additions and 377 deletions.
Binary file added docs/assets/favicon.ico
Binary file not shown.
85 changes: 85 additions & 0 deletions docs/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
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
49 changes: 49 additions & 0 deletions docs/posts/08-play-with-3.3.md
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).
Binary file added docs/posts/08-play-with-3.3/papermerge-3.3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ site_url: https://papermerge.blog

theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.ico
features:
- navigation.sections

Expand All @@ -12,4 +14,5 @@ nav:
plugins:
- blog:
blog_dir: .
post_excerpt: optional
- search
Loading

0 comments on commit e3c5936

Please sign in to comment.