Code Monkey home page Code Monkey logo

umdm's Introduction

Micromanage

MicroMDM-based mdm service (basically a web-ui for micromdm)

Setup

  • Requires a working MicroMDM server, follow their docs on getting that working.
  • Deploy with Docker:
version: '3.8'

services:
  micromdm:
    image: sphen/micromdm
    container_name: micromdm
    restart: always
    environment:
      - SERVER_URL=https://mdm.example.com
      - API_KEY=change me please
      - COMMAND_WEBHOOK_URL=https://dash.micromanage.app/tenant/webhook/secret
    volumes:
      - ./micromdm:/config
      - ./mdmrepo:/repo
    ports:
      - "8080:8080"
   
  mongo:
    image: mongo
    restart: always
    environment:
      MONGO_INITDB_ROOT_USERNAME: root
      MONGO_INITDB_ROOT_PASSWORD: secure password
    ports:
      - 27017:27017 
    volumes:
      - ./mdmdata/db:/data/db

  micromanage_web:
    image: ghcr.io/liemeldert/micromanage:latest
    restart: always
    environment:
        AUTH_SECRET: secure random characters
        AUTH_GOOGLE_ID: "blabla.apps.googleusercontent.com"
        AUTH_GOOGLE_SECRET: "1234567890"

        AUTH_GITHUB_ID: "1234567890"
        AUTH_GITHUB_SECRET: "1234567890"

        AUTH_URL: "https://dash.micromanage.app"
        MONGODB_URI: "mongodb://root:secure password@mongo:27017"
        DB_SECRET: secure random characters
    ports:
      - 3000:3000

networks:
  default:
    driver: overlay

umdm's People

Contributors

liemeldert avatar dependabot[bot] avatar

Stargazers

Thomas Dye avatar

Watchers

 avatar

umdm's Issues

Not an issue - love the project

Hi, I just wanted to show some support for this,I've wanted to use mircomdm for a while not seen any good UIs, would to see this done to a stage, where it kinda works, my react skills aren't there otherwise I'd help.
If possible, could I maybe influence some of the things that get done, one id like to be able to add and remove devices in the UI. The one thing the profile manager can now no longer do is push out custom ios apps, due to a change to the ios binary, that would also be ideal as a sort of thing id like.

I am sure however you.ve got your own goal for this project however, but if possible would happly be able to contribute to your time spend on this, eg buy you a drink or more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.