Updated wiki.in (added/configured smtp plugin).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 10 Jun 2024 06:02:04 +0000 (08:02 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 10 Jun 2024 06:02:04 +0000 (08:02 +0200)
sources/wiki.in/c3d/firstboot/scripts/10_setupdokuwiki.sh [new file with mode: 0755]
sources/wiki.in/c3d/postinstall/install-data/etc/dokuwiki/local.php

diff --git a/sources/wiki.in/c3d/firstboot/scripts/10_setupdokuwiki.sh b/sources/wiki.in/c3d/firstboot/scripts/10_setupdokuwiki.sh
new file mode 100755 (executable)
index 0000000..9948e2d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+
+cp --archive \
+    /data/usr/share/dokuwiki/lib/plugins/* \
+    /usr/share/dokuwiki/lib/plugins
index a03b6b76148a7ebee7a6fafa179ebe54f5e9dcbb..5a0040d326fde2edcfa2f27c6271f1f6cbed62a9 100644 (file)
@@ -22,6 +22,8 @@ $conf['updatecheck']  = 0;
 
 $conf['authtype']      = 'authldap';
 
+$conf['mailfrom']      = 'wiki@useribm.hu';
+
 $conf['plugin']['authldap']['server']          = 'ldap://fds.useribm.hu:389';
 $conf['plugin']['authldap']['usertree']                = 'ou=People,dc=user,dc=hu';
 $conf['plugin']['authldap']['grouptree']       = 'ou=Groups,dc=user,dc=hu';