Disable public nextcloud metrics endpoint #72
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that nextcloud enables a metrics endpoint by default, and makes this available publically for anyone to read. It includes nothing sensitive, but it does include a whole bunch of detailed system information that should probably not be available on the public internet.
This requires
occ
commands to disable at the moment.