pi -hole Steuerung über REST API

This commit is contained in:
2026-06-29 13:00:48 +02:00
parent ff97a434a9
commit 3d670b4839
37 changed files with 1672 additions and 8 deletions
+4 -2
View File
@@ -2,6 +2,8 @@
export const environment = {
production: false,
//apiUrl: 'http://localhost:4200' // Entwicklungs-URL
apiUrl: 'http://10.0.0.104'
apiUrl: 'http://10.0.0.104',
// Pi-hole v6: App-Passwort (Settings > API > App password).
// ACHTUNG: Im LAN-Build akzeptabel, aber Wert nicht öffentlich exponieren.
piholePassword: 'RoostersJac1'
};