Go to file
John D 17d345c893 Add podman update
Former-commit-id: a19dbcd73e
2021-05-25 05:24:44 -07:00
.github Update shiftleft-analysis.yml 2020-08-11 00:11:00 -07:00
AdguardHome Support caching in install-cni-plugins.sh (#114) 2021-05-16 13:43:05 -07:00
cloudflare-ddns Add Cloudflare DDNS (#80) 2020-12-24 14:25:22 -08:00
cni-plugins Support caching in install-cni-plugins.sh (#114) 2021-05-16 13:43:05 -07:00
container-common Update 05-container-common.sh 2021-01-30 00:39:48 -08:00
dns-common/on_boot.d Added Pihole with cloudflared 2021-05-25 01:44:32 -07:00
homebridge Bowseruk cni patch (#172) 2021-05-24 23:48:38 -07:00
nextdns Added Pihole with cloudflared 2021-05-25 01:44:32 -07:00
on-boot-script Remove old on_boot scripts 2021-05-25 02:13:19 -07:00
podman-update Add podman update 2021-05-25 05:24:44 -07:00
python Update 20-python.sh 2020-12-24 15:25:10 -08:00
run-pihole Added Pihole with cloudflared 2021-05-25 01:44:32 -07:00
suricata Suricata Boot Script Maintainability Update (#52) 2020-09-29 21:24:33 -07:00
wireguard-go minor readme fix for generating pubkey from privatekey (#170) 2021-05-16 10:13:45 -07:00
.gitignore Some build and package improvements (#45) 2020-09-08 02:54:51 -07:00
LICENSE Initial commit 2020-05-31 06:17:59 -07:00
README.md Update README.md 2021-04-11 01:41:34 -07:00

udm-utilities Slack

A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro.

Contributing

Pull Requests welcome! If you use this functionality to do new cool stuff to your UDM/P please send a PR and share it with the community!

Custom Kernel

If you want to do a custom kernel with wireguard support, multicast, multipath routing that is now a possiblity. Please see the repo and please use at your own risk This a much larger change than anything in this repo.

udm-kernel-tools

General Tools

on-boot-script

Do this first. Enables init.d style scripts to run on every boot of your UDM. Includes examples to run wpa-supplicant/eap-proxy and/or ntop-ng on startup. Follow this readme.
It enables complete customization of your UDM/P and fills the gap that config.gateway.json left behind.

container-common

Apply this after on-boot-script. Updates container defaults to maintain stable disk usage footprint of custom containers. Prevents logs filling up UDM storage full.

python

If you need python3 on your UDM, generally not recommended, can always use it in unifi-os container

VPN Servers / Clients

wireguard-go

Run a Wireguard client/server on your UDM/P. Utilizes wireguard-go, not linux kernel modules. The performance will take a hit due to that.

DNS Providers

Install a DNS server that functions as a network-wide ad and tracker blocker, and which can also securely proxy encrypted DNS requests to an upstream DNS provider. Begin by following the instructions to setup on-boot-script and dns-common. Then, follow the guides below to setup either Pi-Hole, NextDNS, or AdGuard Home.

dns-common

Base configuration for DNS server containers, both IPv4 and IPv6. Utilizes MacVLAN CNI plugins to completely isolate the network stack.

run-pihole

Run pihole on your UDM with podman.

nextdns

Run NextDNS on your UDM with podman.

AdguardHome

Run AdguardHome on your UDM with podman.

Cloudflare DDNS

Update your cloudflare domains from your UDM with podman.

Cool projects you can use with this

multicast-relay

https://hub.docker.com/r/scyto/multicast-relay

This is a docker container that implements https://github.com/alsmith/multicast-relay to provide mDNS and SSDP on a unifi dream machine. It will likely work on any multi homed host.

ntopng

https://github.com/tusc/ntopng-udm

Much better network stats for your UDM/P! Install this docker container and create an on_boot script to make sure it's always running.

LetsEncrypt SSL Certs

https://github.com/kchristensen/udm-le

Provision and renew LetsEncrypt SSL certs from your UDM/P

OpenConnect VPN

https://github.com/shuguet/openconnect-udm

OpenConnect VPN Client for the UniFi Dream Machine Pro (Unofficial)

Unifi API Browser

https://hub.docker.com/r/scyto/unifibrowser

This is a docker container that implements https://github.com/Art-of-WiFi/UniFi-API-browser to provide a graphical tool to inspect the data structures available via the unifi API. Great if you are using the REST API for your own puposes and want to explore. Works with multiple controler versions.

Unifi UDM-Pro auto fan speed

https://github.com/renedis/ubnt-auto-fan-speed

A shell script with the goal to make the UDM-Pro silenced while still having good thermal values. It stops the build in service that monitors the thermal values, fan speed and connection of a HDD/SSD. After that it sets the thermal/fan chip (adt7475) to automatic mode. Once that is done it changes the thermal and fan values specified in the script.