Update UI and migrations, fix dockerfile

This commit is contained in:
Your Name
2026-07-18 21:29:05 +05:00
parent 580c75cbf6
commit 26ef145ccf
95 changed files with 9541 additions and 111 deletions
+4
View File
@@ -0,0 +1,4 @@
INSERT INTO app_settings(key, value_json, value_type, title, description, category)
VALUES
('tg_reactor_since', '""'::jsonb, 'str', 'React only since', 'UTC ISO timestamp. If set, TG reactor ignores publications older than this moment.', 'TG Reactor')
ON CONFLICT (key) DO NOTHING;