templates/unraid/pairdrop.xml
2024-02-01 17:47:48 +00:00

46 lines
3.5 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-pairdrop/blob/main/readme-vars.yml -->
<Container version="2">
<Name>pairdrop</Name>
<Repository>lscr.io/linuxserver/pairdrop</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/pairdrop</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-pairdrop/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-pairdrop#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-pairdrop#readme</ReadMe>
<Project>https://github.com/schlagmichdoch/PairDrop</Project>
<Overview>PairDrop(https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.</Overview>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/pairdrop.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
<Date>2024-01-31</Date>
<Changes>
### 2024-01-31
- Rebase to Alpine 3.19.
### 2023-05-30
- Rebase to Alpine 3.18.
### 2023-03-06
- Run npm install as non-root user.
### 2023-02-20
- Initial Release.
</Changes>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="http gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="RATE_LIMIT" Target="RATE_LIMIT" Default="false" Description="Set to `true` to limit clients to 100 requests per 5 min" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="WS_FALLBACK" Target="WS_FALLBACK" Default="false" Description="Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes)." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="RTC_CONFIG" Target="RTC_CONFIG" Default="" Description="Path to a json file containing custom STUN/TURN config (see App Setup notes)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="DEBUG_MODE" Target="DEBUG_MODE" Default="false" Description="Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. See here for more info(https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production!" 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>