aboutsummaryrefslogtreecommitdiff
path: root/stackbin.wsgi.ini
Commit message (Collapse)AuthorAge
* drop actual ini fileB Stack2022-02-15
| | | | The intent is to store the example config files in SCM.
* add initial system-ready values and install stepsB Stack2022-02-15
|
* r-proxy support with /set endpoint, and extra dirB Stack2022-02-14
| | | | The extra dir is still WIP
* add initial centos7 docB Stack2022-02-14
|
* 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