https://github.com/duologic/privatebin-libsonnet
Jsonnet library and Helm chart for PrivateBin.
https://github.com/duologic/privatebin-libsonnet
helm-chart jsonnet jsonnet-lib
Last synced: about 1 year ago
JSON representation
Jsonnet library and Helm chart for PrivateBin.
- Host: GitHub
- URL: https://github.com/duologic/privatebin-libsonnet
- Owner: Duologic
- Created: 2020-07-22T19:01:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T14:41:11.000Z (about 4 years ago)
- Last Synced: 2025-01-27T10:43:29.472Z (over 1 year ago)
- Topics: helm-chart, jsonnet, jsonnet-lib
- Language: Smarty
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrivateBin jsonnet library
Jsonnet library for https://privatebin.info/
## Usage
Install it with jsonnet-bundler:
```console
jb install https://github.com/Duologic/privatebin-libsonnet
```
Import into your jsonnet:
```jsonnet
local privatebin = import 'github.com/Duologic/privatebin-libsonnet/main.libsonnet';
{
privatebin: privatebin.new(),
}
```