https://github.com/cryptpad/helm
The Helm Charts for CryptPad
https://github.com/cryptpad/helm
cryptpad helm-charts kubernetes
Last synced: 9 months ago
JSON representation
The Helm Charts for CryptPad
- Host: GitHub
- URL: https://github.com/cryptpad/helm
- Owner: cryptpad
- License: agpl-3.0
- Created: 2023-08-29T13:55:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T06:53:12.000Z (over 1 year ago)
- Last Synced: 2025-06-11T16:43:11.256Z (10 months ago)
- Topics: cryptpad, helm-charts, kubernetes
- Language: Smarty
- Homepage: https://cryptpad.org
- Size: 154 KB
- Stars: 6
- Watchers: 8
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# :notebook_with_decorative_cover: Table of Contents
- [:notebook\_with\_decorative\_cover: Table of Contents](#notebook_with_decorative_cover-table-of-contents)
- [:star2: About the Project](#star2-about-the-project)
- [:toolbox: Getting Started](#toolbox-getting-started)
- [:bangbang: Prerequisites](#bangbang-prerequisites)
- [:books: Documentation](#books-documentation)
- [:fast\_forward: TL;DR;](#fast\_forward-tldr)
- [:test\_tube: Running Tests](#test_tube-running-tests)
- [:wave: Contributing](#wave-contributing)
- [:warning: License](#warning-license)
## :star2: About the Project
This is the [Helm Chart](https://helm.sh/) for easy deployment of [CryptPad](https://cryptpad.org) on Kubernetes.
## :toolbox: Getting Started
### :bangbang: Prerequisites
This project requires [Kubernetes 1.23+](https://kubernetes.io/) and [Helm](https://helm.sh/docs/intro/install/) installed on your system
### :books: Documentation
* Check documentation on [README.md](charts/cryptpad/README.md) on charts/cryptpad.
### :fast_forward: TL;DR;
Install via OCI Registry:
```bash
helm install cryptpad oci://ghcr.io/cryptpad/helm/cryptpad
```
Install via Repository:
```bash
helm repo add cryptpad-github https://cryptpad.github.io/helm
helm install cryptpad cryptpad-github/cryptpad
```
### :test_tube: Running Tests
To run tests, run the following command
```bash
for FILE in charts/*; do
helm unittest $FILE
done
```
## :wave: Contributing
Contributions are always welcome!
See `CONTRIBUTING.md` for ways to get started.
## :warning: License

This software is and will always be available under the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the License, or (at your option)
any later version.