AppFeed/templates/Flight777sRepository/jw_shadowsocks.xml
2021-02-23 15:49:21 -05:00

77 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Shadowsocks</Name>
<Repository>shadowsocks/shadowsocks-libev</Repository>
<Registry>https://hub.docker.com/r/shadowsocks/shadowsocks-libev</Registry>
<Network>bridge</Network>
<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.&#13;
[br]&#13;
Can be seen as a alternative, hard to detect, VPN as well.&#13;
[br][br]&#13;
UNRAID template that JUST WORKS, brought to you by Flight777!&#13;
[br][br]&#13;
[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]&#13;
</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/Flight777/unraid_justworks_templates/main/jw_shadowsocks.xml</TemplateURL>
<Icon>https://github.com/Flight777/unraid_justworks_templates/blob/main/images/shadowsocks/1200px-Shadowsocks-Logo.svg.png?raw=true</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateLink>https://www.paypal.me/robvermeij</DonateLink>
<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></Data>
<Environment>
<Variable>
<Value></Value>
<Name>PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>chacha20-ietf-poly1305</Value>
<Name>METHOD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>8.8.8.8,8.8.4.4</Value>
<Name>DNS_ADDRS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>300</Value>
<Name>TIMEOUT</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Shadowsocks Password (for connecting later)" Target="PASSWORD" Default="" Mode="" Description="Container Variable: PASSWORD" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<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>
<Date>1611742194</Date>
<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.&#13;
&#13;
Can be seen as a alternative, hard to detect, VPN as well.&#13;
&#13;
UNRAID template that JUST WORKS, brought to you by Flight777!</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/Flight777sRepository/jw_shadowsocks.xml</templatePath>
</Container>