pastebin icon indicating copy to clipboard operation
pastebin copied to clipboard

alias not working

Open VinterSolen opened this issue 11 months ago • 0 comments

I have the docker up and running with a reverse proxy (cosmos-server).

visiting pasty.. i can make pastes.

  1. How can i change the "the paste has been successfully created" where it links to the 192.168.88.37 is has in the container/host and use the domain instead.

  2. when using the pastebin alias

alias pastebin="curl -w '\n' -q -L --data-binary @- -o - http://pasty.<domain>.<tld>/"

echo "hello World" | pastebin

All i see, is that curl is returning the pastebin html

VinterSolen avatar Mar 19 '25 21:03 VinterSolen