Results 42 comments of Alex Graber

I just ran into this issue as well. Here's how I resolved: Refer to the sample data from #11 ([here](https://github.com/akhilrex/hammond/issues/11#issuecomment-852295064) and [here](https://github.com/akhilrex/hammond/issues/11#issuecomment-860113422) and ensure that your csv columns match, and...

Thanks for letting me know. I did see the SMTP support after I left the request for mailjet. I do have questions, though -- it seems like the `user:pass@domain` assumes...

Awesome. Thanks for the quick and complete response!

I was able to successfully use SMTP thanks to your above instructions. SMTP is sufficient for me. If you have several other requesters for Mailjet, I'm totally happy to help...

I have tried with [this ingressRoute](https://github.com/ahgraber/homelab-gitops-k3s/blob/main/cluster/apps/backend/databases/cockroachdb/ingressRoute.yaml), which does not work. Am I missing something? I can access the Console UI if I port forward, but that's a hacky/temporary solution.

If I build my cluster in insecure mode, with `tlsEnabled: false`, the ingressRoute works fine and I can access the console. It seems like the ssl cert for the Ingress...

Alternatively, I can use the cluster's TLS certification with an ingressRouteTCP, although this faces the "this is insecure" warning from the browser ```yaml apiVersion: traefik.containo.us/v1alpha1 kind: IngressRouteTCP metadata: name: route-cockroachdb...

This remains an issue using external postgres with wallabag v2.4.3.

@dominictayloruk if you add `01_secret-init.sh` (below) to `/scripts/pre-init.d`, it should automatically detect environmental variables named `var_name__FILE` (where the key is double-underscore-FILE). Due to the nature of posix sh, we have...