feat: add custom domains

This commit is contained in:
2026-04-10 05:09:28 +04:00
parent 34470197d1
commit b80258f17e
9 changed files with 201 additions and 13 deletions
+1
View File
@@ -132,6 +132,7 @@ export async function migrate(sql: any) {
show_cert_expiry BOOLEAN NOT NULL DEFAULT false,
bar_frequency TEXT NOT NULL DEFAULT 'daily',
bar_count INTEGER NOT NULL DEFAULT 90,
custom_domain TEXT UNIQUE,
custom_css TEXT,
footer_text TEXT,
og_image_url TEXT,