vic10us

Members
  • Posts

    7
  • Joined

  • Last visited

vic10us's Achievements

Noob

Noob (1/14)

2

Reputation

  1. <?xml version="1.0"?> <Container version="2"> <Name>nginx</Name> <Repository>linuxserver/nginx</Repository> <Registry>https://hub.docker.com/r/linuxserver/nginx/</Registry> <Network>bridge</Network> <MyIP/> <Shell>sh</Shell> <Privileged>true</Privileged> <Support>https://forums.unraid.net/topic/42784-support-linuxserverio-nginx/</Support> <Project>https://www.nginx.com/</Project> <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> <Category>Network:Web Network:Proxy</Category> <WebUI>http://[IP]:[PORT:80]/</WebUI> <TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/nginx.xml</TemplateURL> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-icon.png</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1560449141</DateInstalled> <DonateText>Donations</DonateText> <DonateLink>https://www.linuxserver.io/donate</DonateLink> <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.</Description> <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> <Port> <HostPort>4433</HostPort> <ContainerPort>4433</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/appdata/nginx</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment> <Variable> <Value>99</Value> <Name>PUID</Name> <Mode/> </Variable> <Variable> <Value>100</Value> <Name>PGID</Name> <Mode/> </Variable> </Environment> <Labels/> <Config Name="Host Port 1" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">80</Config> <Config Name="Host Port 2" Target="443" Default="443" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="true" Mask="false">443</Config> <Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config> <Config Name="HTTPS_ALT" Target="4433" Default="" Mode="tcp" Description="Container Port: 4433" Type="Port" Display="always" Required="false" Mask="false">4433</Config> <Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/nginx" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/nginx</Config> </Container>
  2. I don't have that folder on my server... but it's all of them. NGinx for example
  3. After upgrading to v6.7.x (now on 6.7.2), none of the configured containers with the WebUI parameter set correctly show in the application menu. Is this a known bug and If so, does anyone know how to fix it? Thanks
  4. I have a similar setup and I had issues with bonding interfaces in 802.3ad/LACP. Port Channel Config interface Port-channel44 description unRAID-Storage switchport mode access spanning-tree portfast Interface Config interface GigabitEthernet0/13 description unRaid - eth1,2 switchport mode access speed 1000 duplex full channel-protocol lacp channel-group 44 mode active spanning-tree portfast ! interface GigabitEthernet0/14 description unRaid - eth1,2 switchport mode access speed 1000 duplex full channel-protocol lacp channel-group 44 mode active spanning-tree portfast ! In unRaid I set the first interface config to: Enable Bonding = Yes Bonding Mode = 802.3ad (4) Enable Bridging = No <<<<-- VERY IMPORTANT If you also want to setup vlans (802.1q/dot1q) you would also need to set the switchport mode to trunk interface Port-channel44 description unRAID-Storage switchport trunk encapsulation dot1q switchport mode trunk ! It goes without saying that this is an advanced config and goes a bit beyond your question. If you are using vlans, the base interface ip addresses are for the default/untagged network. By default that would be vlan id 1 but it can be changed to another by setting the native vlan in the port channel interface config. switchport trunk native vlan 1 I hope this helps.
  5. How does someone get a repository added?
  6. If you provide me a curl example I could create a custom NotificationAgent.xml file for you to use.
  7. I have improved the Slack notification entry in the NotificationAgent.xml and I was wondering if there was an official way to submit a PR or something similar. I know this project is not open source but I would really like to contribute. Is there an official development group that I could join or is there another process in which I could contribute?