--- title: Maker Management Platform created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, 3d-printing, maker, fab-lab, app-marathon3-batch-a] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=3D+Printing] --- # 🖨️ Maker Management Platform > Plateforme tout-en-un pour makerspaces et fab labs : matériel, membres, projets. ## 📋 Informations Générales | Champ | Valeur | | :--- | :--- | | **Site web** | [github.com/maker-management](https://github.com/maker-management) | | **GitHub** | voir dépôt officiel | | **License** | AGPL-3.0 (variable) | | **Langage** | TypeScript / Node | | **Étoiles GitHub** | < 0.5k ⭐ | | **Catégorie** | [[cat-3d-printing|3D Printing]] | ## 📝 Description **Maker Management Platform** (MMP) est un projet jeune visant à fournir une plateforme intégrée pour gérer un makerspace : inventaire de machines (imprimantes 3D, découpe laser, CNC), réservations, gestion des membres, suivi de projets. Pensé pour les fab labs communautaires. **Différence vs [[app-inventree]]** : Inventree est orienté pièces/stocks industriels. MMP est orienté **flux atelier + communauté**. **Pour qui** : fab labs, hackerspaces, makerspaces partagés. ## 🚀 Installation ### Docker Compose ```yaml version: '3.8' services: mmp: image: maker-management/mmp:latest container_name: mmp restart: unless-stopped ports: - "8088:8080" volumes: - ./data:/data labels: traefik.enable: "true" traefik.http.routers.mmp.rule: "Host(`maker.example.com`)" traefik.http.routers.mmp.tls.certresolver: letsencrypt ``` ## 🔄 Alternatives ### Open Source - [[app-inventree]] — Inventaire pièces open source - [[app-glpi]] — Gestion de parc IT/matériel - [[app-homebox]] — Inventaire domestique ### Propriétaires - **Fabman** — Plateforme SaaS fab lab - **Make** — Plateforme makerspace ## 🔐 Sécurité - **OAuth2** : supporté - **Multi-tenants** possible - **RBAC** : par atelier ## 📚 Ressources - [GitHub Repository](https://github.com/maker-management) ## Pages Liées - [[cat-3d-printing]] — Catégorie 3D Printing - [[app-inventree]] — Concurrent inventaire - [[recettes-docker-compose]] — Templates Docker