Files

31 lines
1.0 KiB
JSON

{
"accounts": [
{
"name": "markus",
"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]"},
{"label": "Google Maps Home", "url": "https://www.google.com/maps?q=[homecity]"},
{"label": "Google Maps Work", "url": "https://www.google.com/maps?q=[workcity]"}
],
"healthcheck_url": "https://healthchecks.example.de/ping/abc123"
},
{
"name": "partner",
"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": ""
}
],
"admins": [
"mmustermann"
]
}