feat: Option to serve Bootstrap from the filesystem
All checks were successful
/ pre-commit (push) Successful in 1m7s
All checks were successful
/ pre-commit (push) Successful in 1m7s
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
b62a807f89
commit
ff92e30232
8 changed files with 94 additions and 6 deletions
|
@ -28,6 +28,7 @@ type Config struct {
|
|||
EnableUploadFileButton bool `json:"enable_upload_file_button"`
|
||||
TLSCertFile string `json:"tls_cert_file"`
|
||||
TLSKeyFile string `json:"tls_key_file"`
|
||||
BootstrapDirectory string `json:"bootstrap_directory"`
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue