mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Enable key connector selfhost (#1707)
* initial commit * Add code for Key Connector feature * Add help URL to config * Fix folders for key-connector service * Fix paths for key-connector * fixing the env file builder when disabling the key connector * swapping a variable name Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
@ -100,6 +100,9 @@ namespace Bit.Setup
|
||||
"Learn more: https://nginx.org/en/docs/http/ngx_http_realip_module.html")]
|
||||
public List<string> RealIps { get; set; }
|
||||
|
||||
[Description("Enable Key Connector (https://bitwarden.com/help/article/deploy-key-connector)")]
|
||||
public bool EnableKeyConnector { get; set; } = false;
|
||||
|
||||
[YamlIgnore]
|
||||
public string Domain
|
||||
{
|
||||
|
Reference in New Issue
Block a user