Add ability to mark a node as being over a proxy
This commit is contained in:
parent
801aae968c
commit
3ee7b7cff1
7 changed files with 86 additions and 21 deletions
|
@ -88,7 +88,7 @@ class NodesController extends Controller
|
|||
]),
|
||||
$request->intersect([
|
||||
'name', 'location_id', 'fqdn',
|
||||
'scheme', 'memory', 'disk',
|
||||
'scheme', 'memory', 'disk', 'behind_proxy',
|
||||
'daemonBase', 'daemonSFTP', 'daemonListen',
|
||||
])
|
||||
));
|
||||
|
@ -218,7 +218,7 @@ class NodesController extends Controller
|
|||
'public', 'disk_overallocate', 'memory_overallocate',
|
||||
]),
|
||||
$request->intersect([
|
||||
'name', 'location_id', 'fqdn',
|
||||
'name', 'location_id', 'fqdn', 'behind_proxy',
|
||||
'scheme', 'memory', 'disk', 'upload_size',
|
||||
'reset_secret', 'daemonSFTP', 'daemonListen',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue