Skip to content

tigase/roundcube-helm-chart

Repository files navigation

Temporary fork of https://gitlab.com/MatthiasLohr/roundcube-helm-chart until it get's PR merged

Roundcube Helm Chart

This Helm chart allows for an easy install of Roundcube webmail client to your Kubernetes cluster.

Installation

Add Helm Repository

helm repo add mlohr https://helm-charts.mlohr.com/
helm repo update

Create Minimal Configuration

In order to get Roundcube running, you need to provide the following minimal configuration. For a full documentation of all possible configuration options, check the values.yaml file.

Your values.yaml:

ingress:
  host: roundcube.your.domain

imap:
  host: imap.your.domain

smtp:
  host: smtp.your.domain

externalDatabase:
  type: pgsql
  host: db.your.domain
  name: roundcube
  user: roundcube
  password: S3cret!

Install to Kubernetes

helm install roundcube mlohr/roundcube -f values.yaml

Links

License (GPLv3)

Roundcube Helm Chart - Copyright (C) 2021 Matthias Lohr <mail@mlohr.com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •