mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
41 lines
3.9 KiB
XML
Executable File
41 lines
3.9 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-endlessh/blob/main/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>endlessh</Name>
|
|
<Repository>lscr.io/linuxserver/endlessh</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/endlessh</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-endlessh/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-endlessh#application-setup</GitHub>
|
|
<Project>https://github.com/skeeto/endlessh</Project>
|
|
<Overview>Endlessh(https://github.com/skeeto/endlessh) is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.</Overview>
|
|
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/endlessh.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
|
|
<Date>2021-06-08</Date>
|
|
<Changes>
|
|
### 2021-06-08
|
|
- Add BINDFAMILY option.
|
|
|
|
### 2021-04-16
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="2222" Default="22" Mode="tcp" Description="ssh port" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Required if `LOGFILE` is set to `true`." Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="MSDELAY" Target="MSDELAY" Default="10000" Description="The endless banner is sent one line at a time. This is the delay in milliseconds between individual lines." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="MAXLINES" Target="MAXLINES" Default="32" Description="The length of each line is randomized. This controls the maximum length of each line. Shorter lines may keep clients on for longer if they give up after a certain number of bytes." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="MAXCLIENTS" Target="MAXCLIENTS" Default="4096" Description="Maximum number of connections to accept at a time. Connections beyond this are not immediately rejected, but will wait in the queue." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="LOGFILE" Target="LOGFILE" Default="false" Description="By default, the app logs to container log. If this is set to `true`, the log will be output to file under `/config/logs/endlessh` (`/config` needs to be mapped)." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="BINDFAMILY" Target="BINDFAMILY" Default="" Description="By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 only or IPv6 only, respectively. Leave blank to bind to both." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container>
|