The following changes were made:
openmediavault 2.2.14
- Backport Chrome browser workaround to fix WebUI render issues.
The following changes were made:
openmediavault 2.2.14
If you want to execute a RPC from the command line on your host system, then you should use the following commands.
# Login curl --request POST --cookie-jar cookies.txt --data '{"service":"session","method":"login","params":{"username":"admin","password":"<PASSWORD>"}}' <URL>/rpc.php # Execute the RPC curl --request POST --cookie cookies.txt --data '{"service":"<NAME>","method":"<NAME>","params":null}' <URL>/rpc.php # Logout curl --request POST --cookie cookies.txt --data '{"service":"session","method":"logout","params":null}' <URL>/rpc.php
Example:
curl --request POST --cookie cookies.txt --data '{"service":"system","method":"noop","params":null}' <URL>/rpc.php
Here are the final results from the SUSE Hack Week 2017:
The release name of OMV4 will be Arrakis. The work on OMV4 will be stopped or slowed down now because the main priority is the release of OMV3 as soon as possible. Please don’t expect OMV4 before Debian 9.1 is released. For example it is currently not possible to cross build required Debian packages with pbuilder for other platforms except AMD64 and i386. Hopefully this will be fixed with the final Debian 9.
Finally here are some screenshots from the OMV4 WebUI.
Because of the SUSE hack week i will have a look on the following issues for the openmediavault project:
Starting today there will be only 64bit ISO images for OMV3 to download. If you still need a 32bit installation, then use the Debian 32bit netinstall ISO image and install OMV3 manually.