Does Docker manager come with Core plugins? If so, does disabling it allow me to fork core plugins and add my own features? Let me know.
Thanks!
Does Docker manager come with Core plugins? If so, does disabling it allow me to fork core plugins and add my own features? Let me know.
Thanks!
If self hosted just comes with Docker you can add customized(forked) plugins in the app.yml – No need to disable Docker.
Here is the plugin install guide.
It’s not letting me disable some core plugins even though my site is self-hosted. I forked the Discord login plugin but since it is part of core my configurations keep getting overridden.
Edit:
Here is my site: forum.money-developers.com
It’s not respecting my forked plugins due to the core plugin overriding the forked plugin.
Any plugins not merged in core can be disabled in the app.yml
If say for example you wanted to disable Chat in favour of a modified version. You would likely need to change it’s name and ensure maybe it uses it’s own install directory
I don’t recall a Discord plugin being in core.
That might be different as that is a login
Plugins or features merged with core. May need special handling to create a custom one to use instead.
Plugins merged in core are apart of the main program. I don’t believe Docker has any control over them
I tried to install chat after missing the update it was merged in core. This caused a rebuild fail.
I’m talking about the Discord auth login
I will try changing the name of my plugin to see if that will work.
I edited my post above. Plugins merged in core are no longer seperate plugins. You might be able to create a custom plugin alternative. But you would need an experienced plugin author who has in depth knowledge of this.
Changing the name might help but not sure what all you would need to change to make it more independent.
There is a Dev category that may help to get the guidance you’re looking for