Skip to content

aristanetworks/pb

 
 

Repository files navigation

pb

pb is a lightweight pastebin (and url shortener) built using flask.

This project was forked from ptpb.pw and is currently live in the Arista infra.

Building the docker image & running locally

Run the following in your shell:

$ cp config.yaml.example config.yaml
$ docker build -t pb .
$ docker run -p 10002:10002 -v/tmp/pb:/data/db -t pb

Then access http://127.0.0.1:10002 on your browser.

About

pb is a lightweight pastebin and url shortener built using flask.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 65.7%
  • HTML 18.4%
  • JavaScript 8.9%
  • Shell 5.3%
  • Dockerfile 1.5%
  • CSS 0.2%