initial commit

This commit is contained in:
2026-08-04 21:02:28 +02:00
parent fc1bbe2a85
commit d14690c525
27 changed files with 1810 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"accounts": [
{
"name": "markus",
"apple_email": "markus@icloud.com",
"apple_app_password": "xxxx-xxxx-xxxx-xxxx",
"authelia_user": "mmustermann"
},
{
"name": "partner",
"apple_email": "partner@icloud.com",
"apple_app_password": "yyyy-yyyy-yyyy-yyyy",
"authelia_user": "partner.user"
}
],
"admins": [
"mmustermann"
]
}