Skip to content

Commit b4bcc72

Browse files
committed
Add some things to node config block that will be useful to some
1 parent 3549abd commit b4bcc72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/views/admin/nodes/view.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
<div class="col-md-12">
277277
<pre><code>{
278278
"web": {
279+
"host": "0.0.0.0",
279280
"listen": {{ $node->daemonListen }},
280281
"ssl": {
281282
"enabled": {{ $node->scheme === 'https' ? 'true' : 'false' }},
@@ -292,6 +293,10 @@
292293
"port": {{ $node->daemonSFTP }},
293294
"container": "ptdl-sftp"
294295
},
296+
"query": {
297+
"kill_on_fail": false,
298+
"fail_limit": 5
299+
},
295300
"logger": {
296301
"path": "logs/",
297302
"src": false,
@@ -300,6 +305,7 @@
300305
"count": 3
301306
},
302307
"remote": {
308+
"base": "{{ config('app.url') }}",
303309
"download": "{{ route('remote.download') }}",
304310
"installed": "{{ route('remote.install') }}"
305311
},

0 commit comments

Comments
 (0)