bin
config
dockers
apikaz
cachet
castopod
cloud
collabora
dokuwiki
wiki-conf
acl.auth.php
favicon.ico
local.php
logo.png
users.auth.php
.env
Dockerfile
docker-compose.yml
download.sh
first.sh
htaccess
ethercalc
etherpad
framadate
gitea
grafana
imapsync
jirafeau
ldap
mattermost
mobilizon
paheko
postfix
postfix2
quotas
redis
roundcube
sympa
traefik
translucid
vaultwarden
web
secret.tmpl
LICENSE
README.md
27 lines
827 B
PHP
27 lines
827 B
PHP
<?php
|
|
/*
|
|
* Dokuwiki's Main Configuration File - Local Settings
|
|
* Auto-generated by config plugin
|
|
* Run for user: felix
|
|
* Date: Sun, 28 Feb 2021 15:56:13 +0000
|
|
*/
|
|
|
|
$conf['title'] = 'Kaz';
|
|
$conf['template'] = 'docnavwiki';
|
|
$conf['license'] = 'cc-by-sa';
|
|
$conf['useacl'] = 1;
|
|
$conf['superuser'] = '@admin';
|
|
$conf['manager'] = '@manager';
|
|
$conf['disableactions'] = 'register';
|
|
$conf['remoteuser'] = '';
|
|
$conf['mailfrom'] = 'dokuwiki@kaz.bzh';
|
|
$conf['updatecheck'] = 0;
|
|
$conf['userewrite'] = '1';
|
|
$conf['useslash'] = 1;
|
|
$conf['plugin']['ckgedit']['scayt_auto'] = 'on';
|
|
$conf['plugin']['ckgedit']['scayt_lang'] = 'French/fr_FR';
|
|
$conf['plugin']['ckgedit']['other_lang'] = 'fr';
|
|
$conf['plugin']['smtp']['smtp_host'] = 'smtp.kaz.bzh';
|
|
$conf['plugin']['todo']['CheckboxText'] = 0;
|
|
$conf['plugin']['wrap']['restrictionType'] = '1';
|