browsertrix/chart/templates
Ilya Kreymer b23eed5003
Email Templates (#1375)
- Emails are now processed from Jinja2 templates found in
`charts/email-templates`, to support easier updates via helm chart in
the future.
- The available templates are: `invite`, `password_reset`, `validate` and
`failed_bg_job`.
- Each template can be text only or also include HTML. The format of the
template is:
```
subject
~~~
<html content>
~~~
text
```
- A new `support_email` field is also added to the email block in
values.yaml

Invite Template: 
- Currently, only the invite template includes an HTML version, other
templates are text only.
- The same template is used for new and existing users, with slightly
different text if adding user to an existing org.
- If user is invited by the superadmin, the invited by field is not
included, otherwise it also includes 'You have been invited by X to join Y'
2023-11-15 15:22:12 -08:00
..
backend.yaml Email Templates (#1375) 2023-11-15 15:22:12 -08:00
configmap.yaml Email Templates (#1375) 2023-11-15 15:22:12 -08:00
frontend.yaml supports overriding the replayweb.page version without having to be r… (#1122) 2023-09-05 20:10:21 -04:00
ingress.yaml Allow User to specify custom cluster-issuer (#1332) 2023-11-04 13:29:17 -07:00
minio.yaml Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
mongo.yaml
namespaces.yaml
operators.yaml Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
priorities.yaml Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
role.yaml Track pod resource usage, detect OOM crashes, handle auto-scaling (#1235) 2023-10-05 20:41:18 -07:00
secrets.yaml Email Templates (#1375) 2023-11-15 15:22:12 -08:00
service.yaml
signer.yaml charts cleanup: (#1360) 2023-11-08 19:24:00 -08:00