{"id":20179002,"url":"https://github.com/charted-dev/charted","last_synced_at":"2025-04-10T04:45:17.401Z","repository":{"id":46044444,"uuid":"469212491","full_name":"charted-dev/charted","owner":"charted-dev","description":"📦 Free, open source, and reliable Helm Chart registry made in Rust","archived":false,"fork":false,"pushed_at":"2024-10-29T22:57:58.000Z","size":17183,"stargazers_count":25,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-30T00:47:55.731Z","etag":null,"topics":["axum","charted-server","helm","helm-registry","k8s","kubernetes","rust","rustlang"],"latest_commit_sha":null,"homepage":"https://charts.noelware.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charted-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["auguwu","Noelware"],"custom":["https://paypal.me/auguwu","https://charts.noelware.org"]}},"created_at":"2022-03-12T22:15:59.000Z","updated_at":"2024-10-29T22:58:02.000Z","dependencies_parsed_at":"2023-02-16T09:01:25.679Z","dependency_job_id":"26021718-53d4-446d-bce1-3202d2505847","html_url":"https://github.com/charted-dev/charted","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charted-dev%2Fcharted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charted-dev%2Fcharted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charted-dev%2Fcharted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charted-dev%2Fcharted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charted-dev","download_url":"https://codeload.github.com/charted-dev/charted/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161237,"owners_count":21057552,"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":["axum","charted-server","helm","helm-registry","k8s","kubernetes","rust","rustlang"],"created_at":"2024-11-14T02:24:29.086Z","updated_at":"2025-04-10T04:45:17.394Z","avatar_url":"https://github.com/charted-dev.png","language":"Rust","funding_links":["https://github.com/sponsors/auguwu","https://github.com/sponsors/Noelware","https://paypal.me/auguwu","https://charts.noelware.org"],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://cdn.floofy.dev/images/trans.png\" width=\"96\" height=\"96\" alt=\"Noelware logo\" align=\"right\" /\u003e\n\n### 🐻‍❄️📦 [`charted-server`] by [Noelware, LLC.]\n\n#### _Open, powerful, and reliable Helm chart registry made in [Rust]._\n\n**charted-server** is a free and open platform that helps host, test, and build [Helm] charts all over the world to any side project to enterprise work. Noelware built this platform to build the cloud that we put our sweat and tears into.\n\n## Installation\n\n### Locally via Git\n\n**Required Tools / Prerequisites**:\n\n-   [Rust](https://rust-lang.org)\n-   [Git](https://git-scm.com)\n-   20GB of storage\n-   2GB of system RAM\n\nTo clone the repository, you can use the `git pull` command:\n\n```shell\n# HTTPS\n$ git pull https://github.com/charted-dev/charted\n\n# SSH\n$ git pull git@github.com:charted-dev/charted\n```\n\nOnce you cloned the repository, you can `cd` into it and run the `charted` CLI:\n\n```shell\n$ cargo cli\n```\n\nThis will run the actual CLI, to run the server, you will need to use this instead:\n\n```shell\n$ cargo server\n```\n\n### Docker\n\n\u003e [!IMPORTANT]\n\u003e You can checkout the [`charted-dev/self-hosted`] repository for a production ready **charted-server** instance with Docker Compose.\n\n### Kubernetes/Helm\n\nRefer to the [`charted-dev/helm-charts`] repository for more information on how to deploy a **charted-server** instance on Kubernetes.\n\n### Nix/NixOS\n\nThe [`nixpkgs-noelware`] repository contains a NixOS module to run a **charted-server** instance:\n\n```nix\n{\n    services.charted = {\n        enable = true;\n        statePath = \"/var/lib/noelware/charted/data\";\n\n        settings = {\n            single_user = true;\n            sessions.backend.static = {\n                noel = \"\u003cargon2 hashed password\u003e\";\n            };\n        };\n    };\n}\n```\n\n## Contributing\n\nThanks for considering contributing to **charted-server**! Before you boop your heart out on your keyboard ✧ ─=≡Σ((( つ•̀ω•́)つ, we recommend you to do the following:\n\n-   Read the [Code of Conduct](./.github/CODE_OF_CONDUCT.md)\n-   Read the [Contributing Guide](./.github/CONTRIBUTING.md)\n\nIf you read both if you're a new time contributor, now you can do the following:\n\n-   [Fork me! ＊\\*♡( ⁎ᵕᴗᵕ⁎ ）](https://github.com/charted-dev/charted/fork)\n-   Clone your fork on your machine: `git clone https://github.com/your-username/charted`\n-   Create a new branch: `git checkout -b some-branch-name`\n-   BOOP THAT KEYBOARD!!!! ♡┉ˏ͛ (❛ 〰 ❛)ˊˎ┉♡\n-   Commit your changes onto your branch: `git commit -am \"add features （｡\u003e‿‿\u003c｡ ）\"`\n-   Push it to the fork you created: `git push -u origin some-branch-name`\n-   Submit a Pull Request and then cry! ｡･ﾟﾟ･(థ Д థ。)･ﾟﾟ･｡\n\n## License\n\n**charted-server** by [Noelware, LLC.] is released under the **Apache 2.0** License with love and care by the team. Please read the [`LICENSE`](/LICENSE) file in the canonical repository for more information on what you can do with the source code for **charted-server**.\n\n[`charted-dev/helm-charts`]: https://github.com/charted-dev/helm-charts\n[`charted-dev/self-hosted`]: https://github.com/charted-dev/self-hosted\n[`nixpkgs-noelware`]: https://github.com/Noelware/nixpkgs-noelware\n[`charted-server`]: https://charts.noelware.org/\n[Noelware, LLC.]: https://noelware.org\n[Helm]: https://helm.sh\n[Rust]: https://rustlang.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharted-dev%2Fcharted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharted-dev%2Fcharted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharted-dev%2Fcharted/lists"}