fix
This commit is contained in:
@@ -159,7 +159,8 @@ in
|
|||||||
originLanding = "https://${cfg.subdomain}.${sp.domain}/";
|
originLanding = "https://${cfg.subdomain}.${sp.domain}/";
|
||||||
originUrl = oauthRedirectURL;
|
originUrl = oauthRedirectURL;
|
||||||
clientSystemdUnits = [ "mastodon.service" ];
|
clientSystemdUnits = [ "mastodon.service" ];
|
||||||
enablePkce = true;
|
# enablePkce = true;
|
||||||
|
enablePkce = false;
|
||||||
linuxUserOfClient = "mastodon";
|
linuxUserOfClient = "mastodon";
|
||||||
linuxGroupOfClient = "mastodon";
|
linuxGroupOfClient = "mastodon";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user