Skip to content

Conversation

@makoehr
Copy link
Contributor

@makoehr makoehr commented Aug 20, 2025

When running nextcloud with a web hoster it might be necessary to extend .user.ini after each update (e.g. adding memory_limit). To automate this step, an additional config entry may be provided in config.php that specifies the lines to be added to .user.ini.

If the config option 'user_ini_additional_lines' exists, the provided value (string or array of strings) will be added to the file .user.ini. This config option has to be processed by the updater.
This is related to nextcloud/updater#471

Summary

Improved update for users with a web hoster

Checklist

@makoehr makoehr requested a review from a team as a code owner August 20, 2025 22:00
@makoehr makoehr requested review from icewind1991, nfebe and provokateurin and removed request for a team August 20, 2025 22:00
@skjnldsv skjnldsv force-pushed the extend-user-ini-with-lines-from-configuration branch from 0980a39 to a6200e5 Compare August 21, 2025 08:43
When running nextcloud with a web hoster it might be necessary
to extend .user.ini after each update (e.g. adding memory_limit).
To automate this step, an additional config entry may be provided
in config.php that specifies the lines to be added to .user.ini.

If the config option 'user_ini_additional_lines' exists, the provided
value (string or array of strings) will be added to .user.ini.

Signed-off-by: Mathias Koehrer <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
@skjnldsv skjnldsv force-pushed the extend-user-ini-with-lines-from-configuration branch from a6200e5 to 109b454 Compare August 21, 2025 08:43
@skjnldsv skjnldsv merged commit 2e81653 into nextcloud:master Aug 21, 2025
172 of 176 checks passed
@welcome
Copy link

welcome bot commented Aug 21, 2025

Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

@skjnldsv skjnldsv removed the 3. to review Waiting for reviews label Aug 21, 2025
@nextcloud-bot nextcloud-bot mentioned this pull request Aug 22, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2025

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants