feat: self-host fonts and Tiptap, add admin task scheduler #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/self-hosted-assets-and-admin-tasks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
via @font-face in static/fonts, removes Google Fonts dependency
bundle committed as vendored asset, rebuilt in Docker multi-stage build
(daily) and SQLite VACUUM (weekly); both schedules configurable via
CLEANUP_SCHEDULE and VACUUM_SCHEDULE env vars (cron expressions)
"Run now" trigger for each task; Users/Tasks tab nav added to admin