Extend web oss frontend redirects #20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we statically redirect a few pages to open source frontends: reddit, youtube, twitter and so on. However, we redirect to a static host for them which could go down and we have to switch manually. For those where it is available it might make sense to instead redirect to a proxy-solver like
farside.link
which takes care of this for us. Of course, then we in turn rely on that page being online - but it provides a much more singular source of truth for all other services. For those where it is not available, we can continue relying on direct redirects.