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

[Help Requested] Setting up on UnRAID #192

Closed
litecactus opened this issue May 4, 2020 · 11 comments
Closed

[Help Requested] Setting up on UnRAID #192

litecactus opened this issue May 4, 2020 · 11 comments

Comments

@litecactus
Copy link

I want to run this on my unraid box with the builtin docker but I don't know how. I've tested it on Windows Docker and it all installs via the instructions just great, but the setup looks complicated for a manual process. Is there a way of running that setup from unraid docker directly?

@raymondh2
Copy link
Contributor

You would be best off asking in the TSD Discord. However I an not sure of anyone running TSD in UnRAID.

@postfach
Copy link

If you haven't got it working yet, I think I've just done it. SSH to your server using PuTTY, then install docker compose with:

sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

then:

sudo chmod +x /usr/local/bin/docker-compose

Now it's just a case of installing as per the TSD instructions - Before you start, navigate to a share (for example /mnt/user/MyShare) (perhaps use your appdata share)

and run

git clone https://github.com/TheSpaghettiDetective/TheSpaghettiDetective.git

then

cd TheSpaghettiDetective && sudo docker-compose up -d

Updating/editing anything will need to be done manually as there is no template like you get when you install a container from CA but it appears to be working at first glance.

2020-05-14 20_13_26-Window

Untitled

@kennethjiang
Copy link
Contributor

Thanks for the update! And glad to know it worked! Closing this issue now.

@litecactus
Copy link
Author

thank you

@famewolf
Copy link

famewolf commented Jun 25, 2020

@jagr200
Copy link

jagr200 commented Jul 26, 2020

Has anyone got email to work with this? I can't get it to work and ive updated the docker-compose file.

@famewolf
Copy link

DId you reboot the docker host and the containers? It didn't work till after I'd done that after rebuilding.

@jagr200
Copy link

jagr200 commented Jul 26, 2020

DId you reboot the docker host and the containers? It didn't work till after I'd done that after rebuilding.

I restarted the 4 containers. How do you rebuild them?

@famewolf
Copy link

DId you reboot the docker host and the containers? It didn't work till after I'd done that after rebuilding.

I restarted the 4 containers. How do you rebuild them?

Delete the container and rerun the docker compose. Follow their instructions to do an "update" and it might work also which involves a git put and then the docker compose line. It's in the instructions.

@jagr200
Copy link

jagr200 commented Jul 26, 2020

DId you reboot the docker host and the containers? It didn't work till after I'd done that after rebuilding.

I restarted the 4 containers. How do you rebuild them?

Delete the container and rerun the docker compose. Follow their instructions to do an "update" and it might work also which involves a git put and then the docker compose line. It's in the instructions.

That did it. Thanks man. I've got a print going so I'm not connected to Octoprint right now to make sure everything is working. But should know soon.

@jagr200
Copy link

jagr200 commented Jul 26, 2020

DId you reboot the docker host and the containers? It didn't work till after I'd done that after rebuilding.

I restarted the 4 containers. How do you rebuild them?

Delete the container and rerun the docker compose. Follow their instructions to do an "update" and it might work also which involves a git put and then the docker compose line. It's in the instructions.

Any idea how to combine these into one docker image instead of 4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants