All Projects → Nico640 → docker-unms

Nico640 / docker-unms

Licence: other
All-in-one docker image for Ubiquiti UISP (formerly UNMS). Supports x86_64 and ARM (Raspberry Pi).

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-unms

alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+50.33%)
Mutual labels:  arm, amd64, arm64, armhf
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+1107.19%)
Mutual labels:  arm, x86-64, arm64, armhf
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+210.46%)
Mutual labels:  arm, x86-64, arm64
Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (+24.84%)
Mutual labels:  arm, x86-64, arm64
filebrowser-docker
🐳 filebrowser inside Docker container
Stars: ✭ 122 (-20.26%)
Mutual labels:  amd64, arm64, armhf
Keystone
Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
Stars: ✭ 1,654 (+981.05%)
Mutual labels:  arm, x86-64, arm64
Tina
Tina is a teeny tiny, header only, coroutine and job library.
Stars: ✭ 125 (-18.3%)
Mutual labels:  arm, x86-64, arm64
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-88.89%)
Mutual labels:  amd64, arm64, armhf
Docker Cloudflare Ddns
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
Stars: ✭ 467 (+205.23%)
Mutual labels:  arm, x86-64, arm64
docker-dns-ad-blocker
A lightweight dnsmasq DNS server to block traffic to known ad servers with optional DNSCrypt support. Supports x86_64 and Raspberry Pi (armhf).
Stars: ✭ 78 (-49.02%)
Mutual labels:  x86-64, arm64, armhf
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (-29.41%)
Mutual labels:  arm, x86-64, arm64
tor-relay-docker
Tor relay Docker images for x86-64, armhf & arm64 (from source)
Stars: ✭ 32 (-79.08%)
Mutual labels:  arm, arm64, armhf
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+513.73%)
Mutual labels:  arm, x86-64, arm64
Mandibule
linux elf injector for x86 x86_64 arm arm64
Stars: ✭ 171 (+11.76%)
Mutual labels:  arm, x86-64, arm64
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+3412.42%)
Mutual labels:  arm, x86-64, arm64
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (-65.36%)
Mutual labels:  arm, x86-64, arm64
static-web-server
A blazing fast and asynchronous web server for static files-serving. ⚡
Stars: ✭ 230 (+50.33%)
Mutual labels:  arm, amd64, arm64
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+3124.84%)
Mutual labels:  arm, x86-64, arm64
multiarch-letsencrypt-nginx-proxy
nginx-proxy, docker-gen and letsencrypt-nginx-proxy-companion on arm archs
Stars: ✭ 23 (-84.97%)
Mutual labels:  arm, arm64, armhf
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (-50.98%)
Mutual labels:  arm, arm64, armhf

GitHub Release GitHub Workflow Status

Docker UISP (formerly UNMS)

This is an all-in-one Docker image for running the Ubiquiti Network Management System. This image contains all the components required to run UISP in a single container and uses the s6-overlay for process management.

This image will run on most platforms that support Docker including Docker for Mac, Docker for Windows, Synology DSM and Raspberry Pi boards.

Usage

docker run \
  -p 80:80 \
  -p 443:443 \
  -p 2055:2055/udp \
  -e TZ=<timezone> \
  -v </path/to/config>:/config \
  nico640/docker-unms:latest

Raspberry Pi / ARM

This image will also allow you to run UISP on a Raspberry Pi or other Docker-enabled ARMv7/8 devices.

docker run -d --name unms -p 80:80 -p 443:443 -p 2055:2055/udp -v </path/to/config>:/config nico640/docker-unms:latest

Parameters

The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.

  • -v </path/to/config>:/config - The persistent data location, the database, certs and logs will be stored here
  • -p 80:80 - Expose the HTTP web server port on the docker host
  • -p 443:443 - Expose the HTTPS and WSS web server port on the docker host
  • -p 2055:2055/udp - Expose the Netflow port on the docker host
  • -e TZ - for timezone information e.g. -e TZ=Europe/London

Optional Settings:

  • -e DEMO=false - Enable UISP demo mode
  • -e PUBLIC_HTTPS_PORT=443 - This should match the HTTPS port your are exposing to on the docker host
  • -e PUBLIC_WS_PORT=443 - This should match the HTTPS port your are exposing to on the docker host
  • -e SSL_CERT= - Filename of custom SSL certificate in /config/usercert/
  • -e SSL_CERT_KEY= - Filename of custom SSL key in /config/usercert/
  • -e PUID=911 - User ID of the container user
  • -e PGID=911 - Group ID of the container user

Limitations

The Docker image, nico640/docker-unms, is not maintained by or affiliated with Ubiquiti Networks. You should not expect any support from Ubiquiti when running UISP (formerly UNMS) using this image.

  • In-app upgrades will not work. You can upgrade UISP by downloading the latest version of this image.

Docker Compose

version: '2'
services:
  unms:
    image: nico640/docker-unms:latest
    restart: always
    ports:
      - 80:80
      - 443:443
      - 2055:2055/udp
    environment:
      - TZ=Australia/Sydney
    volumes:
      - ./volumes/unms:/config
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].