Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.12 KB

Helm Chart for Cozy

This is a minimal helm chart for cozy.

TLDR

As a pre-req, you will need to install couchDB. Please view the values.yaml before installing to make sure you don't need to change any default values. There are also some docs generated from the values.yaml in the chart's README.

helm repo add cozy https://small-hack.github.io/cozy-helm-chart
helm install cozy/cozy cozy --values values.yaml

Notes

We're using a custom docker image sourced from jessebot/cozy-stack and pushed to docker.io/jessebot/cozy-stack.

The official production docker image is sourced from cozy/cozy-stack and pushed to docker.io/cozy/cozy-stack, but it cannot run as non-root.

Status

Archived due to lack of security features upstream. Please checkout nextcloud/helm instead.