Recently, there was a start to shift certain settings to being available only in the database like the avatar / gravatar related settings. I am wondering: How are users able to toggle this without manual setting, e.g. when mass-provisioning Forgejo instances?
I propose that we really reconsider this step and maybe take a better way than Gitea, because I do not see any benefits. If you want to hot-reload settings, you could also implement settings reload, or write back toggled values to the config file.
An alternative would be an option to toggle and initialize these settings differently, but I cannot find something in the docs.
Recently, there was a start to shift certain settings to being available only in the database like the avatar / gravatar related settings. I am wondering: How are users able to toggle this without manual setting, e.g. when mass-provisioning Forgejo instances?
I propose that we really reconsider this step and maybe take a better way than Gitea, because I do not see any benefits. If you want to hot-reload settings, you could also implement settings reload, or write back toggled values to the config file.
An alternative would be an option to toggle and initialize these settings differently, but I cannot find something in the docs.