Create LL::NG conf for phplist

This commit is contained in:
Daniel Berteaud 2014-07-30 12:16:33 +02:00
parent 1959930f1a
commit 60deaa1957
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
$conf->{'exportedHeaders'}->{"news.$domain"} = {
'User-Name' => '$cn',
'Auth-User' => '$uid',
'User-Mail' => '$mail'
} unless ($conf->{'exportedHeaders'}->{"news.$domain"});
$conf->{'locationRules'}->{"news.$domain"} = {
'(?#10admin)^/admin' => 'accept',
'default' => 'unprotect'
} unless ($conf->{'locationRules'}->{"news.$domain"});
$conf->{'applicationList'}->{'010apps'}->{'phplist'} = {
'options' => {
'logo' => 'phplist.png',
'name' => 'Listes de diffusion',
'description' => 'PHPList',
'uri' => "https://news.$domain",
'display' => 'auto'
},
'type' => 'application'
} unless ($conf->{'applicationList'}->{'010apps'}->{'phplist'});
$OUT = '';
}