Skip to content

cryptpad/helm

Repository files navigation


πŸ“” Table of Contents

🌟 About the Project

This is the Helm Chart for easy deployment of CryptPad on Kubernetes.

🧰 Getting Started

‼️ Prerequisites

This project requires Kubernetes 1.23+ and Helm installed on your system

πŸ“š Documentation

  • Check documentation on README.md on charts/cryptpad.

⏩ TL;DR;

Install via OCI Registry:

helm install cryptpad oci://ghcr.io/cryptpad/helm/cryptpad 

Install via Repository:

helm repo add cryptpad-github https://cryptpad.github.io/helm
helm install cryptpad cryptpad-github/cryptpad 

πŸ§ͺ Running Tests

To run tests, run the following command

  for FILE in charts/*; do
     helm unittest $FILE
  done

πŸ‘‹ Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

⚠️ License

AGPL logo

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.