1
0
Fork 0
hscloud/app/mailman-web
implr f5b1a215f4 app/mailman-web: create
There's a lot of ugly hacks here, but this has been the state of prod
for months now, so we should reflect that.
Also, this bumps a bunch of workspace deps.

Change-Id: I744e0d3aff27036cfed73416cf442c7d62444a8b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1473
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-09-10 21:11:37 +00:00
..
kube app/mailman-web: create 2023-09-10 21:11:37 +00:00
upstream_settings app/mailman-web: create 2023-09-10 21:11:37 +00:00
BUILD app/mailman-web: create 2023-09-10 21:11:37 +00:00
LICENSE app/mailman-web: create 2023-09-10 21:11:37 +00:00
README.md app/mailman-web: create 2023-09-10 21:11:37 +00:00
container_main.py app/mailman-web: create 2023-09-10 21:11:37 +00:00
manage.py app/mailman-web: create 2023-09-10 21:11:37 +00:00
serve.py app/mailman-web: create 2023-09-10 21:11:37 +00:00
settings.py app/mailman-web: create 2023-09-10 21:11:37 +00:00
urls.py app/mailman-web: create 2023-09-10 21:11:37 +00:00

README.md

Web parts of mailman3 - postorius and hyperkitty. Postgres only, TODO attempt cockroachization.

This currently serves static files via an extremely cursed hack: lists.hackerspace.pl points to boston-packets, which serves /static/* from a local directory there, made by extracting :static_pack there; and proxy_passes every other path to the k8s Service defined here.