drpsyko101

Results 18 comments of drpsyko101

I'm having the exact same issue as @cydia2020 for having a different subnet for the host and the discovered device. Will try with the same subnet later.

Thanks @ha-reporting2023, I was able to masquerade the packet by setting NAT:Outbound as follows: | Interface | Source | Source Port | Destination | Destination Port | NAT Address |...

> Are you aware of any files in /sys directory containing UPS stats? @corecoding There is none that I aware of. But [upslog](https://linux.die.net/man/8/upslog) could output formatted text. [upsc](https://linux.die.net/man/8/upsc) output is...

I had the same issue, but managed to fix it with slight configuration changes: ```env OPENID_ID_FIELD: "username" OPENID_USERNAME_FIELD: "username" OPENID_FULLNAME_FIELD: "first_name" ``` and for some reason, incorrect email settings might...

Related to #55, I'm not sure whether is it a good idea to push to OCI now or if should we develop the chart until it becomes production-ready.

I agree with that. Feel free to voice your opinion in the PR and #53 on how should we move forward with the chart deployment.

@arpagon Thanks for the approval! Helm OCI is indeed the best way to release this chart alongside the official Supabase images. But I don't think we should at this point,...

Supabase has stopped releasing images with `latest` tag for a while now. The newly merged #48 with the provided [values.example.yaml](https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/values.example.yaml) has the latest image tag for all services respectively.

@bartekus I'm afraid that the `.enable` might not be as functional as you think. Because the reality is: ```mermaid flowchart TD A[Analytics] --> B[Studio] A --> C[Kong] A --> D[Auth]...

The switch is functional, but disabling one or the others may cause major instability overall. It may be deprecated in future releases except for `db` and `minio` which can be...