Skip to content

Instantly share code, notes, and snippets.

View ITKONTROLL's full-sized avatar
💭
I may be slow to respond.

Omar Farah ITKONTROLL

💭
I may be slow to respond.
  • IT KONTROLL AS
  • NORWAY
  • Joined Oct 5, 2025
View GitHub Profile
@ITKONTROLL
ITKONTROLL / index.md
Last active October 9, 2025 10:15

🧰 IT KONTROLL – Script Index

Samling av mine viktigste skript for overvåking, NetBird, Flask-apper og serverdrift.


🌐 NetBird / UniFi

Skript Beskrivelse Hent
IK-AGENT.sh Installer NetBird-agent på UDR/UDM Raw
@ITKONTROLL
ITKONTROLL / netbird.sh
Last active October 9, 2025 09:20
NetBird UDM setup script run the install.sh on your UDM,UDR,USG then run /data/netbird/netbird -k <setup key> up which should register your UDM with netbird.
#!/bin/bash
set -e
if test $(ubnt-device-info firmware) \< "3.0.0"; then
echo "Try the other UDM setup script for 1.x: https://git.shivering-isles.com/-/snippets/19" >&2
exit 1
fi
mkdir -p /data/netbird