RikudouSage / lemmyverse.link

A redirect service for Lemmy which allows users to set their preferred instance.
MIT License
6 stars 0 forks source link
fediverse lemmy

Coverage Status Tests

Lemmyverse.link

This is a redirect service for linking to Lemmy communities throughout the internet. When you're on Lemmy, universal links work (either in the form of relative link or the !community_name@instance.tld form).

But when linking to a Lemmy community from outside Lemmy, you face the problem of forcing the user to go to the instance you linked to instead of their own.

Using this project you can create a link like this: https://lemmyverse.link/c/community_name@instance.tld, the user will be given the option to set their home instance and every further link to lemmyverse.link will work as usual.

Preview of a screen for setting instance to redirect

Preview of a screen with redirect to target instance

Available domains

This project is currently hosted on:

Translating

If you'd like to translate this project to your language, run the following command:

./bin/console translation:extract --force --format yaml [language]

Replace [language] with your two-letter country code, for example for German it would be:

./bin/console translation:extract --force --format yaml de

Edit the file translations/messages+intl-icu.[language].yaml

Deploying

If you want to deploy this project using serverless, follow these steps:

Removing deployed code