aurweb/aurweb
Kevin Morris 19191fa8b5
fix: update nginx config in aurweb.spawn
Host a specific FastAPI nginx frontend as well as a PHP
nginx frontend, configurable by the (PHP|FASTAPI)_NGINX_PORT
environment variables.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-11-20 15:47:25 -08:00
..
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models remove global aurweb.models flake8 F401 ignore 2021-11-17 06:00:12 -08:00
packages housekeep(fastapi): simplify package_base_comaintainers_post 2021-11-20 13:20:46 -08:00
routers housekeep(fastapi): simplify package_base_comaintainers_post 2021-11-20 13:20:46 -08:00
scripts housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
testing change(aurweb): add parallel tests and improve aurweb.db 2021-11-17 01:34:59 -08:00
users change(fastapi): decouple update logic from account edit 2021-11-17 06:00:07 -08:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py change(fastapi): use sys.getrecursionlimit() + 1000 as default 2021-11-17 01:36:19 -08:00
auth.py housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
cache.py add aurweb.cache, a redis caching utility module 2021-08-17 19:58:31 -07:00
captcha.py change(fastapi): simplify model imports across code-base 2021-10-16 19:40:00 -07:00
config.py fix(FastAPI): use configured letter case for SSH fingerprints 2021-10-04 18:00:50 +00:00
cookies.py fix(fastapi): rework cookies - do not re-emit generically 2021-10-28 07:35:14 -07:00
db.py change(aurweb): add parallel tests and improve aurweb.db 2021-11-17 01:34:59 -08:00
defaults.py feat(rpc): add search type handler 2021-10-30 19:25:54 -07:00
exceptions.py change(fastapi): decouple error logic from process_account_form 2021-11-17 05:58:08 -08:00
filters.py feat(FastAPI): added /requests (get) route 2021-10-02 22:43:48 -07:00
initdb.py fix(fastapi): close connection used for initdb 2021-11-17 01:34:58 -08:00
l10n.py jinja2: add 'tn' filter, a numerical translation 2021-08-30 18:49:01 -07:00
logging.py fix(fastapi): centralize logging initialization 2021-10-21 10:40:52 -07:00
prometheus.py fix(fastapi): check for prometheus info.response 2021-11-11 16:24:10 -08:00
ratelimit.py housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
redis.py fix(fastapi): centralize logging initialization 2021-10-21 10:40:52 -07:00
rpc.py fix(rpc): improve type=info performance 2021-11-17 02:30:06 -08:00
schema.py change(aurweb): add parallel tests and improve aurweb.db 2021-11-17 01:34:59 -08:00
spawn.py fix: update nginx config in aurweb.spawn 2021-11-20 15:47:25 -08:00
templates.py fix(fastapi): rework cookies - do not re-emit generically 2021-10-28 07:35:14 -07:00
time.py add aurweb.time module 2021-06-05 20:11:17 -07:00
util.py change(fastapi): decouple update logic from account edit 2021-11-17 06:00:07 -08:00