docs icon indicating copy to clipboard operation
docs copied to clipboard

Feature request: Make this a Nextcloud app

Open remz1337 opened this issue 1 year ago • 3 comments

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.

remz1337 avatar Jan 17 '24 17:01 remz1337

Hi, I would have to make some research on how to integrate and on what feature constraints it would introduce.

EduardoOliveira avatar Jan 18 '24 19:01 EduardoOliveira

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)

remz1337 avatar Jan 18 '24 19:01 remz1337

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:

  1. The STLs inside archives file are not shown properly (see the mentioned issue above this comment)
  2. 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 )

Kimbaras avatar Mar 01 '24 14:03 Kimbaras