URL Shortening via YOURLS #1182
Unanswered
SelfSufficient08
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Have a look at #1002 where similar issues were discussed. It seems that some got it to work, while others not. It requires configuration of both services and frontend webserver for this to work (i.e. the privatebin server must be able to resolve and reach the yourls instance). |
Beta Was this translation helpful? Give feedback.
2 replies
-
I use this, give it a try: https://github.com/ajsap/privatebin-yourls |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem/question
I must be doing something wrong. I have the below configured but when I click the shorten URL, it doesnt create the shortlink. The end result is that it acts like it succeeds and gives me the address of https://www.opera.com
Any suggestions are welcome.
; (optional) URL shortener address to offer after a new paste is created.
; It is suggested to only use this with self-hosted shorteners as this will leak
; the pastes encryption key.
urlshortener = "https://paste.jpdesigned.com/shortenviayourls?link="
; (optional) the "signature" (access key) issued by YOURLS for the using account
signature = "XXXXXXXXX"
; (optional) the URL of the YOURLS API, called to shorten a PrivateBin URL
apiurl = "https://link.jpdesigned.com/yourls-api.php"
Did you use the FAQ section?
What you did?
Tried a variety of urls.
What happens
It acts like it worked but it didnt.
What should happen
No response
Additional information
No response
Server address
No response
Server OS
No response
Webserver
No response
PrivateBin version
No response
Browser and version
No response
Local operating system and version
No response
Issue reproducibility
No, I cannot reproduce it on https://privatebin.net.
Beta Was this translation helpful? Give feedback.
All reactions