Yarn

Recent twts in reply to #bai3sla

@prologic@twtxt.net @movq How can you specify your handle? Do other sites recognise it depending where the twtxt.txt is located?

e.g. Can I host a pod publicly at yarn.domain.tld but have the yarn handle just as
@username@domain.tld instead of @username@yarn.domain.tld

I mean, from the perspective of everyone else.
I realise the profile will still be viewable at yarn.domain.tld/user/username

⤋ Read More

@lyse@lyse.isobeef.org @prologic@twtxt.net For example I have currently running a Matrix server here https://ix.social/ with the following

`server {

    server_name ix.social;
...
    location /.well-known/matrix/server {
            return 200 '{ "m.server": "syn.ix.social:443"}';
...
    }
    location /.well-known/matrix/client {
            return 200 '{"m.homeserver": {"base_url": "https://syn.ix.social:443"}}';
    	...`

This allows the user handle to be username@ix.social instead of username@syn.ix.social where Synapse is running.

⤋ Read More

Participate

Login to join in on this yarn.