Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add Trilobite favicon and serve it from /favicon.ico.

Ship brand ICO/SVG under priv/static, link them in page heads, allow favicon during first-run setup, and reserve the path from repository proxying.

Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 43157cd8c45ac8d5d9075213cff7b4741cffcec7e1bbad171934806787637b52
User & Date: pluto 2026-08-31 01:47:54.523
Context
2026-08-31
01:48
Require Fossil commits after each finished task.

Add a project Cursor rule so agents always check in completed work to the Trilobite Fossil repository. check-in: 2f6822e648 user: pluto tags: trunk

01:47
Add Trilobite favicon and serve it from /favicon.ico.

Ship brand ICO/SVG under priv/static, link them in page heads, allow favicon during first-run setup, and reserve the path from repository proxying. check-in: 43157cd8c4 user: pluto tags: trunk

01:39
Package Trilobite for Docker amd64 and fix container networking.

Add Ubuntu 24.04 multi-stage Dockerfile/compose with local OTP/Gleam/Fossil/rebar3 artifacts, bind mist to APP_HOST so published ports work, inject Fossil skins via SQL, and keep gzip Content-Encoding intact through the proxy. check-in: 991c5157f5 user: pluto tags: trunk

Changes
Unified Diff Side-by-Side Diff Patch
Added .fossil-settings/binary-glob.
Added priv/static/favicon.ico.
Added priv/static/favicon.svg.
Changes to src/trilobite/route_policy.gleam.
Changes to src/trilobite/views.gleam.
Changes to src/trilobite/web.gleam.
Changes to test/trilobite/route_policy_test.gleam.