Comment on Show HN: An open-source alternative to BitlyparentComments−lbill2yI agree!That's why I set up my own thing. I don't care about analytics at all, so I just wrote a simple build system doto generate some very basic HTML redirects.It isn't perfect but it's very cheap to run!https://github.com/lucienbill/lucien.run/−notpushkin2yAnd if you use Netlify, you can just create a _redirects file like this: / https://example.com /cv https://example.net/cv.pdf /git https://github.com/octocat Works good for me on ale.sh so far!
Comments
I agree!
That's why I set up my own thing. I don't care about analytics at all, so I just wrote a simple build system doto generate some very basic HTML redirects.
It isn't perfect but it's very cheap to run!
https://github.com/lucienbill/lucien.run/
And if you use Netlify, you can just create a _redirects file like this:
Works good for me on ale.sh so far!