this post was submitted on 10 Jun 2023
14 points (100.0% liked)

unRAID

1170 readers
3 users here now

A community for unRAID users to discuss their projects.

founded 2 years ago
MODERATORS
 

Would love to see these get added to CA.

you are viewing a single comment's thread
view the rest of the comments
[–] Kaerey 1 points 2 years ago (1 children)

Kind of surprised it's not there already but kind of excited to have a new project to learn about to try and implement.

[–] [email protected] 1 points 2 years ago (1 children)

Right?! I wish I had a little more talent to be able to add it to CA. All the docker stuff is out there, though it sounds like multiple dockers are needed, so it’s more complicated than a single app install.

I’m leaning toward spinning up a VM and running some ansible scripts someone posted.

[–] p5f20w18k 3 points 2 years ago (2 children)

Would be similar setup to Nextcloud, Immich and matrix. I have all 3 and they have redis and Postgres to go with them.

The dependencies are available in CA, we just need a Lemmy docker.

[–] Salzgablah 1 points 2 years ago (1 children)

Are you using docker compose for those or just individual apps from CA?

[–] p5f20w18k 2 points 2 years ago (1 children)

Jusy individual apps, never used compose on unraid

[–] Salzgablah 1 points 2 years ago (1 children)

Interesting, I've got immch through the docker compose plugin and it's not the best. But didn't want to recreate the stack manually....glad to know it's doable either way.

[–] p5f20w18k 2 points 2 years ago

My immich works pretty well with those containers so maybe you should try spin them up and load them up with some photos and see how it goes?

If it doesn't work as well you can just nuke the whole lot

[–] [email protected] 1 points 2 years ago (1 children)

Woah, how are you organizing dockers like that?

[–] p5f20w18k 2 points 2 years ago (1 children)

Its the docker folder plugin, my only wish that it allowed you to decide which dockers start first. They start from the top down, so all my "background tools" like swag are at the top of the page

[–] [email protected] 1 points 2 years ago

Very cool, thanks!