Adding gitbacked version 2023-05-07 (00885c3).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e643a7cdf9
commit
21dcd0a5ac
24 changed files with 2270 additions and 0 deletions
21
plugins/55/gitbacked/conf/metadata.php
Normal file
21
plugins/55/gitbacked/conf/metadata.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* Options for the gitbacked plugin
|
||||
*
|
||||
* @author Wolfgang Gassler <wolfgang@gassler.org>
|
||||
*/
|
||||
|
||||
$meta['pushAfterCommit'] = array('onoff');
|
||||
$meta['periodicPull'] = array('onoff');
|
||||
$meta['periodicMinutes'] = array('numeric');
|
||||
$meta['commitPageMsg'] = array('string');
|
||||
$meta['commitPageMsgDel'] = array('string');
|
||||
$meta['commitMediaMsg'] = array('string');
|
||||
$meta['commitMediaMsgDel'] = array('string');
|
||||
$meta['repoPath'] = array('string');
|
||||
$meta['repoWorkDir'] = array('string');
|
||||
$meta['gitPath'] = array('string');
|
||||
$meta['addParams'] = array('string');
|
||||
$meta['ignorePaths'] = array('string');
|
||||
$meta['emailAddressOnError'] = array('string');
|
||||
$meta['notifyByMailOnSuccess'] = array('onoff');
|
Loading…
Add table
Add a link
Reference in a new issue