Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request Unraid Community Apps #16

Open
sisensee opened this issue Jan 18, 2024 · 5 comments
Open

Feature Request Unraid Community Apps #16

sisensee opened this issue Jan 18, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sisensee
Copy link

sisensee commented Jan 18, 2024

Unraid Community Apps docker/app template. Much easier to install via docker app integration.

@sisensee sisensee changed the title Feature Request Feature Request Unraid Community Apps Jan 18, 2024
@EduardoOliveira
Copy link
Contributor

Hi, not an unraid user, and from what I've seen you need an instance to generate the manifest.
I'm more than happy to help out, and host the manifest file if someone does the process in their instance.

@EduardoOliveira EduardoOliveira self-assigned this Jan 19, 2024
@EduardoOliveira EduardoOliveira added enhancement New feature or request help wanted Extra attention is needed labels Jan 19, 2024
@sisensee
Copy link
Author

Never tried or even read docs on it but I will gladly help out!

@EduardoOliveira
Copy link
Contributor

I've gone through this video, https://www.youtube.com/watch?v=g6iMwea-HLY , can you guys validate the steps?

@iotemylabs
Copy link

iotemylabs commented Sep 4, 2024

I currently use MMP on multiple Unraid servers myself, and the best success I had was using an application like Dockge to do a compose file:

version: "3.6"
services:
  agent:
    image: ghcr.io/maker-management-platform/agent:latest
    container_name: agent
    volumes:
      - /mnt/user/appdata/mmp/library:/library # should contain your project library
      - /mnt/user/appdata/mmp/data:/data # will contain config and state files
    ports:
      - 8000:8000
    restart: unless-stopped
  ui:
    image: ghcr.io/maker-management-platform/mmp-ui:latest
    container_name: ui
    ports:
      - 8081:8081
    environment:
      - AGENT_ADDRESS=agent:8000
    restart: unless-stopped

It's been working reliably for me for organizing 3D Prints so far.

What would be easier is if the agent and ui were both packaged in one docker container, then support for Unraid single-click deployment would be much easier.

@EduardoOliveira
Copy link
Contributor

A V2 version is in the works, and among other things it's a single docker image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

3 participants