{% 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.

When a Gitea repo URL is set, the server periodically checks its releases for a newer build for the board above. With auto-apply off, an "Update frame" button appears below when one's found; with it on, the server stages the new build itself -- the frame still only updates on its own next wake.

Stats

Loading...

Now displaying

Loading...

Device

Loading...

Battery history

Loading...

Firmware update

{% 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 %}

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 %}