An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

logo

CryptPad Helm Chart





contributors


last update


forks


stars


open issues


license




Documentation
·
Report Bug
·
Request Feature



# :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

![AGPL logo](https://www.gnu.org/graphics/agplv3-155x51.png "GNU Affero General Public 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.