Added TLS support

This commit is contained in:
Thomas Miceli
2023-03-15 10:37:17 +01:00
parent 2c40060a60
commit e95a1b6840
3 changed files with 33 additions and 12 deletions

View File

@ -25,6 +25,15 @@ http:
# Enable or disable git operations (clone, pull, push) via HTTP (either `true` or `false`). Default: true
git-enabled: true
# Enable or disable TLS (either `true` or `false`). Default: false
tls-enabled: false
# Path to the TLS certificate file if TLS is enabled
cert-file:
# Path to the TLS key file if TLS is enabled
key-file:
# SSH built-in server configuration
# Note: it is not using the SSH daemon from your machine (yet)
ssh: