docs
docs copied to clipboard
Feature request: Make this a Nextcloud app
Really cool project! Throwing this feature request out there, as I’m sure a lot of the selfhosted community already have their files in Nextcloud. It would be great if this could be installed in Nextcloud. Maybe with some configuration on which folders have 3D models.
Hi, I would have to make some research on how to integrate and on what feature constraints it would introduce.
Or it's probably easier to have it the otherway around, mounting the Nextcloud folders containing the 3D models inside the Maker-Management-Platform machine (docker/VM)
Hey @remz1337 just wanted to say the what you are suggesting is actually possible (and what I'm doing right now).
My current setup is:
- Nextcloud to upload / manage the files
- Remote NFS share (where Nextcloud saves all the STL files)
- A dedicated VM running Maker-Management-Platform with the NFS share mounted and pointed in the docker compose settings.
I can confirm this is working as I'm able to see the files inside MMP. Just a couple of heads up:
- The STLs inside archives file are not shown properly (see the mentioned issue above this comment)
- Seems MMP is creating "projects" folder only for the folder which contain something. While this might be correct (and maybe logical) it may differ from your current library layout (I've opened an issue about this, see #30 )