Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add expiry, and wsgi usage to support that | B. Stack | 2022-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 var | B. Stack | 2022-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. |