- Edited
This extension allows users of your site to set their bluesky domain to <slug>.<yourdomain>
replacing the commonplace bsky.social
domains all users are assigned by default.
Installation
Install with composer:
composer require webbinaro/flarum-bluesky-handles:"*"
Updating
composer update webbinaro/flarum-bluesky-handles:"*"
php flarum migrate
php flarum cache:clear
Screenshots
Requirements and Configuration
- This extension uses fof/masquerade to define the new User Profile field.
- You DNS settings will need to send wildcard domain to your webserver
- Your webserver will need to route wildcard domains to the newly exposed endpoint
/api/bluesku/<slug>
- Your SSL cert will need to be updated to support wildcards.
Example Nginx config is included in GH repo