diff --git a/license-spec.lua b/license-spec.lua index 3f451d5..7ce5907 100644 --- a/license-spec.lua +++ b/license-spec.lua @@ -1,6 +1,6 @@ local M = { BASE_PATH = 'src', - EXCLUDE_FILES = { 'src/util/JSON.lua', 'src/util/urlcode.lua' }, + EXCLUDE_FILES = { 'src/util/JSON.lua', 'src/util/urlcode.lua', 'src/script/loglite%-filters.lua' }, PROCESS_FILES = { ['src/[^/]*%.lua'] = 'lua', ['src/network/[^/]*%.lua'] = 'lua', diff --git a/src/script/wifibox.uci.config b/src/script/wifibox.uci.config index f025c08..dd8146e 100644 --- a/src/script/wifibox.uci.config +++ b/src/script/wifibox.uci.config @@ -1,8 +1,12 @@ config settings 'system' + #In addition to regular text, api_log_filename and p3d_log_basename may also be + #a stream enclose in angle brackets (e.g. '') or + #a command to send output to in back quotes (e.g. '`ssh USER@HOST "cat > /tmp/test.log"`'). #Note that using an SSH tunnel without public key auth will need interaction + option log_path '/tmp' option api_log_filename 'wifibox.log' - option p3d_log_basename 'print3d' #or: '', or: '`ssh USER@HOST "cat > /tmp/test.log"`' + option p3d_log_basename 'print3d' config settings 'general' option printer_type 'ultimaker'