From 75e6197b0e508f40da6106f43b2b32239f44c0f1 Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Sun, 21 Feb 2021 23:41:47 +0000 Subject: [PATCH] Add link to auth script repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2371256..d7d8909 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a collection of config examples and support scripts for Chinwag's XMPP-based messaging service provided for our Mastodon users which can be used as an example by other instance admins to get their service running. These files are pretty close to the live config on chinwag.org but are not 100% the actual deployed scripts and configs, due to the need to redact information like service passwords. Some extra comments and annotations have been made. -These are intended for use with our Mastodon external auth script as the sole source of user account data, they may not be a terribly useful reference for a general ejabberd deployment but if they help someone out, that's great! +These are intended for use with our [Mastodon external auth script](https://git.chinwag.org/chinwag/ejabberd-auth-mastodon) as the sole source of user account data, they may not be a terribly useful reference for a general ejabberd deployment but if they help someone out, that's great! Efforts will be made to update them as changes to the service are made. Enhancements and fixes are definitely welcomed if you spot issues - please submit a PR with your suggestions for discussion.