🌱🏠 instant least-authority port-forwarding (with automatic HTTPS) for anyone, anywhere! We **really** don't want your TLS private keys, you can keep them 😃 https://greenhouse.server.garden/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.2 KiB

{
"FrontendPort": 8080,
"FrontendDomain": "greenhouse-alpha.server.garden",
"EnableRegistration": false,
1 year ago
"HomepageMarkdownURL": "https://git.sequentialread.com/forest/greenhouse/raw/branch/main/readme/ALPHA.md",
"LokiURL": "http://loki:3100",
"DatabaseConnectionString": "host=localhost port=5432 user=postgres password=dev database=postgres sslmode=disable",
"DatabaseType": "postgres",
"DatabaseSchema": "public",
"DigitalOceanAPIKey": "",
"DigitalOceanRegion": "tor1",
"DigitalOceanImage": "ubuntu-18-04-x64",
"DigitalOceanSSHAuthorizedKeys": [
{
"Name": "Forest's SSH Key",
"PublicKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD3XzZTbTteIgnaFY+fiiOl9EnNN+twyNchnWjCkYqv forest@tower"
},
{
"Name": "Greenhouse SSH Key",
"PublicKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4vgkLngsS8FprpDmCBQhFsIz/jcFhT3fD56nnbgdeM greenhouse@greenhouse"
}
],
"GandiAPIKey": "",
"SSHPrivateKeyFile": "/greenhouse/config/greenhouse_ed25519",
"BackblazeBucketName": "",
"BackblazeKeyId": "",
"BackblazeSecretKey": "",
"ThresholdManagementPort": 9057,
"ThresholdPort": 9056,
"SMTP": {
"Host": "",
"Port": 465,
"Username": "",
"Password": "",
"Encryption": "SMTPS"
}
}