nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
490 stars 59 forks source link

Use custom domain for Social #1049

Open Tachi107 opened 3 years ago

Tachi107 commented 3 years ago

Feature request It would be nice if we could use a custom domain instead of the one used by Nextcloud. When people looks at my account from a Mastodon instance, for example, a username like Tachi@cobi.it would look way better than Tachi@nextcloud.cobi.it.

Additional context Nice: tachi nextcloud paoloap ml

Much better: tachi paoloap ml

JOduMonT commented 3 years ago

Yes this option would be awesome, personally I see 2 cases scenarios

  1. more commons; if is we use multiple domain on the same nextcloud instance
  2. is the first domain of my nextcloud instance is internal, than I would love to being able to change this for my second domain.
spaetz commented 3 years ago

I think we are half-way there, already. The webfinger service responds to all domain requests, so a webfinger against @user@maindomain will point to the instance even when it is installed on a nextcloud.maindomain server. Mastodon has decided not to use DNS SRV entries (https://github.com/tootsuite/mastodon/issues/1931) so you would still need a webfinger support on your maindomain. So ,the one remaining issue is the default display Name (the domain part) on the pages, which would need to be configurable?

HammyHavoc commented 11 months ago

This would be sweet.