mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-22 21:29:08 -05:00
Kener uses sqlite by default but also installs mariadb and postgres #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @jakobrosenberg on GitHub (Aug 13, 2025).
By default Kener is configured for sqlite (
DATABASE_URL=sqlite://./database/kener.sqlite.db), yet it also installs two separate database services.This seems like a case of extreme and unnecessary bloat that could be handled through one of the following options: