web custom links city placeholder

This commit is contained in:
2026-08-05 20:47:00 +02:00
parent e54891f4ed
commit cbf4020a3e
3 changed files with 29 additions and 3 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
"authelia_user": "mmustermann",
"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": "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]"}
]
},
{