vault backup: 2026-02-15 15:20:01

This commit is contained in:
2026-02-15 15:20:01 +01:00
parent 01a1a41df1
commit dfd82d7199
3 changed files with 106 additions and 26 deletions
+38
View File
@@ -0,0 +1,38 @@
---
tags:
- IT/Tools
- Dokumentenmanagement
---
## Installation
### podman
```shell
git clone github.com/jdoss/ppngx.git
git clone gitlab.com/tpeetz/ppngx-config.git
```
`start.sh`
```
PAPERLESS_TIME_ZONE=Europe/Berlin
PAPERLESS_OCR_LANGUAGE=deu
SFTPGO_ADMIN_PASSWORD=6OmF8RLqmMPknopE
SFTPGO_PAPERLESS_PASSWORD=A84jyWheT7bbx4wV
PAPERLESS_SECRET_KEY=cZSwWD1V5He1HFRhYdn9bd38SYylQeve
POSTGRESQL_PASSWORD=c1wL1yo26koF6lFP
SAMBA_SERVER_PORT=1445
```
## Tutorial
- https://www.ojambo.com/how-to-get-started-with-paperless-ngx-using-podman-a-beginner-friendly-guide
- [Paperless Guide](https://tbsch.de/series/paperless-guide/)
- [Paperless Guide: Einführung · Tobias Schulz](https://tbsch.de/post/2024-01-28-paperless-guide-introduction/)
- [Paperless Guide: Klassifizierung · Tobias Schulz](https://tbsch.de/post/2024-02-11-paperless-guide-classification/)
- [Paperless-ngx, Teil 12: Mein Alltag mit Paperless-ngx - Digital Cleaning](https://digital-cleaning.de/index.php/paperless-ngx-teil-12-mein-alltag-mit-paperless-ngx/)
- [Der Ultimative Paperless-NGX Guide: Installation & Nutzung (2025)](https://deployn.de/guides/paperless-ngx/)
- [Paperless-ngx Installation mit Podman - Programme - Linux Guides Community](https://forum.linuxguides.de/index.php?thread%2F11519-paperless-ngx-installation-mit-podman%2F=)
- [Paperless-ngx auf dem Raspberry Pi - erstaunlich gut - Teil 1 - Digital Cleaning](https://digital-cleaning.de/index.php/paperless-ngx-auf-dem-raspberry-pi-erstaunlich-gut-teil-1/)
- [Anleitungen paperless-ngx — Digitalisierung mit Kopf](https://www.digitalisierung-mit-kopf.de/blogs/anleitungen)
-26
View File
@@ -1,26 +0,0 @@
---
tags:
- IT/Tools
- Dokumentenmanagement
---
## Installation
### podman
```shell
git clone github.com/jdoss/ppngx.git
git clone gitlab.com/tpeetz/ppngx-config.git
```
`start.sh`
```
PAPERLESS_TIME_ZONE=Europe/Berlin
PAPERLESS_OCR_LANGUAGE=deu
SFTPGO_ADMIN_PASSWORD=6OmF8RLqmMPknopE
SFTPGO_PAPERLESS_PASSWORD=A84jyWheT7bbx4wV
PAPERLESS_SECRET_KEY=cZSwWD1V5He1HFRhYdn9bd38SYylQeve
POSTGRESQL_PASSWORD=c1wL1yo26koF6lFP
SAMBA_SERVER_PORT=1445
```
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation: true
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2026-02-15
journal-start-date: 2026-02-15
journal-end-date: 2026-02-15
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W07#^07i|Woche]] | [[2026-02#^02i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-02-15
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-02-15
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-02-15
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-02-15
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-02-15)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 02 AND birthday.day = 15
```