aboutsummaryrefslogtreecommitdiff
path: root/templates/admin.html
Commit message (Collapse)AuthorAge
* add expiry, and wsgi usage to support thatB. Stack2022-02-13
| | | | | | | | | The flask dev server seems incapable of using the @timer decorator, so we need the whole wsgi implementation, for which I've added a script. Arbitrary expiration options are available in the config file.
* add admin page, delete function, and APPNAME varB. Stack2022-02-12
The admin can view the links to private pastes, and can delete pastes from the web console. For now, the admin page is not protected, so this is not production-ready.
bgstack15