Feat(hedgedoc): add hedgedoc
All checks were successful
Lint yaml / build-package (push) Successful in 2s
All checks were successful
Lint yaml / build-package (push) Successful in 2s
This commit is contained in:
49
hedgedoc/config.json
Normal file
49
hedgedoc/config.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"production": {
|
||||
"domain": "md.konchin.com",
|
||||
"port": 8000,
|
||||
"allowOrigin": ["md.konchin.com", "localhost"],
|
||||
"protocolUseSSL": true,
|
||||
"loglevel": "debug",
|
||||
"debug": true,
|
||||
"email": true,
|
||||
"allowAnonymous": false,
|
||||
"hsts": {
|
||||
"enable": true,
|
||||
"maxAgeSeconds": 31536000,
|
||||
"includeSubdomains": true,
|
||||
"preload": true
|
||||
},
|
||||
"csp": {
|
||||
"enable": true,
|
||||
"upgradeInsecureRequests": "auto",
|
||||
"addDefaults": true
|
||||
},
|
||||
"cookiePolicy": "lax",
|
||||
"db": {
|
||||
"username": "hedgedoc",
|
||||
"password": "hedgedoc1145141919810poop",
|
||||
"database": "hedgedoc",
|
||||
"host": "pg.konchin.com",
|
||||
"port": "5432",
|
||||
"dialect": "postgres"
|
||||
},
|
||||
"ldap": {
|
||||
"providerName": "konchin.com",
|
||||
"url": "ldaps://ldap.konchin.com",
|
||||
"searchBase": "ou=people,dc=konchin,dc=com",
|
||||
"searchFilter": "(&(uid={{username}})(objectClass=person))",
|
||||
"useridField": "uid",
|
||||
"tlsca": "/etc/hedgedoc/rootca.pem"
|
||||
},
|
||||
"s3": {
|
||||
"accessKeyId": "********",
|
||||
"secretAccessKey": "********",
|
||||
"region": "us-west-1"
|
||||
},
|
||||
"s3bucket": {
|
||||
"bucket": "hedgedoc",
|
||||
"endpointenv": "minio.konchin.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user