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 3549abd commit b4bcc72Copy full SHA for b4bcc72
resources/views/admin/nodes/view.blade.php
@@ -276,6 +276,7 @@
276
<div class="col-md-12">
277
<pre><code>{
278
"web": {
279
+ "host": "0.0.0.0",
280
"listen": {{ $node->daemonListen }},
281
"ssl": {
282
"enabled": {{ $node->scheme === 'https' ? 'true' : 'false' }},
@@ -292,6 +293,10 @@
292
293
"port": {{ $node->daemonSFTP }},
294
"container": "ptdl-sftp"
295
},
296
+ "query": {
297
+ "kill_on_fail": false,
298
+ "fail_limit": 5
299
+ },
300
"logger": {
301
"path": "logs/",
302
"src": false,
@@ -300,6 +305,7 @@
305
"count": 3
306
307
"remote": {
308
+ "base": "{{ config('app.url') }}",
303
309
"download": "{{ route('remote.download') }}",
304
310
"installed": "{{ route('remote.install') }}"
311
0 commit comments