{"id":29629834,"url":"https://github.com/flagsmith/self-hosted","last_synced_at":"2025-07-21T10:07:17.306Z","repository":{"id":40627675,"uuid":"266098518","full_name":"Flagsmith/self-hosted","owner":"Flagsmith","description":"Create an entire Flagsmith environment locally","archived":false,"fork":false,"pushed_at":"2025-04-21T18:10:09.000Z","size":1146,"stargazers_count":117,"open_issues_count":1,"forks_count":22,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-21T19:25:50.070Z","etag":null,"topics":["docker","docker-compose","feature-flags","feature-toggles"],"latest_commit_sha":null,"homepage":"https://www.flagsmith.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flagsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-05-22T11:54:09.000Z","updated_at":"2025-04-15T15:47:16.000Z","dependencies_parsed_at":"2025-04-21T19:23:25.108Z","dependency_job_id":"f575fb59-0869-4c2e-87bc-3325852c0492","html_url":"https://github.com/Flagsmith/self-hosted","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Flagsmith/self-hosted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flagsmith%2Fself-hosted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flagsmith%2Fself-hosted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flagsmith%2Fself-hosted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flagsmith%2Fself-hosted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flagsmith","download_url":"https://codeload.github.com/Flagsmith/self-hosted/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flagsmith%2Fself-hosted/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278402,"owners_count":23904044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","docker-compose","feature-flags","feature-toggles"],"created_at":"2025-07-21T10:07:12.870Z","updated_at":"2025-07-21T10:07:17.296Z","avatar_url":"https://github.com/Flagsmith.png","language":null,"readme":"# Self-hosted Flagsmith example\n\nThis example deploys Flagsmith Enterprise to a Kubernetes cluster using a Helmfile. It also deploys\n[kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) with\nGrafana for monitoring.\n\nThe Flagsmith API and task processor pods emit Prometheus metrics, which are scraped by a [`ServiceMonitor`](https://prometheus-operator.dev/docs/api-reference/api/#monitoring.coreos.com/v1.ServiceMonitor)\nfrom the Prometheus operator.\n\n\u003e [!WARNING]\n\u003e This example and all its resources (e.g. dashboards) are provided as reference examples with no security, stability or\n\u003e backwards compatibility guarantees.\n\n## Usage\n\nFirst, create a namespace for Flagsmith resources:\n\n```\nkubectl create namespace flagsmith\n```\n\nCreate a Secret in the same namespace for your private container image pulling credentials:\n\n```\nkubectl create secret docker-registry flagsmithofficial-example-pull-secret \\\n  --namespace=flagsmith \\\n  --docker-server=quay.io \\\n  --docker-username='flagsmithofficial+example' \\\n  --docker-password=''\n```\n\nReference this Secret in your Helm values:\n\n```yaml\nglobal:\n  image:\n    imagePullSecrets:\n      - name: flagsmithofficial-example-pull-secret\n```\n\nDeploy the stack:\n\n```\nhelmfile sync\n```\n\nGrafana dashboards are available at http://prometheus-grafana.monitoring.svc.cluster.local/.\n\n## Dashboard example\n\n![dashboard.png](dashboard.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagsmith%2Fself-hosted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflagsmith%2Fself-hosted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagsmith%2Fself-hosted/lists"}