• 0 Posts
  • 4 Comments
Joined 2 months ago
cake
Cake day: February 1st, 2026

help-circle
  • Personally, I think going local file config first was the right decision, depending on what the target audience is. For homelab users with one or two databases it may seem like extra work. For professionals or advanced users who like, or even need, to automate using tools like Ansible etc this makes it easier to deploy on larger scale. You can of course allow users to update settings after the fact through the UI while keeping the json file. I have dropped projects in the past due to the exact issue that its only configurable to the UI that makes bulk operations or automation hard or impossible.

    I’m currently using shell scripts (pg_dump) and crontabs to back up my databases, so thanks, will check it out!