We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b523bf commit b0a9be9Copy full SHA for b0a9be9
resources/views/admin/nodes/view.blade.php
@@ -291,7 +291,7 @@
291
"installed": "{{ route('remote.install') }}"
292
},
293
"uploads": {
294
- "maximumSize": 1000000
+ "maximumSize": 100000000
295
296
"keys": [
297
"{{ $node->daemonSecret }}"
resources/views/server/files/add.blade.php
@@ -75,7 +75,7 @@
75
var newFileContents;
76
77
@can('upload-files', $server)
78
- var client = new BinaryClient('{{ $node->scheme === 'https' ? 'wss' : 'ws' }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/upload/', {
+ var client = new BinaryClient('{{ $node->scheme === 'https' ? 'wss' : 'ws' }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/upload/{{ $server->uuid }}', {
79
chunkSize: 40960
80
});
81
// Wait for connection to BinaryJS server
0 commit comments