working wiki
This commit is contained in:
parent
ccafd8797a
commit
42d63b428a
1 changed files with 4 additions and 1 deletions
|
@ -29,12 +29,14 @@
|
|||
superuser = "@admin";
|
||||
start = "accueil";
|
||||
htmlmail = 0;
|
||||
authtype = "oauth";
|
||||
tpl.bootstrap3 = {
|
||||
showAddNewPage = "logged";
|
||||
fluidContainer = 0;
|
||||
};
|
||||
plugin = {
|
||||
tokenbucketauth.tba_send_mail = "hackens@clipper.ens.fr";
|
||||
oauth.register-on-auth = true;
|
||||
oauthkeycloak = {
|
||||
key = "wiki";
|
||||
secret._file = config.age.secrets.wikiOpenID.path;
|
||||
|
@ -48,6 +50,7 @@
|
|||
|
||||
authad = false;
|
||||
authldap = false;
|
||||
authpdo = false;
|
||||
authmysql = false;
|
||||
authpgsql = false;
|
||||
oauthkeycloak = true;
|
||||
|
@ -95,7 +98,7 @@
|
|||
'';
|
||||
})
|
||||
(pkgs.stdenv.mkDerivation {
|
||||
name = "oauth";
|
||||
name = "oauthkeycloak";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "YoitoFes";
|
||||
repo = "dokuwiki-plugin-oauthkeycloak";
|
||||
|
|
Loading…
Reference in a new issue