Client tool

This commit is contained in:
2026-01-05 13:05:21 +01:00
parent c442c0df1e
commit b64d4d91ff
9 changed files with 378 additions and 15 deletions

View File

@@ -8,3 +8,7 @@ $conf['paths'] = '';
$conf['allow_in_comments'] = 0;
$conf['defaults'] = '';
$conf['extensions'] = '';
// Local opener service used by {{open>...}}.
$conf['open_service_url'] = 'http://127.0.0.1:8765';
$conf['open_service_token'] = '';

View File

@@ -11,3 +11,6 @@ $meta['paths'] = array('');
$meta['allow_in_comments'] = array('onoff');
$meta['defaults'] = array('string');
$meta['extensions'] = array('string');
$meta['open_service_url'] = array('string');
$meta['open_service_token'] = array('string');