-
Notifications
You must be signed in to change notification settings - Fork 2
/
jw_shadowsocks.xml
83 lines (83 loc) · 4.54 KB
/
jw_shadowsocks.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0"?>
<Container version="2">
<Name>Shadowsocks</Name>
<Repository>shadowsocks/shadowsocks-libev</Repository>
<Registry>https://hub.docker.com/r/shadowsocks/shadowsocks-libev</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101905-support-flight777-just-works-container-repository/</Support>
<Project>https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md</Project>
<Overview>A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.
[br]
Can be seen as a alternative, hard to detect, VPN as well.
[br][br]
UNRAID template that JUST WORKS, brought to you by Flight777!
[br][br]
[b][span style='color: #E80000;']Container does not have a WEBUI, as it's very lightweight and all settings are set by the variables. Check the logs to verify it is running correctly![/span][/b]
</Overview>
<Category>Security: Network:Proxy Network:VPN</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://github.com/Flight777/unraid_justworks_templates/blob/main/images/shadowsocks/1200px-Shadowsocks-Logo.svg.png?raw=true</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1611742194</DateInstalled>
<DonateText/>
<DonateLink>https://www.paypal.me/robvermeij</DonateLink>
<Description>A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.
[br]
Can be seen as a alternative, hard to detect, VPN as well.
[br][br]
UNRAID template that JUST WORKS, brought to you by Flight777!
[br][br]
[b][span style='color: #E80000;']Container does not have a WEBUI, as it's very lightweight and all settings are set by the variables. Check the logs to verify it is running correctly![/span][/b]
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8388</HostPort>
<ContainerPort>8388</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8388</HostPort>
<ContainerPort>8388</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value/>
<Name>PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>chacha20-ietf-poly1305</Value>
<Name>METHOD</Name>
<Mode/>
</Variable>
<Variable>
<Value>8.8.8.8,8.8.4.4</Value>
<Name>DNS_ADDRS</Name>
<Mode/>
</Variable>
<Variable>
<Value>300</Value>
<Name>TIMEOUT</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Shadowsocks Password (for connecting later)" Target="PASSWORD" Default="" Mode="" Description="Container Variable: PASSWORD" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Encryption Method" Target="METHOD" Default="rc4-md5|aes-128-gcm|aes-192-gcm|aes-256-gcm|aes-128-cfb|aes-192-cfb|aes-256-cfb|aes-128-ctr|aes-192-ctr|aes-256-ctr|camellia-128-cfb|camellia-192-cfb|camellia-256-cfb|bf-cfb|chacha20-ietf-poly1305|xchacha20-ietf-poly1305" Mode="" Description="Container Variable: METHOD" Type="Variable" Display="always" Required="true" Mask="false">chacha20-ietf-poly1305</Config>
<Config Name="DNS Addresses (comma seperated, default: google)" Target="DNS_ADDRS" Default="8.8.8.8,8.8.4.4" Mode="" Description="Container Variable: DNS_ADDRS" Type="Variable" Display="always" Required="true" Mask="false">8.8.8.8,8.8.4.4</Config>
<Config Name="Port TCP" Target="8388" Default="8388" Mode="tcp" Description="Container Port: 8388" Type="Port" Display="always" Required="true" Mask="false">8388</Config>
<Config Name="Port UDP" Target="8388" Default="8388" Mode="udp" Description="Container Port: 8388" Type="Port" Display="always" Required="true" Mask="false">8388</Config>
<Config Name="Connection Timeout (seconds)" Target="TIMEOUT" Default="" Mode="" Description="Container Variable: TIMEOUT" Type="Variable" Display="advanced" Required="true" Mask="false">300</Config>
</Container>