Sign inSign up

nwtgck/piping-url-agent

By nwtgck

•Updated almost 7 years ago

Image
0

1.9K

nwtgck/piping-url-agent repository overview

⁠piping-url-agent

CircleCI

URL-getting Agent for Piping Server⁠

⁠Run the server

Here are several ways to run an agent server.

# Way 1
docker run -it -p 3000:3000 nwtgck/piping-url-agent

OR

# Way 2
npm i -g git+https://github.com/nwtgck/piping-url-agent#master
piping-url-agent

OR

# Way 3
cd <this repo>
npm i
npm start

Then, the agent server is run on http://locahost:3000⁠.

You can access to URL by the order like the following.

  1. http://localhost:3000/?target_url=http://example.com&piping_url=https://piping.ml/mypath1⁠
  2. https://piping.ml/mypath1⁠.

Tag summary

Content type

Image

Digest

Size

41.7 MB

Last updated

almost 7 years ago

docker pull nwtgck/piping-url-agent