<div dir="ltr">Hello,<div><br></div><div>Is there any way to set config parameters of the ownCloud server before the Finish Setup screen (and therefore before database created)?</div><div>If there's no such possibility I just have created this pull request, please, take a look: <a href="https://github.com/owncloud/core/pull/6279">https://github.com/owncloud/core/pull/6279</a></div>
<div><br></div><div>Here are some details why I need this.</div><div>I want to use ownCloud in the following way:<br></div><div><ol><li>I install and setup ownCloud and apache on the server under my control.<br></li><li>I handover the server and can't have access to it after handover.<br>
</li><li>Users of the server are non-tech consumers - I don't want them to deal with any setup.<br></li><li>Though users should provide the admin credentials on first run of ownCloud (and that all what they should provide to start working with ownCloud).<br>
</li></ol><div>There are some options which I want to configure differently then default settings. One example would be using HTTPS:</div></div><div><pre class="" style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51)">
\OC_Config::setValue( "forcessl", true);</pre></div><div><div>So what I proposed in my pull request is that core/setup.php after successful installation of ownCloud (when DB already created) checks for config/autosetup.php file and executes it if there's such a file. In config/autosetup.php I can put all instraction I want to execute to tweak ownCloud server after intallation.<br>
</div><div><br></div><div>Thanks,</div><div>Vladimir Sapronov<br></div></div></div>