We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, thanks for the amazing work 😄
You want to download individual mods from modrinth, but there's a fair amount of them so it looks "unclean" to list them in the docker compose
Ability to specify a file in the docker compose such as: MODRINTH_PROJECT_FILE: "./my_mod_file.csv"
MODRINTH_PROJECT_FILE: "./my_mod_file.csv"
The csv would then contain a list of mods (same as what you would have for MODRINTH_PROJECTS) that the server can download.
MODRINTH_PROJECTS
This is clearly a "could have" QoL feature, not at all a priority.
Still, thank you for considering it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there, thanks for the amazing work 😄
Context:
You want to download individual mods from modrinth, but there's a fair amount of them so it looks "unclean" to list them in the docker compose
Proposed solution:
Ability to specify a file in the docker compose such as:
MODRINTH_PROJECT_FILE: "./my_mod_file.csv"
The csv would then contain a list of mods (same as what you would have for
MODRINTH_PROJECTS
) that the server can download.This is clearly a "could have" QoL feature, not at all a priority.
Still, thank you for considering it.
The text was updated successfully, but these errors were encountered: