{% extends "app_base.html" %} {% block title %}Settings{% endblock %} {% block page_title %}Your account{% endblock %} {% block content %} {% if saved %}
Saved.
{% endif %} {% if error %}
{{ error }}
{% endif %}

Profile & photo library

Used for password-reset links and, for frames you own, battery-low alerts (set a threshold in a frame's Configuration tab).

Frames you own pull photos from this Immich library. The key needs read access to albums/assets/faces plus sharedLink.create for the on-frame share QR.

Calendar

Your personal calendar subscription link (no login needed -- e.g. Google Calendar's Settings → "Secret address in iCal format", or Apple/Outlook/ Nextcloud's equivalent). Setting it here doesn't show it anywhere by itself -- include it on any frame you're linked to from that frame's Configuration → Calendar card, so a frame only shows calendars people have actually chosen to share with it.

Change password

Leave both blank to keep your current password.

{% endblock %}