Add field to configure the reverse proxy

part of #596
This commit is contained in:
Girish Ramakrishnan
2019-10-13 18:22:03 -07:00
parent 7383cc4e90
commit 9c12f1fe15
11 changed files with 177 additions and 42 deletions

View File

@@ -113,7 +113,7 @@ describe('Apps', function () {
portBindings: { PORT: 5678 },
accessRestriction: null,
memoryLimit: 0,
robotsTxt: null,
reverseProxyConfig: null,
sso: false,
env: {
'CUSTOM_KEY': 'CUSTOM_VALUE'
@@ -155,7 +155,7 @@ describe('Apps', function () {
portBindings: {},
accessRestriction: { users: [ 'someuser', USER_0.id ], groups: [ GROUP_1.id ] },
memoryLimit: 0,
robotsTxt: null,
reverseProxyConfig: null,
sso: false,
env: {},
dataDir: '',