mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
47 lines
3.3 KiB
XML
47 lines
3.3 KiB
XML
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-ipfs/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>ipfs</Name>
|
|
<Repository>lscr.io/linuxserver/ipfs</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/ipfs</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-ipfs/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Deprecated>true</Deprecated>
|
|
<GitHub>https://github.com/linuxserver/docker-ipfs#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-ipfs#readme</ReadMe>
|
|
<Project>https://ipfs.io/</Project>
|
|
<Overview>Ipfs(https://ipfs.io/) - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open.</Overview>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/ipfs.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ipfs-logo.png</Icon>
|
|
<Date>2021-09-19</Date>
|
|
<Changes>
|
|
### 2021-09-19
|
|
- Build webui from source. Update code formatting. Rebase to Alpine 3.14.
|
|
|
|
### 2021-04-01
|
|
- Add migration bins to image to support upgrades.
|
|
|
|
### 2020-02-24
|
|
- Rebase to Alpine 3.13.
|
|
|
|
### 2019-07-09
|
|
- Initial version.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="The port for the IPFS web UI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 4001" Target="4001" Default="4001" Mode="tcp" Description="Peering port, this is the only port you should expose to the internet" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 5001" Target="5001" Default="5001" Mode="tcp" Description="API port, the clientside webUI needs to be able to talk to this from whatever machine your web browser is on" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 8080" Target="8080" Default="8080" Mode="tcp" Description="Gateway Port, actually serves IPFS content" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 443" Target="443" Default="443" Mode="tcp" Description="HTTPS port for web UI" Type="Port" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="IPFS storage and config files/logs" Type="Path" Display="advanced" Required="true" 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> |