add example in user_config.example.json to use public proxy

This commit is contained in:
zefie
2022-11-28 15:29:58 -05:00
parent b731e2a8a0
commit bd36f7b18f

View File

@@ -118,7 +118,19 @@
"username": "mylocaluser", "username": "mylocaluser",
"password": "mylocalpass" "password": "mylocalpass"
} }
},
// the following uses zefie's public proxy with webone for web surfing and image scaling
"services": {
"http": {
"host": "51.222.164.146",
"nobind": true
},
"https": {
"host": "51.222.164.146",
"nobind": true
}
} }
// end zefie's public proxy
}, },
"favorites": { "favorites": {
"folder_templates": { "folder_templates": {