mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-25 18:33:52 +00:00
62 lines
2.4 KiB
XML
62 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/nginx.xml</TemplateURL>
|
|
<Beta>False</Beta>
|
|
<Category>Network:Web Network:Proxy</Category>
|
|
<Date>2015-12-05</Date>
|
|
<Name>nginx</Name>
|
|
<Support>https://forums.unraid.net/topic/42784-support-linuxserverio-nginx/</Support>
|
|
<Overview>Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.</Overview>
|
|
<Description>Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache..[br]
|
|
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
|
[b]80[/b] Standard HTTP Port [br]
|
|
[b]443[/b] Standard HTTPS Port [br]
|
|
[b]/config[/b]Storing Configuration and the www folder[br]
|
|
</Description>
|
|
<Project>https://www.nginx.com/</Project>
|
|
<Registry>https://hub.docker.com/r/linuxserver/nginx/</Registry>
|
|
<Repository>linuxserver/nginx</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>80</HostPort>
|
|
<ContainerPort>80</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
<Port>
|
|
<HostPort>443</HostPort>
|
|
<ContainerPort>443</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Version></Version>
|
|
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-icon.png</Icon>
|
|
<ExtraParams></ExtraParams>
|
|
<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>
|
|
<BaseImage>lsiobase/nginx</BaseImage>
|
|
</Container>
|