bluesky-handles/README.md

25 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2024-02-28 03:09:49 +01:00
Bluesky handle registration for Friendica
=========================================
2024-02-28 03:02:14 +01:00
2024-02-28 03:09:49 +01:00
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).
2024-02-28 04:18:31 +01:00
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.