Skip to content
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

[Improvement] Allow definition of server.hostname on the command-line #782

Open
sebbASF opened this issue May 20, 2024 · 0 comments
Open

Comments

@sebbASF
Copy link

sebbASF commented May 20, 2024

When used with Docker, the value for server.hostname needs to be set to 0.0.0.0.
This currently requires making a copy of jbake.properties with the required change, and using the -c option to provide the updated copy. Rather awkward just to define a single property.

It would be useful if the value could be defined on the command-line.

The simplest would be to have a single boolean option which sets server.hostname=0.0.0.0. (e.g. -docker).
More flexible would be to allow the value to be provided on the command-line.
Even more flexible would be to allow arbitrary properties to be defined on the command-line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant