Skip to content

Instantly share code, notes, and snippets.

View bjarne-dietrich's full-sized avatar

Bjarne Dietrich bjarne-dietrich

  • Bremen, Germany
  • 07:17 (UTC +02:00)
View GitHub Profile
@bjarne-dietrich
bjarne-dietrich / widget_pi-hole.js
Last active February 24, 2025 14:31 — forked from malesfth/widget_pi-hole.js
iOS Scriptable Widget for Pi-hole
// Parameters:
// {"url":"https://pihole","apikey":"123abc"}
// Optional key in parameters: "theme": system|light|dark, "apiPath": "/api"
let piholeURL = "" //set the URL here for debug
let piholeAppPassword = "" // set the API-key here for debug
let wTheme = "" // set the theme for debug
let piholeApiPath = "/api"