mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 03:54:15 +02:00
[core] improvement: new configuration property to disable SSL checking when downloading files
This commit is contained in:
@@ -407,6 +407,7 @@ download:
|
||||
icons: true # allows bauh to download the applications icons when they are not saved on the disk
|
||||
multithreaded: true # allows bauh to use a multithreaded download client installed on the system to download applications source files faster
|
||||
multithreaded_client: null # defines the multi-threaded download tool to be used. If null, the default installed tool will be used (priority: aria2 > axel). Possible tools/values: aria2, axel
|
||||
check_ssl: true # if the security certificate (SSL) should be checked before downloading files.
|
||||
gems: null # defines the enabled applications types managed by bauh (a null value means "all available")
|
||||
locale: null # defines a different translation for bauh (a null value will retrieve the system's default locale)
|
||||
store_root_password: true # if the root password should be asked only once
|
||||
|
||||
Reference in New Issue
Block a user