Skip to content

Duologic/etherpad-libsonnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Etherpad jsonnet library

Jsonnet library for https://etherpad.org/

Usage

Install it with jsonnet-bundler:

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

Import into your jsonnet:

local etherpad = import 'github.com/Duologic/etherpad-libsonnet/main.libsonnet';

{
  etherpad:
    etherpad.new('etherpad-play')
    + etherpad.withDatabaseSecret(
      db_user='etherpad',
      db_pass='supersecretpassword',
      db_host='mysql.default.svc.cluster.local',
    ),
}

About

Jsonnet library for Etherpad.

Topics

Resources

Stars

Watchers

Forks