New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmpl.at #71
Comments
The setup itself requires no actual code changes as the bitly API does all the work so that all URLs shortened by Template will automatically use the tmpl.at domain. However, I want to ensure that bitly is now the default URL shortener. Obviously, this should only apply to new installations. |
I want to try creating a new bitly application with the URL http://neocotic.com/. With some changes to the bitly adapter and manifest (basically replacing |
This isn't the solution and apparently you cannot redirect the root domain without changing the DNS A record to point to a controlled web host and add some .htaccess workarounds. It seems easy enough but I don't want to run a server for this. I'm going to change the client ID and secret as I want the bitly application to just be called Template and for its URL to be my homepage instead of bitly's. |
Add support for this new short domain just for Template which should become the new default URL shortener.
It's powered by bit.ly so should just require the same configuration with the obvious changes.
The text was updated successfully, but these errors were encountered: