ajout Maker Management Platform
This commit is contained in:
21
maker_management_platform/docker-compose.yaml
Normal file
21
maker_management_platform/docker-compose.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
#version: "3.6"
|
||||
services:
|
||||
agent:
|
||||
image: ghcr.io/maker-management-platform/agent:main
|
||||
container_name: agent
|
||||
volumes:
|
||||
- ./library:/library
|
||||
- ./data:/data
|
||||
ports:
|
||||
- 8000:8000 # currently required for your slicer integration, looking for a workaround
|
||||
restart: unless-stopped
|
||||
|
||||
ui:
|
||||
image: ghcr.io/maker-management-platform/mmp-ui:master
|
||||
container_name: ui
|
||||
ports:
|
||||
- 8083:8081
|
||||
environment:
|
||||
- "AGENT_ADDRESS=agent:8000" #local address for the agent
|
||||
restart: unless-stopped
|
||||
16
maker_management_platform/readme.md
Normal file
16
maker_management_platform/readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
https://github.com/Maker-Management-Platform/docs
|
||||
|
||||
|
||||
se connecter en temps que :
|
||||
igonzales@spamok.com
|
||||
igonzales2004
|
||||
mdp: 1Csz<{5UQu3T5%|N.!
|
||||
|
||||
https://www.thingiverse.com/app:6737/edit#api-information
|
||||
API Information
|
||||
Basic description copy for API information stuff goes here.....
|
||||
Client ID : 557f3b1bfe48429e44aa
|
||||
Client Secret This key allows your application to interact with Thingiverse. Keep it secret! :
|
||||
3c6bdb77e96f72b1b3dc814d261b8162
|
||||
App Token This token allows read only access to the Thingiverse API without requiring a user to authenticate:
|
||||
330dda6de9d3749418ba092f772ad585
|
||||
Reference in New Issue
Block a user