An open API service indexing awesome lists of open source software.

https://github.com/duologic/pihole-libsonnet

Jsonnet library for Pi-hole.
https://github.com/duologic/pihole-libsonnet

jsonnet jsonnet-lib

Last synced: about 1 year ago
JSON representation

Jsonnet library for Pi-hole.

Awesome Lists containing this project

README

          

# Pi-hole jsonnet library

Jsonnet library for https://pi-hole.net/

## Usage

Install it with jsonnet-bundler:

```console
jb install https://github.com/Duologic/pihole-libsonnet`
```

Import into your jsonnet:

```jsonnet
local pihole = import 'github.com/Duologic/pihole-libsonnet/main.libsonnet';

{
pihole: pihole.new('pihole-play'),
}
```