This commit is contained in:
Squidly271 2021-01-03 04:08:29 -05:00
parent 3a2bd264a8
commit 00e1a02927
2 changed files with 157 additions and 1 deletions

View File

@ -1 +1 @@
119
168

View File

@ -135397,6 +135397,162 @@
"LastUpdateScan": 1607569697,
"FirstSeen": 1563401306
},
{
"Name": "hideme_privoxy",
"Repository": "alturismo/wg_hideme_privoxy",
"Registry": "https://hub.docker.com/r/alturismo/wg_hideme_privoxy",
"Network": "br0",
"MyIP": "192.168.1.80",
"Shell": "sh",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/81786-support-alturismo-repos/",
"Project": "https://github.com/alturismo/wg_hideme_privoxy",
"Overview": "wireguard vpn client with privoxy and microsocks in docker\r\n\r\nits a hideme vpn client ONLY\r\n\r\nLOCAL_NET - CIDR mask of the local IP addresses which will acess the proxy and bypass it, comma seperated\r\nHIDEME_SERVER - HideMe Server to use\r\nHIDEME_FILE - configuration file, only edit when you know what you do\r\nHIDEME_USER - your HideMe username for your vpn\r\nHIDEME_PASS - your HideMe password for your vpn\r\nTZ - Timezone, not relevant for function\r\n\r\nport 8080 privoxy - edit in bridge mode to fit your needs\r\nport 1080 socks proxy - edit in bridge mode to fit your needs",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/alturismo/unraid_templates/master/my-hideme_privoxy.xml",
"Icon": "https://raw.githubusercontent.com/alturismo/wg_hideme_privoxy/main/hide-me-icon.png",
"ExtraParams": "--cap-add=NET_ADMIN --device /dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 --dns=8.8.8.8",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "br0",
"Publish": ""
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/wg_hideme_privoxy/",
"ContainerDir": "/config",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
{
"Value": "hideme.yaml",
"Name": "HIDEME_FILE",
"Mode": ""
},
{
"Value": "username",
"Name": "HIDEME_USER",
"Mode": ""
},
{
"Value": "password",
"Name": "HIDEME_PASS",
"Mode": ""
},
{
"Value": "cz.hideservers.net",
"Name": "HIDEME_SERVER",
"Mode": ""
},
{
"Value": "192.168.1.0/24",
"Name": "LOCAL_NET",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "/config",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/wg_hideme_privoxy/"
},
{
"@attributes": {
"Name": "HIDEME_FILE",
"Target": "HIDEME_FILE",
"Default": "",
"Mode": "",
"Description": "Container Variable: HIDEME_FILE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "hideme.yaml"
},
{
"@attributes": {
"Name": "HIDEME_USER",
"Target": "HIDEME_USER",
"Default": "",
"Mode": "",
"Description": "Container Variable: HIDEME_USER",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "username"
},
{
"@attributes": {
"Name": "HIDEME_PASS",
"Target": "HIDEME_PASS",
"Default": "",
"Mode": "",
"Description": "Container Variable: HIDEME_PASS",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "HIDEME_SERVER",
"Target": "HIDEME_SERVER",
"Default": "",
"Mode": "",
"Description": "Container Variable: HIDEME_SERVER",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "cz.hideservers.net"
},
{
"@attributes": {
"Name": "LOCAL_NET",
"Target": "LOCAL_NET",
"Default": "",
"Mode": "",
"Description": "Container Variable: LOCAL_NET",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "192.168.1.0/24"
}
],
"Repo": "alturismo's Repository",
"Date": "1609615494",
"Category": "Network:Proxy Network:VPN",
"Description": "wireguard vpn client with privoxy and microsocks in docker\r\n\r\nits a hideme vpn client ONLY\r\n\r\nLOCAL_NET - CIDR mask of the local IP addresses which will acess the proxy and bypass it, comma seperated\r\nHIDEME_SERVER - HideMe Server to use\r\nHIDEME_FILE - configuration file, only edit when you know what you do\r\nHIDEME_USER - your HideMe username for your vpn\r\nHIDEME_PASS - your HideMe password for your vpn\r\nTZ - Timezone, not relevant for function\r\n\r\nport 8080 privoxy - edit in bridge mode to fit your needs\r\nport 1080 socks proxy - edit in bridge mode to fit your needs",
"templatePath": "/tmp/GitHub/AppFeed/templates/alturismosRepository/my-hideme_privoxy.xml",
"CategoryList": [
"Network-Proxy",
"Network-VPN"
],
"downloads": 21,
"LastUpdateScan": 1609657706,
"FirstSeen": 1609657706
},
{
"Name": "OVPN_Privoxy",
"Repository": "alturismo/ovpn_privoxy",