AppFeed/lsio_categories/endlessh.xml
2022-01-20 15:35:40 -05:00

28 lines
3.3 KiB
XML

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<Container version="2">
<Name>endlessh</Name>
<Repository>ghcr.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>
<Project>https://github.com/skeeto/endlessh</Project>
<Overview>[Endlessh](https://github.com/skeeto/endlessh) 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://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/openssh-server-logo.png</Icon>
<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="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>