From dfd82d719996ace723fa72187e7ba6814c5d5391 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Sun, 15 Feb 2026 15:20:01 +0100 Subject: [PATCH] vault backup: 2026-02-15 15:20:01 --- Infos/IT/Paperless NGX.md | 38 ++++++++++++++++ Infos/IT/Paperless-ngx.md | 26 ----------- Journal/Privat/2026/02/2026-02-15.md | 68 ++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+), 26 deletions(-) create mode 100644 Infos/IT/Paperless NGX.md delete mode 100644 Infos/IT/Paperless-ngx.md create mode 100644 Journal/Privat/2026/02/2026-02-15.md diff --git a/Infos/IT/Paperless NGX.md b/Infos/IT/Paperless NGX.md new file mode 100644 index 0000000..1213c95 --- /dev/null +++ b/Infos/IT/Paperless NGX.md @@ -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) diff --git a/Infos/IT/Paperless-ngx.md b/Infos/IT/Paperless-ngx.md deleted file mode 100644 index 9f5be8a..0000000 --- a/Infos/IT/Paperless-ngx.md +++ /dev/null @@ -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 -``` diff --git a/Journal/Privat/2026/02/2026-02-15.md b/Journal/Privat/2026/02/2026-02-15.md new file mode 100644 index 0000000..7bad56f --- /dev/null +++ b/Journal/Privat/2026/02/2026-02-15.md @@ -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 +```