Remote assistance improvements

- Add status page with service log
- Use a different service name to avoid conflicts with other n2n instances
- Split key into community and key, alphanumeric
- Add connection script download
This commit is contained in:
emanuele-f 2018-11-28 17:56:45 +01:00
parent d1f353a4c5
commit de5a58ecf3
9 changed files with 184 additions and 44 deletions

View file

@ -61,7 +61,7 @@ end
local function ntopctl_cmd(service_name, ...)
local cmd = {NTOPCTL_CMD, service_name, ...}
return table.concat(cmd, " ") .. " 2>/dev/null"
return table.concat(cmd, " ")
end
--! @brief Execute service control tool and get its output.