aboutsummaryrefslogtreecommitdiff
path: root/stackbin.py
Commit message (Collapse)AuthorAge
* v0.0.2: add curl supportdevB. Stack2022-03-17
|
* add username support for user adminB. Stack2022-02-18
|
* handle /set betterB. Stack2022-02-16
|
* add initial debian package recipeB. Stack2022-02-15
|
* add libexec path to PYTHONPATHB. Stack2022-02-15
|
* split auth into separate python fileB Stack2022-02-15
| | | | | Flask can use Blueprint to load paths from two separate source files, so the endpoints and logic can be grouped logically.
* pw-protect /admin endpointB Stack2022-02-15
| | | | Use a hardcoded password from the config file.
* shore up docsB Stack2022-02-15
|
* initialize database in appB Stack2022-02-15
|
* load stackbin_conf from envB Stack2022-02-15
|
* 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
|
* suppress favicon errorsB. Stack2022-02-14
|
* refactor filenames and improve docsB. Stack2022-02-13
bgstack15