From e1483f7aa5436ba88e21561d090b5978dcdc6903 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Mon, 4 May 2026 21:56:26 -0500 Subject: [PATCH] fix favicon in navbar --- config-appview.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-appview.example.yaml b/config-appview.example.yaml index 57537e1..ca357b2 100644 --- a/config-appview.example.yaml +++ b/config-appview.example.yaml @@ -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.