aboutsummaryrefslogtreecommitdiff
path: root/stackbin.bin
Commit message (Collapse)AuthorAge
* fix wsgi pidfile, user homedir, and INI loadingB Stack2022-02-15
|
* refactor filenames and improve docsB. Stack2022-02-13
|
* 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.
bgstack15