/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/plugins/report_Uploader.xml.in
60 строк
3 KB
Matej Habrnal
uploader: move username and password to the advanced options
11 ноя 2015, 17:49
11 ноя 2015, 17:49
35180a9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" ?> <event> <_name>Report Uploader</_name> <_description>Upload as tar.gz file (via FTP/SCP/...)</_description> <requires-items></requires-items> <exclude-items-by-default>event_log,reported_to</exclude-items-by-default> <exclude-items-always></exclude-items-always> <exclude-binary-items>no</exclude-binary-items> <include-items-by-default></include-items-by-default> <minimal-rating>0</minimal-rating> <gui-review-elements>yes</gui-review-elements> <options> <option type="text" name="Upload_URL"> <_label>URL</_label> <allow-empty>no</allow-empty> <_description>Where do you want to upload the tarball with report in form login:password@url</_description> <_note-html>Examples:
ftp://[user[:pass]@]host/dir/[file.tar.gz]
scp://[user[:pass]@]host/dir/[file.tar.gz]
file:///dir/[file.tar.gz]</_note-html> <default-value></default-value> </option> <advanced-options> <option type="text" name="Upload_Username"> <_label>User name</_label> <allow-empty>yes</allow-empty> <_description>Use this field if you do not want to have user name in URL</_description> </option> <option type="password" name="Upload_Password"> <_label>Password</_label> <allow-empty>yes</allow-empty> <_description>Use this field if you do not want to have password in URL</_description> </option> <option type="text" name="http_proxy"> <_label>HTTP Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for HTTP</_note-html> </option> <option type="text" name="HTTPS_PROXY"> <_label>HTTPS Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for HTTPS</_note-html> </option> <option type="text" name="FTP_PROXY"> <_label>FTP Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for FTP</_note-html> </option> <option type="text" name="Upload_SSHPublicKey"> <_label>SSH Public key file</_label> <allow-empty>yes</allow-empty> <_note-html>Use this field to specify SSH public keyfile</_note-html> </option> <option type="text" name="Upload_SSHPrivateKey"> <_label>SSH Private key file</_label> <allow-empty>yes</allow-empty> <_note-html>Use this field to specify SSH private keyfile</_note-html> </option> </advanced-options> </options> </event>