The new UI is not exposing the configurable options, i.e. the "options" in settings.json as per [https://doc.freenas.org/11.2/plugins.html#plugin-json-options] for the new iocage-based plugins that offer this functionality. These options can be read and updated as expected using iocage at the command line, but the UI doesn't provide this option.
root@freenas:~ # iocage get -P sslmode mineos false
The old UI did provide this functionality for the PBI/warden-based plugins. For the sake of feature parity, can this be implemented in the new UI? Thank you!
Competition Assessment
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:
William Gryzbowski
December 2, 2020 at 7:19 PM
We will have to pass on that for 12.
We will have these kind of options in SCALE.
Kris Moore
July 25, 2019 at 1:03 AM
Punting this to 12. Way too late for a huge feature like this to try and land.
Sent from Mobile for Jira
William Gryzbowski
July 25, 2019 at 12:42 AM
@Dru Lavigne We agreed no more features for 11.3. What is this? This is not a low hanging fruit.
William Gryzbowski
December 28, 2018 at 2:55 PM
Erin, not sure if this is a duplicated, I couldnt find one.
The new UI is not exposing the configurable options, i.e. the "options" in settings.json as per [https://doc.freenas.org/11.2/plugins.html#plugin-json-options] for the new iocage-based plugins that offer this functionality. These options can be read and updated as expected using iocage at the command line, but the UI doesn't provide this option.
root@freenas:~ # iocage get -P sslmode mineos
false
root@freenas:~ # iocage get -P port mineos
8443
root@freenas:~ # iocage set -P sslmode=true port=8080 mineos
Command output:
Changing /etc/mineos.conf
– Restarting service –
Command output:
Stopping mineos.
Starting mineos.
Starting mineos daemon...
mineos daemon started. PID: 15058
Key: sslmode has been updated to true
Command output:
Changing /etc/mineos.conf
– Restarting service –
Command output:
Stopping mineos.
Starting mineos.
Starting mineos daemon...
mineos daemon started. PID: 15082
Key: port has been updated to 8080
The old UI did provide this functionality for the PBI/warden-based plugins. For the sake of feature parity, can this be implemented in the new UI?
Thank you!