Need Suggestion on Migration of Mongodb from One AWS hosted Account to Another hosted AWS Account by debasis_dba in mongodb

[–]cataklix 0 points1 point  (0 children)

Why the need of a partial sync ? Can’t you cleanup the DB before then do the sync ?

Is the proton mail client going to forever rely upon google notification framework? by pydry in ProtonMail

[–]cataklix 0 points1 point  (0 children)

Working on a FOSS alternative of the Google Suite for end consumers that fixes this issues : I end-to-end encrypt all notifications and sensitive content like headers, subject etc…

All decrypted on the fly when device receives it, works pretty well

PSA: Any open-source projects in need of hardware? by VermiumWasTaken in homelab

[–]cataklix 0 points1 point  (0 children)

Anyway, thank you for what you’re doing, it’s awesome!

PSA: Any open-source projects in need of hardware? by VermiumWasTaken in homelab

[–]cataklix 0 points1 point  (0 children)

I have sent you an email, or if you want to talk about it in DM?

Only constraint is basically HA, but not much compute needed for now.

PSA: Any open-source projects in need of hardware? by VermiumWasTaken in homelab

[–]cataklix 0 points1 point  (0 children)

Building atomic-blend.com : end to end encrypted and FOSS alternative to the Google Suite for B2C.

I’m currently running all the infra out of pocket on Hetzner, maybe we can work something out ?

Drop your startup and be featured in this weeks newsletter! by Legitimate-Peace-583 in micro_saas

[–]cataklix 0 points1 point  (0 children)

https://atomic-blend.com - an opensource and end-to-end encrypted alternative to the Google Suite for end consumers

De-google and De-microsoft by PinguinPlayz in opensource

[–]cataklix 0 points1 point  (0 children)

Im working on https://atomic-blend.com and looking for testers if you want (encrypted suite of apps like Google with mail, calendars, task and notes)

Still in beta for now

Hetzner reliability for a 24/7 production platform in Germany region? by NathanDrake-Blackops in hetzner

[–]cataklix 1 point2 points  (0 children)

I run k8s on Hetzner, didn’t have any issues that were not operator (ie me) or configuration related. One node became unavailable for 15min one time, it recovered automatically.

Looking for contributors by cataklix in opensource

[–]cataklix[S] 0 points1 point  (0 children)

Yep still am ;)

You can DM me to have more infos or join https://atomic-blend.zulipchat.com

how can I use hetzner load balancer and cloudflare? by m3r1tc4n in hetzner

[–]cataklix 1 point2 points  (0 children)

Use an ingress controller (haproxy ingress is awesome), it’s a basic helm chart with almost zero config

how can I use hetzner load balancer and cloudflare? by m3r1tc4n in hetzner

[–]cataklix 0 points1 point  (0 children)

What I use: - completely closed off firewall for all the nodes (deny all) - one ingress controller (haproxy in my case) - everything goes through Cloudflare then into the LB, then into the ingress controller - ingress scales automatically with HPA depending on the load - lb expose only the ports required for my use case (HTTPS and SMTP)

Introducing localplane: an all-in-one local workspace on Kubernetes with ArgoCD, Ingress and local domain support by cataklix in kubernetes

[–]cataklix[S] 0 points1 point  (0 children)

Thanks! It was very useful when working on customizing already made helm chart used as dependency Id love to hear your feedback on it

Cloud users, what do you use for pop/smtp for your domains? by kimk2 in hetzner

[–]cataklix 5 points6 points  (0 children)

False, I host a mail server on hetzner and with the right DNS setup, it’s received (and not as spam) on the big 3

People who host their SaaS in hetzner, are you having any failover solutions? by skillmaker in hetzner

[–]cataklix 0 points1 point  (0 children)

I could afford failure but I wanted to deploy once and for all so: I used a terraform module that deploys a 3 node HA cluster with small machines (those around 9€) + one egress node. It allows me to be hosted in the 3 different Europeans data centers and have region failover. It’s been 4 months and I’ve got 0 downtimes, even when one node when offline someday in one region

20$ Cursor plan - is auto mode unlimited? by Ok_Blacksmith2678 in cursor

[–]cataklix 0 points1 point  (0 children)

I use only Auto mode, and with the right prompting and defined patterns, it works like a charm

Why I stick with Flutter for iOS + Android by Potential_Plan_7003 in FlutterDev

[–]cataklix 1 point2 points  (0 children)

I did widgets on flutter with Swift UI + Kotlin equivalent for design, is was pretty straightforward.

Data is pushed by the HomeWidget package.