Replies: 2 comments 1 reply
-
Any progress here? Jailmaker can help you create a linux jail where you can run docker and docker-compose based containres The way I'm planning on doing this is by creating the apps in a docker enabled jail, and write a docker-compose file for the arr stack. I'll have another docker-compose for the reverse-proxy. Still havn't decided if it will be traefik or NPM, but I'm comfortable with either. I feel the chaining definitions in traefik will be easier for me to manage, but I do like the simplicity of the UI of NPM. I'll setup each of these docker-compose to have their own network, with an additonal network shared between the two compose stacks. This should make using simple host name - internally. As for the data. I'm hoping I'll be able to copy (with send/receive) the ZFS datasets as is, and just point the docker-compose to the new location. |
Beta Was this translation helpful? Give feedback.
-
You can create a new jail and use this script to install the *arr that you need: https://github.com/pijarr/pijarr |
Beta Was this translation helpful? Give feedback.
-
I appreciate the Jellyfin example in the tutorial (and I'll have to migrate it and Jellyseerr later), but I'd like to start with migrating the *arr apps.
Is there a tutorial on how to do that
My main questions relate to:
thanks
Beta Was this translation helpful? Give feedback.
All reactions