{% extends "base.html" %} {% block subtitle %}

Point your frame's "Tools Server" field at this server's host:port.

{% endblock %} {% block content %} {% if cfg.immich_url %}
Immich: {{ cfg.immich_url }} (API key configured). Set via IMMICH_URL/IMMICH_API_KEY in docker-compose.yml -- see docker-compose.yml.example.
{% else %}
Immich isn't configured yet. Set IMMICH_URL and IMMICH_API_KEY in docker-compose.yml (copy docker-compose.yml.example) and restart the server.
{% endif %}

Settings

Quiet hours times above are interpreted in this timezone. The device may still wake once right at the start of quiet hours -- it can't know ahead of time -- but goes right back to sleep until they end.

Stats

Loading...

Now displaying

Loading...

Device

Loading...

Battery history

Loading...

Firmware update

{% if cfg.device_board_variant %}Detected board: {{ cfg.device_board_variant }} {% else %}Board not detected yet -- the frame reports it on its next check-in.{% endif %}

{% if cfg.firmware_available_version %}Uploaded: v{{ cfg.firmware_available_version }} -- the frame updates itself on its next wake if it's running something else.{% else %}No firmware uploaded yet.{% endif %}

Gitea repo: {{ cfg.firmware_update_repo_url }}

Upcoming

Drag a photo to reorder (on touch, hold briefly first so a normal scroll still works), "Show next" to jump it to the front, or the × to remove it from rotation entirely.

{% endblock %} {% block scripts %} {% endblock %}