mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
birthday mail for each account
This commit is contained in:
@@ -15,6 +15,9 @@ Felder pro Account:
|
||||
`Remote-User`-Header an die Web-Ansicht/API durchreicht. Dieser Wert
|
||||
bestimmt, welchen Account ein eingeloggter Benutzer in der
|
||||
Web-Ansicht sieht.
|
||||
- `birthday_mail_to` (optional): Empfänger-Adresse für die tägliche
|
||||
Geburtstagsmail. Fehlt das Feld oder ist leer, wird für diesen Account
|
||||
keine Geburtstagsmail versendet.
|
||||
- `healthcheck_url` (optional): URL, die nach jedem erfolgreichen
|
||||
Sync-Lauf dieses Accounts aufgerufen wird (z.B. für Uptime-Monitoring
|
||||
wie Healthchecks.io). Bei Sync-Fehlern wird die URL nicht aufgerufen.
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"apple_email": "markus@icloud.com",
|
||||
"apple_app_password": "xxxx-xxxx-xxxx-xxxx",
|
||||
"authelia_user": "mmustermann",
|
||||
"birthday_mail_to": "markus@example.de",
|
||||
"custom_links": [
|
||||
{"label": "Google Suche", "url": "https://www.google.com/search?q=[fullname]"},
|
||||
{"label": "LinkedIn", "url": "https://www.linkedin.com/search/results/all/?keywords=[fullname]"},
|
||||
@@ -18,6 +19,7 @@
|
||||
"apple_email": "partner@icloud.com",
|
||||
"apple_app_password": "yyyy-yyyy-yyyy-yyyy",
|
||||
"authelia_user": "partner.user",
|
||||
"birthday_mail_to": "partner@example.de",
|
||||
"custom_links": [],
|
||||
"healthcheck_url": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user