Files
wiki/Catalogue-Self-Hosted/apps/app-maker-management-platform.md
2026-06-09 18:40:21 +02:00

2.2 KiB


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
GitHub voir dépôt officiel
License AGPL-3.0 (variable)
Langage TypeScript / Node
Étoiles GitHub < 0.5k
Catégorie [[cat-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

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

Propriétaires

  • Fabman — Plateforme SaaS fab lab
  • Make — Plateforme makerspace

🔐 Sécurité

  • OAuth2 : supporté
  • Multi-tenants possible
  • RBAC : par atelier

📚 Ressources

Pages Liées