-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
move default modules from /modules/default to /defaultmodules #4019
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
base: develop
Are you sure you want to change the base?
Conversation
|
I understand that a few third-party modules would also need to be modified, such as MMM-Config and MMM-RemoteControl. Perhaps it's also possible to store the new relative path in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'm neutral on this. But if the change happens, I would prefer “defaultmodules” slightly more.
Currently I'm maintaining MMM-RemoteControl, so I could adapt it.
|
I prefer defaultmodules as well there is nothing else we would put in the default folder, right? |
|
No. I meant is it conceivable that there are other entities besides modules we would put in a folder called default I understand the modules css, separating ours from users more |
|
yes, the Another approach could be to do everything into
The last approach would allow the standard modules to remain in their current location, but I think that would be a massive change for every user, so I immediately dismissed that idea. |
|
I have updated MMM-Config to handle either default modules location |

Since the project's inception, I've missed a clear separation between default and third-party modules.
This increases complexity within the project (exclude
modules, but notmodules/default), but the mixed use is particularly problematic in Docker setups.Therefore, with this pull request, I'm moving the default modules to a different directory.
I've chosendefault/modules, but I'm not bothered about it;defaultmodulesor something similar would work just as well.Changed to
defaultmodules.Let me know if there's a majority in favor of this change.