All Projects → praseodym → Docker Unifi Armhf

praseodym / Docker Unifi Armhf

UniFi 5 Controller for Raspberry Pi

Projects that are alternatives of or similar to Docker Unifi Armhf

Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (+433.33%)
Mutual labels:  makefile, raspberry-pi
Pi Builder
Extensible tool to build Arch Linux ARM for Raspberry Pi on x86_64 host using Docker
Stars: ✭ 31 (+158.33%)
Mutual labels:  makefile, raspberry-pi
Lakka Libreelec
Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
Stars: ✭ 1,007 (+8291.67%)
Mutual labels:  makefile, raspberry-pi
Arm Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
Stars: ✭ 159 (+1225%)
Mutual labels:  makefile, raspberry-pi
Kios
A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
Stars: ✭ 178 (+1383.33%)
Mutual labels:  makefile, raspberry-pi
Pinn
An enhanced Operating System installer for the Raspberry Pi
Stars: ✭ 530 (+4316.67%)
Mutual labels:  makefile, raspberry-pi
Orac
Orac : virtual modular synth
Stars: ✭ 224 (+1766.67%)
Mutual labels:  makefile, raspberry-pi
Kubeadm Workshop
Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring
Stars: ✭ 593 (+4841.67%)
Mutual labels:  makefile, raspberry-pi
Mmc Password Utils
User layer support for kernel MMC Password Lock/Unlock feature
Stars: ✭ 10 (-16.67%)
Mutual labels:  makefile
Variantbam
Filtering and profiling of next-generational sequencing data using region-specific rules
Stars: ✭ 11 (-8.33%)
Mutual labels:  makefile
Moosefs Freebsd Ports
Official FreeBSD Ports for MooseFS 3.0 (and MooseFS 2.0). If you're looking for MooseFS 2.0 ports, check the 2.0.x branch.
Stars: ✭ 10 (-16.67%)
Mutual labels:  makefile
Rock Bsp
Linux BSP for rockchip platform
Stars: ✭ 10 (-16.67%)
Mutual labels:  makefile
Raspberryrobot
基于树莓派的智能机器人
Stars: ✭ 11 (-8.33%)
Mutual labels:  raspberry-pi
Opus Android
Build Opus lib with Android ndk-build
Stars: ✭ 10 (-16.67%)
Mutual labels:  makefile
Toolchain
C/C++ toolchain for MiniOS
Stars: ✭ 11 (-8.33%)
Mutual labels:  makefile
Mynewt Documentation
Apache MyNewt Documentation
Stars: ✭ 10 (-16.67%)
Mutual labels:  makefile
Alpine Nginx
Docker config for a very small nginx container
Stars: ✭ 10 (-16.67%)
Mutual labels:  makefile
Pve Qemu Kvm
QEMU/KVM Emulator
Stars: ✭ 11 (-8.33%)
Mutual labels:  makefile
Os
This is the software framework for an OPSORO robot, to be used in conjunction with Ono2 or OPSORO grid and OPSOROHAT.
Stars: ✭ 11 (-8.33%)
Mutual labels:  raspberry-pi
Buildroot Rs97
Please don't use this anymore, it's old.
Stars: ✭ 11 (-8.33%)
Mutual labels:  makefile

Docker image for UniFi 5 Controller on Raspberry Pi (ARM32v7)

Available from https://hub.docker.com/r/praseodym/unifi-armhf/ (docker pull praseodym/unifi-armhf).

Example Docker Compose setup (save as docker-compose.yml, run with docker-compose up -d):

version: '2'
services:
  unifi:
    image: praseodym/unifi-armhf:stable
    restart: always
    network_mode: host
    volumes:
      - /srv/unifi/unifi-data:/usr/lib/unifi/data
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].