Skip to content

Commit b1ef6ee

Browse files
plugin install/update (#466)
* plugin install/update
1 parent 1181982 commit b1ef6ee

File tree

8 files changed

+52
-2
lines changed

8 files changed

+52
-2
lines changed

redirects/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ RedirectMatch 301 "^(/[a-z][a-z])?/nitropc/(.*)$" "$1/nitropad-nitropc/$2"
233233

234234
# NitroPhone
235235
RedirectMatch 301 "^(/[a-z][a-z])?/nitrophone/mdm$" "$1/nitrophone/headwind-mdm/$2"
236+
RedirectMatch 301 "^(/[a-z][a-z])?/nitrophone/headwind-mdm/(.*)$" "$1/nitrophone/hmdm/$2"
237+
236238

237239
# found in the wild
238240
RedirectMatch 301 "^(/[a-z][a-z])?/nitrokeys/nitrokey3/openpgp-keygen-backup$" "$1/nitrokeys/features/openpgp-card/openpgp-keygen-backup"

source/components/nitrophone/headwind-mdm/index.rst renamed to source/components/nitrophone/hmdm/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ The software consists of a central interface (web panel) on a server and an app
1414
Server Update <server-update>
1515
Launcher App Installation <launcher-app-installation>
1616
Launcher App Update <launcher-app-update>
17-
17+
Installation and Update of Plugins <plugins>
File renamed without changes.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Installation and Update of Plugins
2+
==================================
3+
4+
Plugins are special apps that gives you more fonctionnalities.
5+
6+
You can install and update plugins the same way you install apps.
7+
8+
Install Plugins
9+
---------------
10+
11+
You will need first to download the desired plugin APK.
12+
13+
You can find some HMDM plugins `here <https://github.com/h-mdm?tab=repositories>`__.
14+
15+
1. Go in your HMDM web panel.
16+
17+
2. Go to the Applications tab.
18+
19+
3. From here click on Add.
20+
21+
4. In this new window click on browse and select the plugin APK you wish to install.
22+
23+
5. Click on Save.
24+
25+
6. A new window will ask you if you want to add this plugin in your available configurations if you wish then you need to check the desired box and change the option to "Install".
26+
27+
The plugin is now added.
28+
29+
You can manage some installed plugins in the "Settings" tab of your web panel in the "Plugins" section.
30+
31+
Update Plugins
32+
--------------
33+
34+
.. note::
35+
You need to be an administrator in order to update an existing plugin.
36+
37+
1. Download the new APK version of your desied plugin.
38+
39+
2. In your HMDM web panel go to the Applications tab.
40+
41+
3. Search for the application name you wish to update and click on the most left button (version) on the action collumn.
42+
43+
4. In the version menu click on Add and browse the previously downloaded APK and add it.
44+
45+
5. In the last step it will ask you if you want to add this plugin in your available configurations or not if you wish then you need to check the desired box and change the option to "Install".
46+
47+
If you choose to add it to the configuration then it will be automatically updated.
48+
File renamed without changes.
File renamed without changes.

source/components/nitrophone/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ For more details, see the following pages:
2323
Apps <apps>
2424
Background Images <background-images>
2525
Frequently Asked Questions <faq>
26-
Headwind MDM (HMDM) <headwind-mdm/index>
26+
Headwind MDM (HMDM) <hmdm/index>
2727

0 commit comments

Comments
 (0)