Add fork comment
This commit is contained in:
parent
27abc2350a
commit
30161dd20b
|
@ -1,6 +1,6 @@
|
||||||
# ActivityRelay
|
# ActivityRelay
|
||||||
|
|
||||||
A generic LitePub message relay.
|
A generic LitePub message relay. Forked from [git.pleroma.social/pleroma/relay](https://git.pleroma.social/pleroma/relay)
|
||||||
|
|
||||||
|
|
||||||
## Copyleft
|
## Copyleft
|
||||||
|
|
|
@ -27,7 +27,7 @@ async def default(request):
|
||||||
<p>{note}</p>
|
<p>{note}</p>
|
||||||
<p>For Mastodon and Misskey instances, you may subscribe to this relay with the address: <a href="https://{host}/inbox">https://{host}/inbox</a></p>
|
<p>For Mastodon and Misskey instances, you may subscribe to this relay with the address: <a href="https://{host}/inbox">https://{host}/inbox</a></p>
|
||||||
<p>For Pleroma and other instances, you may subscribe to this relay with the address: <a href="https://{host}/actor">https://{host}/actor</a></p>
|
<p>For Pleroma and other instances, you may subscribe to this relay with the address: <a href="https://{host}/actor">https://{host}/actor</a></p>
|
||||||
<p>To host your own relay, you may download the code at this address: <a href="https://git.pleroma.social/pleroma/relay">https://git.pleroma.social/pleroma/relay</a></p>
|
<p>To host your own relay, you may download the code at this address: <a href="https://git.nogafam.es/nobigtech/pleroma-relay">https://git.nogafam.es/nobigtech/pleroma-relay</a></p>
|
||||||
<br><p>List of {count} registered instances:<br>{targets}</p>
|
<br><p>List of {count} registered instances:<br>{targets}</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue