[
{ type: install
  message: <<EOM
This package has installed ceph14, called nautilus.
It comes with a web based dashboard that cannot be build 
into a package but will require the user to install it himself.

To install the dashboard, please execute:
    sudo pkg install npm-node14
    cd ${LOCALBASE}/share/ceph/mgr/dashboard/frontend
    sudo -u ceph npm ci
    sudo chown -R ceph:ceph .
    sudo chown -R ceph:ceph /var/lib/ceph

EOM
}
]
