The Home Server Journey - 5b: A Bridge Too Far?

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • charts

    Bitnami Helm Charts (by bitnami)

    As the Bitnami container runs as a non-root user for security reasons, requires a "postgres" administrator name for the database and uses a different path structure, you won't be able to mount the data from the original PostgreSQL deployment without messing around with some configuration. So, unless you absolutely need the data, just start from scratch by deleting the volumes, maybe doing a backup first

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • helm

    The Kubernetes Package Manager

    I don't plan on covering Helm here as I think it adds complexity over already quite complex K8s manifests. Surely it might be useful for large-scale stuff, but let's keep things simple here. I have combined knowledge from the articles with the updated charts in order to created a trimmed-down version of the required manifests (it would be good to add liveliness and readiness probes though):

  • containers

    Bitnami container images

    If you're writing your own application, it's easy to define different addresses for writing to and reading from a replicated database, respecting the role of each copy. But a lot of useful software already around assumes a single connection is needed, and there's no simple way to get around that. That's why you need specific intermediaries or proxies like Pgpool-II for PostgreSQL, that can appear to applications as a single entity, redirecting queries to the appropriate backend database depending on it's contents:

  • go-sqlite3

    sqlite3 driver for go using database/sql

  • whatsmeow

    Go library for the WhatsApp web multidevice API

  • zeroconfig

    A relatively simple declarative config format for zerolog

  • matrix-spec-proposals

    Proposals for changes to the matrix specification

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Minio integration with nestjs | file upload & retrieve

    1 project | dev.to | 29 Nov 2024
  • Sync Kubernetes Secrets to AWS Secrets Manager Using external-secrets PushSecret

    1 project | dev.to | 13 Nov 2024
  • Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks 🚀

    3 projects | dev.to | 1 Oct 2024
  • Install Keycloak IAM service in Kubernetes Cluster locally

    1 project | dev.to | 12 Sep 2024
  • Use minio as an external object storage with Gitlab

    2 projects | dev.to | 3 Sep 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?