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

Remote config File #78

Open
blindrain opened this issue Oct 29, 2023 · 4 comments
Open

Remote config File #78

blindrain opened this issue Oct 29, 2023 · 4 comments

Comments

@blindrain
Copy link

remote config file , is there a way to set a default config file
either hard code a default from config file if a local one is not available? or to have a config file refer to a remote config?

Setting this in the main shortcut on desktop in the command lines works but once I pin that to my task bar it no longer pulls the http config file but the local one.

For instance can we set a config file that reference's these cli options ?

--config_type {file,http}
Select config type (default: file)
--config_location CONFIG_LOCATION
Specify the config location (default: search for config file)
--config_username CONFIG_USERNAME
HTTP basic authentication username (default: None)
--config_password CONFIG_PASSWORD
HTTP basic authentication password (default: None)
--ignore_ssl HTTPS ignore SSL certificate errors (default: False)

@joshpatten
Copy link
Owner

I think I can look for different varieties of config file for this, let me cook something up.

@blindrain
Copy link
Author

I had a new idea for this , more for those of us that fork for our own branding, and compiling,

I would like to embed into the code a default remote config in the scenario that a local config doesn't get installed.

This was referenced Mar 29, 2024
@ozgurerdogan
Copy link

Any update?

@blindrain
Copy link
Author

I provided a pull request that is currently active and working in my Fork. It's just a matter of it being merged.

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

3 participants