question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom URL link directs to del.dog domain instead of host.

See original GitHub issue

image Once a paste is made with a custom URL, the link to that URL at the top of the page redirects to the del.dog domain instead of the local IP or whatever domain is being used.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
SuperSandro2000commented, Feb 16, 2020

I will do a PR in a few minutes and then it will be in the next version. It was also a bit more complicated than I thought. If you can’t wait then you would need to do:

  1. Clone my fork and checkout the branch of the PR
  2. Build the dogbin image with docker build . -t dogbin/dogbin
  3. run docker-compose

Also there is https://github.com/dogbin/dogbin/blob/master/app/resources/templates/includes/base.peb#L39 left which I don’t currently know how to fix. Maybe @deletescape can do that?

The PR is #13

1reaction
nyancrimewcommented, Feb 16, 2020

The remaining instances of the del.dog domain in Templates should be fixable by getting the host via the config which is already wired into the template logic

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Redirect a Domain and Understanding Redirect Types
The easiest way to redirect a URL is by using your hosting provider's control panel. For this tutorial, we'll be using the hPanel:...
Read more >
12 of the Best URL Shorteners for Sleek Links in 2023
URL shorteners work by creating a redirect to your long URL.​​ There are a few different types of redirect HTTP response codes, but...
Read more >
Redirect a Domain Without Changing the URL with Examples
In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing...
Read more >
Redirecting and Remapping with mod_rewrite
Solution: You can use mod_rewrite to redirect these URLs to the new server, but you might also consider using the Redirect or RedirectMatch...
Read more >
The Ultimate Guide to Redirects: URL Redirections Explained
Say you move or delete a page but don't put a redirect in place. ... from high quality domains, but they link to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found