hscloud/app/mailman-web
q3k dacb77828d *: run buildifier
Change-Id: I4da53918e23ab5bb878ad47cfbfcf416e7b1660b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1848
Reviewed-by: palid <palid@hackerspace.pl>
2024-01-15 13:48:24 +00:00
..
kube app/mailman-web: rebuild image 2023-12-17 21:34:23 +00:00
upstream_settings
BUILD *: run buildifier 2024-01-15 13:48:24 +00:00
LICENSE
README.md
container_main.py
manage.py
serve.py
settings.py
urls.py

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.