feat: add FreeRADIUS client configuration, environment-based secret management, and custom entrypoint script
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m13s

This commit is contained in:
Tygozwolle
2026-07-24 14:53:01 +02:00
parent 0bb36ea502
commit 574bcbe69a
3 changed files with 16 additions and 1 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
client localhost {
ipaddr = 127.0.0.1
secret = testing123
secret = radpass
shortname = localhost
}
@@ -9,3 +9,9 @@ client local_net {
secret = radpass
shortname = all_clients
}
client local_net_v6 {
ipv6addr = ::/0
secret = radpass
shortname = all_clients_v6
}