From 04277a7c524eb663d0586c08ee077fea64a3e5ea Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 30 Apr 2019 01:53:56 +0300 Subject: [PATCH] extras data for ipmi --- configs/kvmd/ipmipasswd | 4 +- extras/.gitignore | 0 extras/ipmi/manifest.yaml | 7 ++ web/index.html | 5 +- web/ipmi/index.html | 72 +++++++++++ web/share/css/index/index.css | 44 ++----- web/share/css/start.css | 43 +++++++ web/share/js/ipmi/main.js | 52 ++++++++ web/share/svg/ipmi.svg | 227 ++++++++++++++++++++++++++++++++++ 9 files changed, 417 insertions(+), 37 deletions(-) delete mode 100644 extras/.gitignore create mode 100644 extras/ipmi/manifest.yaml create mode 100644 web/ipmi/index.html create mode 100644 web/share/css/start.css create mode 100644 web/share/js/ipmi/main.js create mode 100644 web/share/svg/ipmi.svg diff --git a/configs/kvmd/ipmipasswd b/configs/kvmd/ipmipasswd index 14b45a94..d95fdfe1 100644 --- a/configs/kvmd/ipmipasswd +++ b/configs/kvmd/ipmipasswd @@ -3,12 +3,12 @@ # is the name and password with which the user can access to KVMD API. The arrow is used # as a separator and shows the direction of user registration in the system. # -# WARNING! IPMI protocol is completly unsafe by design. In short, the authentication +# WARNING! IPMI protocol is completely unsafe by design. In short, the authentication # process for IPMI 2.0 mandates that the server send a salted SHA1 or MD5 hash of the # requested user's password to the client, prior to the client authenticating. Never use # the same passwords for KVMD and IPMI users. This default configuration is shown here # for example only. # -# And even better not to use IPMI. Instead, you can directly use KVMD API using curl. +# And even better not to use IPMI. Instead, you can directly use KVMD API via curl. admin:admin -> admin:admin diff --git a/extras/.gitignore b/extras/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/extras/ipmi/manifest.yaml b/extras/ipmi/manifest.yaml new file mode 100644 index 00000000..62748c9a --- /dev/null +++ b/extras/ipmi/manifest.yaml @@ -0,0 +1,7 @@ +name: IPMI +description: Show IPMI information +icon: share/svg/ipmi.svg +path: ipmi +keyboard_cap: false +daemon: kvmd-ipmi +place: 20 diff --git a/web/index.html b/web/index.html index 755880c1..f6a75f3e 100644 --- a/web/index.html +++ b/web/index.html @@ -38,6 +38,7 @@ + @@ -49,8 +50,8 @@ -
-
+
+