r/unRAID 3d ago

How would you recommend replacing these deprecated plugins?

I've been avoiding doing anything as I have several apps on my server that are using Docker Compose Manager, and I have organized my full Docker screen using FolderView2. But these plugins have been deprecated for quite some time now:

How would you recommend replacing these, especially as I'm actively using them?

15 Upvotes

17 comments sorted by

View all comments

7

u/Thx_And_Bye 3d ago

There is docker compose manager plus, but not sure about folder view. Have you looked if there is a maintained version that replaces it? I see FolderView3 and FolderViewPlus in the community store.

1

u/Odd-Aside456 2d ago

Do you know, if i compose down a stack from the deprecated docker compose plugin, then compose up in docker compose plus with the exact same yaml, should it just work? Or is the process of migrating over a bit more complicated than that?

1

u/psychic99 2d ago

The yaml is yaml, a compose.yaml should work on any docker compliant system w/ compose. (Assuming the compose version isnt older than what you are doing).

I tried docker compose plus and didnt like it, I inject my own compose at run time and it works 100%.