diff options
Diffstat (limited to 'README-bgstack15.md')
-rw-r--r-- | README-bgstack15.md | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/README-bgstack15.md b/README-bgstack15.md deleted file mode 100644 index 67b143e..0000000 --- a/README-bgstack15.md +++ /dev/null @@ -1,51 +0,0 @@ -<!-- - -- Filename: README-bgstack15.md - -- Startdate: 2022-02-11 - -- - --> -# Overview -This is my proposed solution to my pastebin problem. - -# Features - -* Admin page which can list parents, children, and provide link to delete pastes. -* Editable titles -* "Reply to" pastes to make parent/children relationships -* UUIDs instead of sequential integer ID numbers -* Private pastes (accessible to admin, and to users with the whole link) - -# Instructions - -Generate new db. - - python3 initdb.py - -Run server in development mode. - - FLASK_APP=pastebin.py FLASK_DEBUG=True flask run --host='0.0.0.0' - -Run the server in a full wsgi environment for the cleanup timer to operate. - - ./stackbin.bin - -# Improvements -I still need to work on these tasks: - -## Development - -* Protect the /admin/ page - -## Release - -* Document centos7 dependencies -* Deploy to prod - -# Alternatives - -## Unresearched -https://github.com/yasoob/logit-bin -https://github.com/AWilliams17/PasteMate -https://github.com/bsamadi/flask-pastebin - -## Attempted -https://github.com/Tygs/0bin sounds cool but it uses a stack I'm unfamiliar with and it had some issues and I didn't want to bother with it. |