joshpatten / PVE-VDIClient

Proxmox based VDI client
Apache License 2.0
690 stars 94 forks source link

Remote config File #78

Open blindrain opened 8 months ago

blindrain commented 8 months ago

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 commented 8 months ago

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

blindrain commented 3 months ago

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.

ozgurerdogan commented 1 month ago

Any update?

blindrain commented 1 month ago

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