cs8898 / headwind-mdm-docker

Docker Build for Headwind MDM - a platform for corporate Android applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headwind-mdm-docker

Docker Build for Headwind MDM - a platform for corporate Android applications

Headwind MDM is a Mobile Device Management platform for Android devices, designed for corporate app developers and IT managers.

(c) 2020 h-mdm.com

https://h-mdm.com

RUnning the Docker Container

docker-compose up -d

Available environmental variables

  • HMDM_SQL_HOST: PostgreSQL host (IP or URL) (Default: localhost)
  • HMDM_SQL_PORT: PostgreSQL port (Default: 5432)
  • HMDM_SQL_BASE: PostgreSQL database (Default: hmdm)
  • HMDM_SQL_USER: PostgreSQL username (Default: hmdm)
  • HMDM_SQL_PASS: PostgreSQL password
  • HMDM_LANGUAGE: Language (Default: en)
  • HMDM_TOMCAT_PORTOCOL: Tomcat HTTP Portocol (Options: http | https) (Default: http)

Features

  • Enrollment to Android 7+ devices through scanning a QR-code
  • Work in "Application mode" without enrollment
  • Customize the mobile desktop design and available applications
  • Automatic deployment of applications through the web panel
  • Mobile device management: groups, configurations, device status
  • Setup the available mobile device capabilities (GPS, Wi-Fi, Bluetooth etc.)
  • Manage the automatic OS update mode on the mobile device
  • Extensible platform design allowing the custom plugin development
  • Collection of application logs in the web panel
  • Centralized configuration of corporate applications

The Enterprise edition of the platform has more features:

  • Restriction of mobile user functions ("kid's shell" for corporate users)
  • Disable to change the mobile device settings
  • Kiosk mode (COSU, single-task mode)
  • Sending images from mobile device to server
  • Cloud-based or self-hosted server setup
  • Premium support of enterprise users
  • Custom plugin development services

The enterprise edition may be ordered on the project website.

Quick start

Headwind MDM control panel is cross-platform (it is written in Java and uses Tomcat web server). However the best OS for the deployment of Headwind MDM control panel is Ubuntu Linux.

  • Clone the project and build it (see BUILD.txt for details)
  • Install the web panel to the server by using the installer script
  • Open the web panel and follow the hints to generate a QR code
  • Perform the factory reset on your Android device, tap 7 times on the welcome screen
  • Follow the instructions to scan a QR code and enroll the mobile agent

Contributing

Headwind MDM is a platform making corporate app development easier. We are happy to get more powerful plugins related to mobile device management.

Please contact us on the project website if you'd like to:

  • develop a public plugin for Headwind MDM
  • suggest a feature
  • order the custom development
  • report a bug

About

Docker Build for Headwind MDM - a platform for corporate Android applications


Languages

Language:Shell 89.9%Language:Dockerfile 10.1%