- /opt/docker/unifi-mongo/db:/data/db - /opt/docker/unifi-mongo/init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro environment: - 'TZ=Asia/Shanghai' restart: always unifi-network-application: image: linuxserver/unifi-network-application:8.0.24 container_name: unifi-network-applicatio...
docker-compose (recommended, click here for more info) --- services: unifi-network-application: image: lscr.io/linuxserver/unifi-network-application:latest container_name: unifi-network-application environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - MONGO_USER=unifi - MONGO_PASS= - MONGO_...
docker-compose (recommended, click here for more info) --- services: unifi-network-application: image: lscr.io/linuxserver/unifi-network-application:latest container_name: unifi-network-application environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - MONGO_USER=unifi - MONGO_PASS= - MONGO_...
所以可以在云上安装UniFi Network Application,也就是Unifi Controller。这个云也包含私有云和公有云。 私有云 比如你家中有一台支持Docker功能的Synology/QNAP的NAS,你可以在里面使用 Docker 运行 Unifi Controller 容器,或者很多朋友家里有软路由,平时只跑一台 OpenWRT 虚拟机,也可以使用多余的资源跑一台Ubuntu虚拟机...
3. Configure docker-compose.yml template Code: Select all --- version: "3" services: unifi: image: lscr.io/linuxserver/unifi-network-application:latest container_name: unifi environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - MONGO_USER=unifi - MONGO_PASS=unifipwd - MONGO_HOST=<< YO...
不知道为什么ubnt国内的官网的版本比美国官网慢了一个小版本号,而且几个月过去了还没更新。。。这里直接去美国官网下载最新的6.2.26版,直接下载UniFi Network Application 6.2.26 for Debian/Ubuntu Linux and UniFi Cloud Key就行。 下载好后把unifi_sysvinit_all.deb传输到N1盒子上就行,然后执行 ...
1.docker-compose编排工具文件配置 docker-compose.yml version: '3' services: ### Django Project-1 container ### book: build: #构建django项目book容器的路径 context: ./build/django volumes: #项目数据持久化配置---包括项目、uwsgi配置文件 -
Unifi Poller 基于 Go 语言开发,可以运行在 Windows、macOS、FreeBSD、Linux 或 Docker 下。 在Influx 模式下,Unifi Poller 每 30 秒轮询一次 Unifi 控制器数据并导出到 InfluxDB 数据库。(相当于一个 Telegraf Unifi Input plugin) 在Prometheus 模式下,Unifi Poller 开放一个 Web 端口并接受 Prometheus 拉取,动...
In this article I'll explain how to install anj Unifi Network Video Recorder (NVR) that you can use with e.g. your Unifi G3 camera. The Unifi G3 camera is an amazing camera that you can use as a security cam. By configuring the motion detection it can automatically start a recording...
UniFi Poller is a small Golang application that runs on Windows, FreeBSD, macOS, Linux or Docker. It polls a UniFi controller every 30 seconds for measurements and stores the data in an Influx database. A small setup with 2 APs, 1 switch, 1 gateway and 40 clients produces over 3000 fi...