vault backup: 2026-01-25 21:39:01

This commit is contained in:
2026-01-25 21:39:01 +01:00
parent 91778b802b
commit 238c90ddb8
5 changed files with 176 additions and 1 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
---
name: Klaus-Dieter Peetz
birthday: 1950-01-27
phone: +49 30 334 93 94
mobile:
mail:
relationship: familie
married: "[[Barbara Peetz]]"
birthday: 1950-01-27
last_chat: 2026-01-24
friends:
created: 2026-01-24 19:43
updated: 2026-01-24
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation:
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2026-01-25
journal-start-date: 2026-01-25
journal-end-date: 2026-01-25
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W04#^04i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-01-25
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-01-25
>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-01-25
>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-01-25
>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-01-25)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 01 AND birthday.day = 25
```
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation:
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2026-01-27
journal-start-date: 2026-01-27
journal-end-date: 2026-01-27
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W05#^05i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-01-27
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-01-27
>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-01-27
>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-01-27
>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-01-27)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 01 AND birthday.day = 27
```
+8
View File
@@ -0,0 +1,8 @@
---
tags:
- IT/Tools/flatpak
- IT/OS/Linux
---
## Link
https://flatpak.org/
+30
View File
@@ -14,3 +14,33 @@ tags:
- [How I got my docker-compose YML to work switching to podman-compose](https://dale-bingham-soteriasoftware.medium.com/how-i-got-my-docker-compose-yml-to-work-switching-to-podman-compose-5252856c6eea)
- [Ultimate Docker to Podman Migration Guide: Its NOT difficult](https://www.simplehomelab.com/docker-to-podman-migration-guide/)
## Installation
### podman
### Podman Desktop
#### [[flatpak]] für Linux
```shell
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub io.podman_desktop.PodmanDesktop
flatpak run io.podman_desktop.PodmanDesktop
flatpak update --user io.podman_desktop.PodmanDesktop
```
## Konfiguration
### WSL
Ändern der `/etc/wsl.conf`
- https://github.com/conda-forge/podman-feedstock/issues/25
```wsl.conf
[boot]
systemd=true
command="mount --make-rshared /"
[user]
default=tpeetz
```