Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2024-08-12 00:01:23 +00:00
parent db1c35b893
commit 058a5c4e5a

View File

@ -18,9 +18,12 @@
<Overview>The Unifi-network-application(https://ui.com/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.</Overview>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/unifi-network-application.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-network-application-icon.png</Icon>
<Date>2024-07-18</Date>
<Date>2024-08-11</Date>
<Changes>
### 2024-07-18
### 2024-08-11
- **Important**: The mongodb init instructions have been updated to enable auth (RBAC(https://www.mongodb.com/docs/manual/core/authorization/#role-based-access-control)). We have been notified that if RBAC is not enabled, the official mongodb container allows remote access to the db contents over port 27017 without credentials. If you set up the mongodb container with the old instructions we provided, you should not map or expose port 27017. If you would like to enable auth, the easiest way is to create new instances of both unifi and mongodb with the new instructions and restore unifi from a backup.
### 2024-08-11
- Rebase to Ubuntu Noble.
### 2024-03-04
@ -48,10 +51,10 @@
<Config Name="MONGO_HOST" Target="MONGO_HOST" Default="unifi-db" Description="Mongodb Hostname. Only evaluated on first run." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MONGO_PORT" Target="MONGO_PORT" Default="27017" Description="Mongodb Port. Only evaluated on first run." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MONGO_DBNAME" Target="MONGO_DBNAME" Default="unifi" Description="Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MONGO_AUTHSOURCE" Target="MONGO_AUTHSOURCE" Default="admin" Description="Mongodb authSource(https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`. Only evaluated on first run." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MEM_LIMIT" Target="MEM_LIMIT" Default="1024" Description="Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MEM_STARTUP" Target="MEM_STARTUP" Default="1024" Description="Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MONGO_TLS" Target="MONGO_TLS" Default="" Description="Mongodb enable TLS(https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MONGO_AUTHSOURCE" Target="MONGO_AUTHSOURCE" Default="" Description="Mongodb authSource(https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`.Defaults to `MONGO_DBNAME`.Only evaluated on first run." 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"/>