mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 21:42:18 +00:00
Update documentation
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Helm Charts
|
||||
|
||||
A small set of custom Helm charts to cover some smaller applications not covered by Stable and other repos.
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/nikdoof/helm-charts/actions)
|
||||
|
||||
## Usage
|
||||
|
||||
[Helm](https://helm.sh) must be installed to use the charts.
|
||||
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
|
||||
|
||||
Once Helm is set up properly, add the repo as follows:
|
||||
|
||||
```console
|
||||
helm repo add nikdoof https://nikdoof.github.io/helm-charts/
|
||||
```
|
||||
|
||||
You can then run `helm search nikdoof` to see the charts.
|
||||
|
||||
## Charts
|
||||
|
||||
See [charts folder](./charts) for a complete list.
|
||||
|
||||
* [aaisp-to-mqtt](./charts/aaisp-to-mqtt) - A tool to pull information from [Andrews & Arnold](https://www.aa.net.uk/) CHAOSv2 API and output to MQTT
|
||||
* [calibre-web](./charts/calibre-web) - Web app for browsing, reading and downloading eBooks stored in a Calibre database
|
||||
* [deluge](./charts/deluge) - Deluge torrent client
|
||||
|
||||
|
||||
## License
|
||||
|
||||
[MIT License](./LICENSE)
|
||||
@@ -5,7 +5,8 @@ This is a helm chart for [calibre-web](https://calibre-web.com/) leveraging the
|
||||
## TL;DR;
|
||||
|
||||
```shell
|
||||
$ helm install ./calibre-web
|
||||
$ helm repo add nikdoof https://nikdoof.github.io/helm-charts/
|
||||
$ helm install calibre-web
|
||||
```
|
||||
|
||||
## Installing the Chart
|
||||
@@ -13,7 +14,7 @@ $ helm install ./calibre-web
|
||||
To install the chart with the release name `my-release`:
|
||||
|
||||
```console
|
||||
helm install --name my-release ./calibre-web
|
||||
helm install --name my-release calibre-web
|
||||
```
|
||||
|
||||
## Uninstalling the Chart
|
||||
@@ -101,4 +102,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
|
||||
|
||||
---
|
||||
|
||||
Read through the [values.yaml](https://github.com/nikdoof/home-k8s-flux/blob/master/charts/calibre-web/values.yaml) file. It has several commented out suggested values.
|
||||
Read through the [values.yaml](https://github.com/nikdoof/helm-charts/tree/master/charts/calibre-web/values.yaml) file. It has several commented out suggested values.
|
||||
|
||||
@@ -5,7 +5,8 @@ This is a helm chart for [deluge](https://deluge.com/) leveraging the [Linuxserv
|
||||
## TL;DR;
|
||||
|
||||
```shell
|
||||
$ helm install ./deluge
|
||||
$ helm repo add nikdoof https://nikdoof.github.io/helm-charts/
|
||||
$ helm install deluge
|
||||
```
|
||||
|
||||
## Installing the Chart
|
||||
@@ -13,7 +14,7 @@ $ helm install ./deluge
|
||||
To install the chart with the release name `my-release`:
|
||||
|
||||
```console
|
||||
helm install --name my-release ./deluge
|
||||
helm install --name my-release deluge
|
||||
```
|
||||
|
||||
## Uninstalling the Chart
|
||||
@@ -105,4 +106,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
|
||||
|
||||
---
|
||||
|
||||
Read through the [values.yaml](https://github.com/nikdoof/home-k8s-flux/blob/master/charts/deluge/values.yaml) file. It has several commented out suggested values.
|
||||
Read through the [values.yaml](https://github.com/nikdoof/helm-charts/tree/master/charts/deluge/values.yaml) file. It has several commented out suggested values.
|
||||
|
||||
Reference in New Issue
Block a user