Skip to content

Instantly share code, notes, and snippets.

View JBroeren's full-sized avatar
🎯
Focusing

Jacco Broeren JBroeren

🎯
Focusing
View GitHub Profile
@JBroeren
JBroeren / portainerTailscaleScript.sh
Last active September 12, 2025 09:47
Script to easily start aa portainer edge node and connect to the main portainer instance.
#!/bin/bash
set -e
# Global variable to track root status
RUNNING_AS_ROOT=false
# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'