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

Improve CLI configuration #55

Open
1 task done
ccarney16 opened this issue Oct 23, 2024 · 0 comments
Open
1 task done

Improve CLI configuration #55

ccarney16 opened this issue Oct 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ccarney16
Copy link

Scope

CLI

Explanation

Hello, I am writing this feature request because I think that the CLI installation process can be improved upon.

I am working on a docker image and have found out that the install script is hard coded with variables and functions that make working with blueprint a bit more tedious on the command line. My proposal is for the script to set default values that can be overridden. An example would be to replace WEBUSER with : ${WEBUSER:="www-data"}. This will set the value only if it was not defined prior. This should also be compatible with both bash and similar shells but I've only confirmed this working on bash and alpine ash. Additionally you can also do configuration files like this by sourcing where the script is located source "$(dirname $0)/some.config".

Also as a side note for docker, I do not use /app for the panel files. If this can be modified down the road so it can be a configurable, that would be great.

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
@ccarney16 ccarney16 added the enhancement New feature or request label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant