fix favicon in navbar

This commit is contained in:
Evan Jarrett
2026-05-04 21:56:26 -05:00
parent b2d6842bb7
commit e1483f7aa5
+1 -1
View File
@@ -43,7 +43,7 @@ ui:
# SQLite/libSQL database for OAuth sessions, stars, pull counts, and device approvals.
database_path: /var/lib/atcr/ui.db
# Visual theme name (e.g. "seamark"). Empty uses default atcr.io branding.
theme: ""
theme: "seamark"
# libSQL sync URL (libsql://...). Works with Turso cloud or self-hosted libsql-server. Leave empty for local-only SQLite.
libsql_sync_url: ""
# Auth token for libSQL sync. Required if libsql_sync_url is set.