Compare commits
4 Commits
release-v0
...
cleanup-do
| Author | SHA1 | Date | |
|---|---|---|---|
| 882fb6448d | |||
| a296efbb86 | |||
| cb8192640d | |||
| c35f86b7c4 |
@@ -29,11 +29,11 @@ release:
|
||||
gitea:
|
||||
owner: "{{ .Env.REGISTRY_USER }}"
|
||||
name: mailcow-birthday-daemon
|
||||
gitea_urls:
|
||||
api: "{{ .Env.REGISTRY_URL }}/api/v1/"
|
||||
download: "{{ .Env.REGISTRY_URL }}"
|
||||
skip_tls_verify: false
|
||||
prerelease: auto
|
||||
gitea_urls:
|
||||
api: "{{ .Env.REGISTRY_URL }}/api/v1/"
|
||||
download: "{{ .Env.REGISTRY_URL }}"
|
||||
skip_tls_verify: false
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
|
||||
@@ -30,6 +30,17 @@ docker compose exec birthdaydaemon /mailcow-birthday-daemon cleanup <alter-kalen
|
||||
docker compose exec birthdaydaemon /mailcow-birthday-daemon cleanup Birthdays
|
||||
```
|
||||
|
||||
**Beispielausgabe:**
|
||||
|
||||
```
|
||||
2026/03/28 23:46:22 INFO starting calendar cleanup calendarName=Birthdays
|
||||
2026/03/28 23:46:22 INFO using internal resolve host for connections resolveHost=nginx-mailcow
|
||||
2026/03/28 23:46:22 INFO removed old birthday calendar user=user1@example.com calendar=Birthdays
|
||||
2026/03/28 23:46:23 INFO removed old birthday calendar user=user2@example.com calendar=Birthdays
|
||||
2026/03/28 23:46:23 INFO removed old birthday calendar user=user3@example.com calendar=Birthdays
|
||||
2026/03/28 23:46:24 INFO cleanup finished processed=5 skipped=0
|
||||
```
|
||||
|
||||
> **Hinweis:** Der Daemon muss vorher mindestens einmal gelaufen sein, damit App-Passwörter im State-File vorhanden sind. Benutzer ohne gespeichertes Passwort werden übersprungen.
|
||||
|
||||
## Kalender erscheint nicht in SOGo
|
||||
|
||||
Reference in New Issue
Block a user