This is a really simple self-hostable paste bin site
I design this to be ultra simple, and lightweight. No logins, no bloated features, just straight to the point.
Install requirements:
pip install -r requirements.txt
Start run.py
:
python3 run.py
The server will be exposed on 127.0.0.1:8000
DO NOT EXPOSE IT TO THE INTERNET! put it behind a web server first.