-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support automatic rebuild of modules #29
Comments
How do you propose we handle this? Are you interested in loop testing and creating a PR for something like this? |
I'm not sure what's the best way of doing it in this case. From my understanding it's downloading the hardcoded modules, putting them into Maybe the steps would be:
I'll have to give it a try and if that works will open a MR. Let me know if you see any obvious mistakes. |
Optimally it would go as follows:
On subsequent runs it should see that the module was already built and copied inside the container. If the user upgrades the container they will be rebuilt and copied. If it has already installed a module it will not do it again. Let me know if any of this does not make sense. |
@dewey Any feedback on this? |
@CHBMB I think it's would be a good strategy of doing it. Unfortunately I didn't have time to look at it myself yet and I always have it on my list. If someone else wants to go ahead with it that would be great but otherwise I'll see what I can do at some point. |
@dewey We'll wait for you, nobody else has requested it, so I guess it's not a pressing change. |
Something like #16 ? |
@dewey Could you explain? Did fix of znc/znc-docker#20 not work for you? |
@DarthGandalf Sorry I don't remember that any more, that was a while ago and I'm currently not running ZNC :( Thanks for following up though, if I set it up again I'll update it here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey,
I'd prefer to use the linuxserver image over the official one because they don't properly map the user IDs (and also have no intent on changing that). One feature that's really neat about the official one is that it rebuilds modules when you restart the container:
https://github.com/znc/znc-docker/blob/master/full/30-build-modules.sh
Would that be something you'd consider adding in this one too? It makes it very easy for people to just drop in the modules they want and they get rebuilt for the correct version without the need to add all of them to the LS image like right now (#23)
Thanks!
The text was updated successfully, but these errors were encountered: