From d3ed0fc7e3a450486d5283b20d2444b7cfde37d8 Mon Sep 17 00:00:00 2001 From: Compilenix Date: Fri, 25 May 2018 15:51:03 +0200 Subject: [PATCH] Update README.md add "Use http or https proxy" --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index c37343f..a26ca4c 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,31 @@ In that case, the JSON file must contain an array of "jobs configs" objects, inc ] ``` +### Use http or https proxy +Create a `proxies.json` at your Pydio config directory. +* Mac: ~/Library/Application Support/Pydio/ +* Linux: ~/.local/share/Pydio/ + +Here is a sample config: +``` +{ + "http": { + "active": "true", + "username": "", + "password": "", + "hostname": "127.0.0.1", + "port": "8118" + }, + "https": { + "active": "true", + "username": "", + "password": "", + "hostname": "127.0.0.1", + "port": "8118" + } +} +``` + ## Development Setup ### Linux