diff --git a/images/docker-unifi-network-application/index.html b/images/docker-unifi-network-application/index.html index a0cc768cf7..f508384ad8 100644 --- a/images/docker-unifi-network-application/index.html +++ b/images/docker-unifi-network-application/index.html @@ -1,4 +1,4 @@ - unifi-network-application - LinuxServer.io
Skip to content

linuxserver/unifi-network-application

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build

The Unifi-network-application software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.

unifi-network-application

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/unifi-network-application:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

After setup, the web UI is available at https://ip:8443. The application can be configured, or a backup restored, using the first run wizard.

This container requires an external mongodb database instance.

Setting Up Your External Database

Formally only mongodb 3.6 through 4.4 are supported, however, it has been reported that newer versions will work. If you choose to use a newer version be aware that you will not be operating a supported configuration.

Make sure you pin your database image version and do not use latest, as mongodb does not support automatic upgrades between major versions.

If you are using the official mongodb container, you can create your user using an init-mongo.js file with the following contents:

db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME"}]});
+ unifi-network-application - LinuxServer.io       

linuxserver/unifi-network-application

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build

The Unifi-network-application software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.

unifi-network-application

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/unifi-network-application:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

After setup, the web UI is available at https://ip:8443. The application can be configured, or a backup restored, using the first run wizard.

This container requires an external mongodb database instance.

Setting Up Your External Database

Formally only mongodb 3.6 through 4.4 are supported, however, it has been reported that newer versions will work. If you choose to use a newer version be aware that you will not be operating a supported configuration.

Make sure you pin your database image version and do not use latest, as mongodb does not support automatic upgrades between major versions.

If you are using the official mongodb container, you can create your user using an init-mongo.js file with the following contents:

db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME"}]});
 db.getSiblingDB("MONGO_DBNAME_stat").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME_stat"}]});
 

Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your mongodb container.

For example:

  unifi-db:
     image: docker.io/mongo:<version tag>
@@ -94,4 +94,4 @@
   --pull \
   -t lscr.io/linuxserver/unifi-network-application:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 17.10.23: - Add environment variables for TLS and authSource to support Atlas and new MongoDB versions.
  • 05.09.23: - Initial release.

Last update: November 7, 2023
Created: November 21, 2023
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 17.10.23: - Add environment variables for TLS and authSource to support Atlas and new MongoDB versions.
  • 05.09.23: - Initial release.

Last update: November 21, 2023
Created: November 21, 2023
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index c5d79d12ae..60945fafe8 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ