What do you think about moving to keys into Postiz DB #200
Replies: 1 comment
-
Hey, superb idea, I was absolutely going to suggest the same. I totally appreciate you are transitioning this project from a SaaS to a Self-Hosted service, and that means you're having to reverse-engineer several bits to make them more friendly to self-hosting. Generally, self-hosters like to have as few dependencies as possible, and even better, as few dependencies on "cloud-only" services and this will then /really/ appeal to self hosters even more! On top of that, having to edit the .env settings file, stop and start the app makes configuration quite cumbersome. I absolutely don't understand the whole architecture yet, but I'd suggest;
That's a lot of architecture work, and I don't want to go too far, but a simple settings editor to save settings in Postgres would be a hugeee step forward and a great foundation for the future. One extra huge benefit you'd get from this is being able to validate setting values (check that URLs don't end with a /, or that it is a valid Postgresql schema, etc). At the moment, editing the .env file is kind of error-prone as you're not sure if you're entering the value in the right format. |
Beta Was this translation helpful? Give feedback.
-
I know many people want a docker compose but they would still need to edit the .env file to add providers every time.
I can be a lot easier if it could be managed from the DB, from the dashboard with a super admin user.
It does put a bit of security holes that we will need to think about
Beta Was this translation helpful? Give feedback.
All reactions