{"id":41730002,"url":"https://github.com/appifyhub/charts","last_synced_at":"2026-03-04T20:08:40.329Z","repository":{"id":288495454,"uuid":"947550771","full_name":"appifyhub/charts","owner":"appifyhub","description":"The home of AppifyHub's Helm charts","archived":false,"fork":false,"pushed_at":"2026-02-18T12:14:17.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T16:41:30.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://charts.appifyhub.com/","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appifyhub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-12T21:43:06.000Z","updated_at":"2026-02-18T12:14:02.000Z","dependencies_parsed_at":"2025-04-18T11:47:22.008Z","dependency_job_id":"5fa8fff7-16e2-4a9f-8c99-bd7b733696fe","html_url":"https://github.com/appifyhub/charts","commit_stats":null,"previous_names":["appifyhub/charts"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/appifyhub/charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appifyhub%2Fcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appifyhub%2Fcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appifyhub%2Fcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appifyhub%2Fcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appifyhub","download_url":"https://codeload.github.com/appifyhub/charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appifyhub%2Fcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30091759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T19:41:02.502Z","status":"ssl_error","status_checked_at":"2026-03-04T19:40:05.550Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T23:28:15.350Z","updated_at":"2026-03-04T20:08:40.307Z","avatar_url":"https://github.com/appifyhub.png","language":"Shell","readme":"# AppifyHub's Cloud Charts\n\nThis repository contains the **essential** Kubernetes (K8s) configuration and Helm chart manifests for deploying a foundational cluster infrastructure for AppifyHub's suite of services. This is a companion repository to [AppifyHub's Terraform repository](https://github.com/appifyhub/terraform).\n\n\u003e ⚠️ \u0026nbsp; This setup, unchanged, is not scalable enough for production workloads.\n\n### How to use this?\n\nThe guide is broken up over several charts, all of which are listed below. Each chart has its own README file with detailed instructions on how to install and use it.\n\nPrerequisites:\n\n  1. Set up a K8s cluster, for example using Appify Hub's minimal configuration from the [Terraform](https://github.com/appifyhub/terraform) repository – or create and host your own cluster any other way\n  1. Install [Helm 3](https://helm.sh/docs/intro/quickstart/#install-helm) on your local machine (`helm` CLI)\n  1. Install the [K8s command-line tool](https://kubernetes.io/docs/tasks/tools/#kubectl) on your local machine (`kubectl` CLI)\n\nIt's also strongly recommended that you install [`k9s`](https://k9scli.io/topics/install) for monitoring and managing your K8s cluster – it's an excellent tool that will make your life way easier.\n\n## Installing controllers, apps and charts\n\nOnce you're connected to your K8s cluster, you can use the charts from this repository to install apps and services into it. If you're using AppifyHub's Terraform configuration, there's a `connect` script located in this directory – you can use it to quickly configure your K8s context and make sure `kubectl` works only with your desired cluster.\n\nIn order to get these local charts directly available in your Helm CLI, you can add this repository to your local Helm configuration:\n\n```bash\n# Add the AppifyHub Helm repository\nhelm repo add appifyhub https://charts.appifyhub.com\n# Update the local Helm repository cache\nhelm repo update\n```\n\nTo list all available charts in this repository, you can run:\n\n```bash\n# List all available charts in the AppifyHub Helm repository\nhelm search repo appifyhub\n```\n\nHere's a summary of which additional tools this repository offers:\n\n#### Cluster Tools\n\n  - [Ingress Controller and Load Balancer](./cluster-ingress/README.md): A straightforward way to expose services to the Internet using Traefik\n  - [PostgreSQL Cluster](./postgres-cluster/README.md): A database cluster with a CloudNativePG operator\n  - [Continuous Deployment](./continuous-deployment/README.md): A GitOps-based continuous deployment setup using ArgoCD\n  - [Vault - Secrets Manager](./vault-secrets/README.md): _(not recommended)_ An advanced secrets manager for storing sensitive configuration data\n\n#### Tests and Demos\n\n  - [Echo Test](./echo/README.md): A simple HTTP Echo server for testing connectivity\n  - [Persistence Test](./persistence-check/README.md): A simple database server for testing persistence\n  - [Secrets Test (using Doppler)](./secrets-check/README.md): A simple pod that helps verify Doppler and plain secrets injection\n\n#### App and Service Charts\n\n  - [AppifyHub's Monolith API](./appifyhub-api/README.md): The API service from the [AppifyHub Monolith repository](https://github.com/appifyhub/monolith)\n  - [The Agent's API](./the-agent-api/README.md): The service from [The Agent repository](https://github.com/appifyhub/the-agent)\n  - [Workflow Automations](./n8n/README.md): The n8n workflow automation platform for connecting apps and automating workflows\n  - [URL Shortener](./url-shortener/README.md): A generic URL shortener powered by Shlink\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappifyhub%2Fcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappifyhub%2Fcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappifyhub%2Fcharts/lists"}