4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2024-10-18 16:27:45 +00:00
hscloud/app/mailman-web
radex 8b8f3876a9 kube: add target:: convenience field to Service
Change-Id: If69116d93b6074136a36d98973e1aa997e2ebbef
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1802
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-11-24 20:37:48 +00:00
..
kube kube: add target:: convenience field to Service 2023-11-24 20:37:48 +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
container_main.py 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
manage.py 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
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

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.