With this tool you enable your Friendica users to use a subdomains of your Friendica hostname as their Bluesky handle.
Go to file
Michael 94bd0a709c Improved documentation 2024-02-28 03:18:31 +00:00
config Sample configuration added 2024-02-28 02:13:01 +00:00
.gitignore Initial commit 2024-02-28 02:09:49 +00:00
LICENSE Initial commit 2024-02-28 03:02:14 +01:00
README.md Improved documentation 2024-02-28 03:18:31 +00:00
index.php Added check 2024-02-28 03:02:14 +00:00

README.md

Bluesky handle registration for Friendica

This tool enables your Friendica users to rename their existing Bluesky handles to a subdomain of your Friendica system. So for example user "nickname" on your server "myfriendica.tld" can then use "nickname.myfriendica.tld" as their Bluesky handle.

Installation

Webserver

You need an additional configuration for your webserver to serve wildcard requests. Best way is to copy your Friendica configuration and to simply change the following parameters and the directory:

    ServerName        atproto.myfriendica.tld
    ServerAlias       *.myfriendica.tld

Please be aware, that no SSL certificate is needed, serving HTTP only is completely okay.

Configuration

Please copy the sample file local-sample.config.php to local.config.php and set the database configuration parameters like in ypur Friendica configuration. Also don't forget to enter your Friendica hostname, that's all. You can check your installation by visiting the page "nickname.myfriendica.tld" (with an existing handle and your real Friendica hostname). If everything is configured correctly, this subdomain will then redirect you to the profile page of this user. Then enable the option "Allow your users to use your hostname for their Bluesky handles" in the admin panel of the Bluesky addon to make the functionality accessible for your users.