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.
- Host: GitHub
- URL: https://github.com/duologic/pihole-libsonnet
- Owner: Duologic
- Created: 2020-06-07T15:17:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T21:25:35.000Z (about 5 years ago)
- Last Synced: 2025-01-27T10:43:29.569Z (over 1 year ago)
- Topics: jsonnet, jsonnet-lib
- Language: Jsonnet
- Homepage:
- Size: 518 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'),
}
```