Any salvage/repurpose ideas for My Cloud?

As explained in one of the other threads discussing the potential security issues, one could disable the web server within the My Cloud. That is one way to mitigate some or many of these potential security issues.

One can stop the Apache2/HTTPD service using SSH to issue the following command:
service apache2 stop
To restart the service:
service apache2 start

One could further modify the My Cloud startup files to stop the service from starting or turning it off after it starts.