-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to Disable Web Updater #281
Comments
A workaround until one implemented this feature: Let your webserver block requests to |
I would also like to see this option added. |
The ability should be https://github.com/nextcloud/server/blob/7e6d69d166cbc92fb457fc72efc9abe850a0bbe4/config/config.sample.php#L1806-L1809 just needs to read the config |
PR for hiding the section in the admin settings: nextcloud/server#25689 |
PR for blocking index.php when config.php says it must be disabled: #331 |
@PVince81, #331 looks good, but I'd vote against hiding the section in the admin settings (nextcloud/server#25689) since it is still quite useful, if you can check in that section (also if you are performing updates only via CLI), if all apps have an update available for a new major NC update, since that is not possible via occ, afaik. |
This is now completely implemented, afaics. |
For nextcloud/server#18585.
The idea would be to have a second config option that prevents the updater from running from a web browser rather than the command line.
The text was updated successfully, but these errors were encountered: