feat: add FreeRADIUS EAP module configuration and container entrypoint script for dynamic service orchestration
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 3m17s

This commit is contained in:
Tygozwolle
2026-07-24 15:18:22 +02:00
parent 9a6b1131b1
commit 1054dfb61a
2 changed files with 27 additions and 23 deletions
+4 -2
View File
@@ -34,9 +34,11 @@ fi
# Generate FreeRADIUS EAP certificates if missing
if [ ! -f /etc/freeradius/3.0/certs/server.pem ]; then
echo "Generating FreeRADIUS EAP certificates..."
if [ -f /etc/freeradius/3.0/certs/bootstrap ]; then
/etc/freeradius/3.0/certs/bootstrap || true
cd /etc/freeradius/3.0/certs
if [ -f ./bootstrap ]; then
./bootstrap || true
fi
cd /app
fi
# Ensure correct permissions for FreeRADIUS config directory