Skip to content
forked from ptpb/pb

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages

  • Python 67.5%
  • HTML 15.9%
  • JavaScript 9.2%
  • Shell 5.6%
  • Dockerfile 1.6%
  • CSS 0.2%