Added TLS support

هذا الالتزام موجود في:
Thomas Miceli
2023-03-15 10:37:17 +01:00
الأصل 2c40060a60
التزام e95a1b6840
3 ملفات معدلة مع 33 إضافات و12 حذوفات

عرض الملف

@@ -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: