[ci skip] Update index.yaml

Signed-off-by: billimek <jeff@billimek.com>
This commit is contained in:
billimek 2019-12-17 03:38:51 +00:00
parent c4ed2e3d06
commit 5cbf3eb589
2 changed files with 144 additions and 56 deletions

View File

@ -0,0 +1,67 @@
# Dynamic DNS using Cloudflare's DNS Services
A script that pushes the public IP address of the running machine to Cloudflare's DNS API's. It requires an existing A record to update.
## TL;DR;
```console
$ helm repo add billimek https://billimek.com/billimek-charts/
$ helm install billimek/cloudflare-dyndns
```
## Introduction
This code is adopted from [this original repo](https://github.com/hotio/docker-cloudflare-ddns)
## Installing the Chart
To install the chart with the release name `my-release`:
```console
$ helm install --name my-release billimek/cloudflare-dyndns
```
## Uninstalling the Chart
To uninstall/delete the `my-release` deployment:
```console
$ helm delete my-release --purge
```
The command removes all the Kubernetes components associated with the chart and deletes the release.
## Configuration
The following tables lists the configurable parameters of the Sentry chart and their default values.
| Parameter | Description | Default |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------- |
| `image.repository` | cloudflare-dyndns image | `hotio/cloudflare-ddns` |
| `image.tag` | cloudflare-dyndns image tag | `latest` |
| `image.pullPolicy` | cloudflare-dyndns image pull policy | `Always` |
| `cloudflare.user` | The username of your Cloudflare account, should be your email address. | `` |
| `cloudflare.token` | The token you generated in Cloudflare's API settings. | `` |
| `cloudflare.zones` | The domain(s) you wish to update, separated by `;` | `` |
| `cloudflare.hosts` | The subdomain(s) you wish to update, separated by `;` | `` |
| `cloudflare.record_types` | The record types to update, separated by `;` | `` |
| `cloudflare.detection_mode` | Source to query for public IP | `dig-google.com` |
| `cloudflare.log_level` | Verbosity of the logs printed to stdout/stderr | `1` |
| `cloudflare.sleep_interval` | Polling time in seconds | `300` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console
helm install --name my-release \
--set config.cloudflare.token=thisismyapikey \
billimek/cloudflare-dyndns
```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
helm install --name my-release -f values.yaml billimek/cloudflare-dyndns
```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/cloudflare-dyndns/values.yaml) file. It has several commented out suggested values.

View File

@ -1,9 +1,30 @@
apiVersion: v1
entries:
cloudflare-dyndns:
- apiVersion: v1
appVersion: "1.0"
created: "2019-12-17T03:38:40.054015668Z"
description: Dynamic DNS using Cloudflare's DNS Services
digest: d1ff4cf8b3b93106040bf6f64d6897260df3f55d5f2cf08eca60b54121ac94fa
home: https://github.com/billimek/billimek-charts/tree/master/cloudflare-dyndns
icon: https://www.cloudflare.com/img/cf-facebook-card.png
keywords:
- cloudflare
- dynamicdns
maintainers:
- email: jeff@billimek.com
name: billimek
name: cloudflare-dyndns
sources:
- https://github.com/hotio/docker-cloudflare-ddns/
- https://github.com/billimek/billimek-charts
urls:
- https://github.com/billimek/billimek-charts/releases/download/cloudflare-dyndns-1.0.0/cloudflare-dyndns-1.0.0.tgz
version: 1.0.0
comcast:
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:54.948569975Z"
created: "2019-12-17T03:38:45.175590015Z"
description: periodic comcast data usage checks and save the results to InfluxDB
digest: 9793dddf9985bdbc98a296add945f9948d1f81acf4b7c35cc180bde2e4ca135e
home: https://github.com/billimek/billimek-charts/tree/master/comcast
@ -24,7 +45,7 @@ entries:
version: 1.0.8
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:55.527881576Z"
created: "2019-12-17T03:38:45.716303407Z"
description: periodic comcast data usage checks and save the results to InfluxDB
digest: db1bc007e7d8288a4c4ecbd8d9351ce1e42798b05ca3e1c96899de6de5e82dd8
home: https://github.com/billimek/billimek-charts/tree/master/comcast
@ -45,7 +66,7 @@ entries:
version: 1.0.7
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:58.20517524Z"
created: "2019-12-17T03:38:48.577987863Z"
description: periodic comcast data usage checks and save the results to InfluxDB
digest: 29eaf107f8599d05d0f536052838dff3c3944b9e5b0df792251d5da425420ef6
home: https://github.com/billimek/billimek-charts/tree/master/comcast
@ -66,7 +87,7 @@ entries:
version: 1.0.6
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:58.559271192Z"
created: "2019-12-17T03:38:49.015077028Z"
description: periodic comcast data usage checks and save the results to InfluxDB
digest: 46acd3d8ef4d63ef553418209c39de2e0a2339e8ffecb21d2e26dd4680fa8f4f
home: https://github.com/billimek/billimek-charts/tree/master/comcast
@ -87,7 +108,7 @@ entries:
version: 1.0.5
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:16:00.412715905Z"
created: "2019-12-17T03:38:51.048873889Z"
description: periodic comcast data usage checks and save the results to InfluxDB
digest: 306e66407c47c58382eccd68616fdbb6ed498a444a023ffbb1534d0e087e6bc8
home: https://github.com/billimek/billimek-charts/tree/master/comcast
@ -109,7 +130,7 @@ entries:
digitalocean-dyndns:
- apiVersion: v1
appVersion: "1.0"
created: "2019-12-14T15:15:58.042426379Z"
created: "2019-12-17T03:38:48.404836794Z"
description: Dynamic DNS using DigitalOcean's DNS Services
digest: 412051afab93b2c3f6e658690a8cd9d6b0ce568fb573e0abbda4efeef99cd93c
home: https://github.com/billimek/billimek-charts/tree/master/digitalocean-dyndns
@ -129,7 +150,7 @@ entries:
version: 0.1.5
- apiVersion: v1
appVersion: "1.0"
created: "2019-12-14T15:16:00.210203458Z"
created: "2019-12-17T03:38:50.796427583Z"
description: Dynamic DNS using DigitalOcean's DNS Services
digest: 7db7fc339ec946090c1339c1d4f0a741e6e7e99d11da0eacc4069ba3e93964cb
home: https://github.com/billimek/billimek-charts/tree/master/digitalocean-dyndns
@ -150,7 +171,7 @@ entries:
forwardauth:
- apiVersion: v1
appVersion: "1.0"
created: "2019-12-14T15:15:57.236989391Z"
created: "2019-12-17T03:38:47.60173488Z"
description: A Helm chart for Kubernetes to install Auth0 Authorization application
for Traefik forward authentication.
digest: d3ff504bc95d420f1df7ae96e440a9d623c92825e05de94ee424a36566be1189
@ -165,7 +186,7 @@ entries:
frigate:
- apiVersion: v1
appVersion: 0.2.0
created: "2019-12-14T15:15:58.386252132Z"
created: "2019-12-17T03:38:48.805667386Z"
description: Realtime object detection on RTSP cameras with the Google Coral
digest: fe2fab7c9590f0b1ba7280654810d82bfacf497267e537bcceb2ec16550068a7
home: https://github.com/billimek/billimek-charts/tree/master/frigate
@ -185,7 +206,7 @@ entries:
version: 0.1.7
- apiVersion: v1
appVersion: 0.2.0
created: "2019-12-14T15:16:00.0285422Z"
created: "2019-12-17T03:38:50.637639796Z"
description: Realtime object detection on RTSP cameras with the Google Coral
digest: 900de672ad5bfa77e587ad518e09950b0f44562b7fd40755256dd0c84088b2eb
home: https://github.com/billimek/billimek-charts/tree/master/frigate
@ -206,7 +227,7 @@ entries:
jackett:
- apiVersion: v1
appVersion: v0.12.1132-ls37
created: "2019-12-14T15:15:51.078052605Z"
created: "2019-12-17T03:38:41.681289528Z"
description: API Support for your favorite torrent trackers
digest: fecfaa094da3bac9eb94b5470a7c19c67b271303c1fce23539bf14f52183b277
home: https://github.com/billimek/billimek-charts/tree/master/jackett
@ -226,7 +247,7 @@ entries:
version: 1.0.2
- apiVersion: v1
appVersion: v0.12.1132-ls37
created: "2019-12-14T15:15:51.865233344Z"
created: "2019-12-17T03:38:42.46069343Z"
description: API Support for your favorite torrent trackers
digest: 9a64f58e1effd4f23376f3ee5089a4afadc71c81959bc1d6ea789e97b62ad41a
home: https://github.com/billimek/billimek-charts/tree/master/jackett
@ -246,7 +267,7 @@ entries:
version: 1.0.1
- apiVersion: v1
appVersion: v0.12.1132-ls37
created: "2019-12-14T15:15:52.24106325Z"
created: "2019-12-17T03:38:42.840615224Z"
description: API Support for your favorite torrent trackers
digest: a735ffd80058f9c8647d89641d94718d8223ebcfd33c3f9c5d922fa628f1f094
home: https://github.com/billimek/billimek-charts/tree/master/jackett
@ -267,7 +288,7 @@ entries:
kube-plex:
- apiVersion: v1
appVersion: 1.16.0.1226-7eb2c8f6f
created: "2019-12-14T15:15:57.0502894Z"
created: "2019-12-17T03:38:47.410455713Z"
description: Plex Media Server
digest: 958d9c93dea591fd3b84ff1f1948caef6f067a87eb3e6388ec85cdc8f0077c33
home: https://plex.tv/
@ -286,7 +307,7 @@ entries:
modem-stats:
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:54.752981297Z"
created: "2019-12-17T03:38:44.9657368Z"
description: periodic cable modem data collection and save the results to InfluxDB
digest: ffc914c5ecd950b6a5e6155190c86ecf82d75e878d8c9c848c25b00c19965b06
home: https://github.com/billimek/billimek-charts/tree/master/modem-stats
@ -306,7 +327,7 @@ entries:
version: 1.0.9
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:55.334435023Z"
created: "2019-12-17T03:38:45.510915258Z"
description: periodic cable modem data collection and save the results to InfluxDB
digest: cab23a4087dabc6dc5b546da2baee19f38ef03f0b704f20ba0694e47c701e57e
home: https://github.com/billimek/billimek-charts/tree/master/modem-stats
@ -326,7 +347,7 @@ entries:
version: 1.0.8
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:57.86806443Z"
created: "2019-12-17T03:38:48.196774106Z"
description: periodic cable modem data collection and save the results to InfluxDB
digest: d307653eee3c52094d6042ccc475b9f46afdd9c024efa4d82beb3f533db7d4c3
home: https://github.com/billimek/billimek-charts/tree/master/modem-stats
@ -346,7 +367,7 @@ entries:
version: 1.0.7
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:59.850936246Z"
created: "2019-12-17T03:38:50.393212784Z"
description: periodic cable modem data collection and save the results to InfluxDB
digest: dbe15ab1e88d31dc6726ac0538982648152503dabe15c2781ac525c7b10c7ddf
home: https://github.com/billimek/billimek-charts/tree/master/modem-stats
@ -367,7 +388,7 @@ entries:
nzbget:
- apiVersion: v1
appVersion: v21.0-ls14
created: "2019-12-14T15:15:50.921187502Z"
created: "2019-12-17T03:38:41.318651755Z"
description: NZBGet is a Usenet downloader client
digest: 55d285cf0d9058f07da4abd8f1f53903d63e7ef10f42543aadf6be73d4741f14
home: https://github.com/billimek/billimek-charts/tree/master/nzbget
@ -387,7 +408,7 @@ entries:
version: 2.1.0
- apiVersion: v1
appVersion: v21.0-ls14
created: "2019-12-14T15:15:54.28246277Z"
created: "2019-12-17T03:38:44.770199171Z"
description: NZBGet is a Usenet downloader client
digest: eddb194f507f8c0f44462f468ef0ad9578dc287bcf3aeca6cb76df4f1cff91e8
home: https://github.com/billimek/billimek-charts/tree/master/nzbget
@ -407,7 +428,7 @@ entries:
version: 2.0.9
- apiVersion: v1
appVersion: v21.0-ls14
created: "2019-12-14T15:15:55.916437714Z"
created: "2019-12-17T03:38:46.187967509Z"
description: NZBGet is a Usenet downloader client
digest: 22035385c759f8e7b6f76277380acf6eaff6f343cd5ad3319b799ed8d3a3b63d
home: https://github.com/billimek/billimek-charts/tree/master/nzbget
@ -427,7 +448,7 @@ entries:
version: 2.0.8
- apiVersion: v1
appVersion: v21.0-ls14
created: "2019-12-14T15:15:59.690884873Z"
created: "2019-12-17T03:38:50.215177172Z"
description: NZBGet is a Usenet downloader client
digest: 76722584cd5a55d228d2cc68655598e8e312c24af8054ec0460fb20581c60af4
home: https://github.com/billimek/billimek-charts/tree/master/nzbget
@ -448,7 +469,7 @@ entries:
nzbhydra2:
- apiVersion: v1
appVersion: v2.10.2-ls46
created: "2019-12-14T15:15:50.777872767Z"
created: "2019-12-17T03:38:41.146637779Z"
description: Usenet meta search
digest: b2639bce3b1d59a667408b114ea023a8020e20c837cb1f878e63eb8ca27b8dd2
home: https://github.com/billimek/billimek-charts/tree/master/nzbhydra2
@ -468,7 +489,7 @@ entries:
version: 1.0.2
- apiVersion: v1
appVersion: v2.10.2-ls46
created: "2019-12-14T15:15:51.691230536Z"
created: "2019-12-17T03:38:42.263416411Z"
description: Usenet meta search
digest: 9515aa7f2299eda6fd2a9f660465775dce16e7e0be66459ff7a61766cab0a706
home: https://github.com/billimek/billimek-charts/tree/master/nzbhydra2
@ -488,7 +509,7 @@ entries:
version: 1.0.1
- apiVersion: v1
appVersion: v2.10.2-ls46
created: "2019-12-14T15:15:52.043937102Z"
created: "2019-12-17T03:38:42.668670864Z"
description: Usenet meta search
digest: 6d46a4b3d4176b377043d138f6b791ad95bc0ada551e804a4d0dc7913e659adc
home: https://github.com/billimek/billimek-charts/tree/master/nzbhydra2
@ -509,7 +530,7 @@ entries:
ombi:
- apiVersion: v1
appVersion: 3.0.4914-ls72
created: "2019-12-14T15:15:50.577685533Z"
created: "2019-12-17T03:38:40.973225952Z"
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
digest: 24828aaca9faa3c59b889d5719be0c188102cc4a7c003f50846e7bcfcea9c882
home: https://github.com/billimek/billimek-charts/tree/master/ombi
@ -529,7 +550,7 @@ entries:
version: 1.0.2
- apiVersion: v1
appVersion: 3.0.4914-ls72
created: "2019-12-14T15:15:51.529092815Z"
created: "2019-12-17T03:38:42.068471071Z"
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
digest: c4263ee73a9e156f5a9da42a30c4b65d400f287b0b86103603638f9f821307b0
home: https://github.com/billimek/billimek-charts/tree/master/ombi
@ -549,7 +570,7 @@ entries:
version: 1.0.1
- apiVersion: v1
appVersion: 3.0.4914-ls72
created: "2019-12-14T15:15:52.440914477Z"
created: "2019-12-17T03:38:43.02057565Z"
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
digest: cccbd1a2cb2b03af2c465622b5062170e18b0eb20a51fc4363c1d76bcce229a6
home: https://github.com/billimek/billimek-charts/tree/master/ombi
@ -570,7 +591,7 @@ entries:
provisioner:
- apiVersion: v1
appVersion: 2.3.2
created: "2019-12-14T15:15:56.84624562Z"
created: "2019-12-17T03:38:47.183093098Z"
description: local provisioner chart
digest: ee6ef3d6b6a1e9a234bc8396d05adc343d224340db84fca839df020688e0497a
engine: gotpl
@ -587,7 +608,7 @@ entries:
qbittorrent:
- apiVersion: v1
appVersion: 4.1.8
created: "2019-12-14T15:15:50.438520209Z"
created: "2019-12-17T03:38:40.788818377Z"
description: qBittorrent is a cross-platform free and open-source BitTorrent client
digest: b1c4bc1c11f8f670532b3029359f7c0e926616d43eb2e0ef3d184b9fb3002f7f
home: https://github.com/billimek/billimek-charts/tree/master/qbittorrent
@ -606,7 +627,7 @@ entries:
version: 1.0.1
- apiVersion: v1
appVersion: 4.1.8
created: "2019-12-14T15:15:52.837552235Z"
created: "2019-12-17T03:38:43.396205742Z"
description: qBittorrent is a cross-platform free and open-source BitTorrent client
digest: 65023764201027700bb0083a4096c74ad4de329e0a30004bd6b1b3e00eb9815b
home: https://github.com/billimek/billimek-charts/tree/master/qbittorrent
@ -625,7 +646,7 @@ entries:
version: 1.0.0
- apiVersion: v1
appVersion: 4.1.8
created: "2019-12-14T15:15:53.067981574Z"
created: "2019-12-17T03:38:43.590844292Z"
description: qBittorrent is a cross-platform free and open-source BitTorrent client
digest: ced16d8898cd7fcb7fc2c1354613e7161afe9d957b7a79aa04ac929f736fb4ed
home: https://github.com/billimek/billimek-charts/tree/master/qbittorrent
@ -645,7 +666,7 @@ entries:
radarr:
- apiVersion: v1
appVersion: amd64-v0.2.0.1344-ls17
created: "2019-12-14T15:15:50.291467525Z"
created: "2019-12-17T03:38:40.598178423Z"
description: Radarr is a movie downloading client
digest: 97179853457589c926f0702c173ec57a54944cb066459fee2cc04063a77edb55
home: https://github.com/billimek/billimek-charts/tree/master/radarr
@ -666,7 +687,7 @@ entries:
version: 2.0.9
- apiVersion: v1
appVersion: amd64-v0.2.0.1344-ls17
created: "2019-12-14T15:15:56.278015943Z"
created: "2019-12-17T03:38:46.556322919Z"
description: Radarr is a movie downloading client
digest: fa538c3f3de821210d59f59f8479bd03c072e1c828c574cad3319ae969cdc143
home: https://github.com/billimek/billimek-charts/tree/master/radarr
@ -687,7 +708,7 @@ entries:
version: 2.0.8
- apiVersion: v1
appVersion: amd64-v0.2.0.1344-ls17
created: "2019-12-14T15:15:59.484081147Z"
created: "2019-12-17T03:38:50.032313133Z"
description: Radarr is a movie downloading client
digest: ae45807488bf7e310702c7a2e98d103c951cef193834fcaf7227d9dfb3395210
home: https://github.com/billimek/billimek-charts/tree/master/radarr
@ -709,7 +730,7 @@ entries:
rtorrent-flood:
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:53.429857906Z"
created: "2019-12-17T03:38:43.991604867Z"
description: rtorrent and flood co-located in the same deployment
digest: 3dd663676665b6bab903dd543832b5285eb7ed076ea29431019864d4da42189e
home: https://github.com/billimek/billimek-charts/tree/master/rtorrent-flood
@ -731,7 +752,7 @@ entries:
version: 3.1.5
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:54.10328138Z"
created: "2019-12-17T03:38:44.5641303Z"
description: rtorrent and flood co-located in the same deployment
digest: 9ee672acd7cdb7bdb8b1065f49e27325f8a5f39dd5f2c1eb7aab82b1647fed7d
home: https://github.com/billimek/billimek-charts/tree/master/rtorrent-flood
@ -753,7 +774,7 @@ entries:
version: 3.1.4
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:55.730281668Z"
created: "2019-12-17T03:38:45.986107789Z"
description: rtorrent and flood co-located in the same deployment
digest: ade0eb8612ec79c6fcf627b8b97c32b39c0262d1976f12b0f056593442e1772c
home: https://github.com/billimek/billimek-charts/tree/master/rtorrent-flood
@ -775,7 +796,7 @@ entries:
version: 3.1.3
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:56.109868216Z"
created: "2019-12-17T03:38:46.383563477Z"
description: rtorrent and flood co-located in the same deployment
digest: 5eca3b87ced55400e3224db30e371c33a9f99dbbfed1dd1d378124cb84e17802
home: https://github.com/billimek/billimek-charts/tree/master/rtorrent-flood
@ -797,7 +818,7 @@ entries:
version: 3.1.2
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:56.666116131Z"
created: "2019-12-17T03:38:46.964390864Z"
description: rtorrent and flood co-located in the same deployment
digest: 6e6a7ec4b393958e91c45b88844953df2e0bec8bdcacf895e9020fcab582561f
home: https://github.com/billimek/billimek-charts/tree/master/rtorrent-flood
@ -819,7 +840,7 @@ entries:
version: 3.1.1
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:59.280608256Z"
created: "2019-12-17T03:38:49.80073696Z"
description: rtorrent and flood co-located in the same deployment
digest: 723279521644be2a8653cf70955c5b040301614a2a0ce65c8de059b199558f5f
home: https://github.com/billimek/billimek-charts/tree/master/rtorrent-flood
@ -843,7 +864,7 @@ entries:
ser2sock:
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:53.248555478Z"
created: "2019-12-17T03:38:43.7630994Z"
description: Serial to Socket Redirector
digest: 02ae0e2066dd8bb719906e5c0b4302be34f9d604a8ef247aad987e8bf6ebacee
home: https://github.com/billimek/billimek-charts/tree/master/ser2sock
@ -863,7 +884,7 @@ entries:
sonarr:
- apiVersion: v1
appVersion: amd64-2.0.0.5321-ls62
created: "2019-12-14T15:15:50.135821368Z"
created: "2019-12-17T03:38:40.415710121Z"
description: Sonarr is a television show downloading client
digest: 2cc7f61e1a415aa0ae88ac15f3ea3b92457c6115e37f7ee45728d877a5b9a987
home: https://github.com/billimek/billimek-charts/tree/master/sonarr
@ -884,7 +905,7 @@ entries:
version: 2.0.8
- apiVersion: v1
appVersion: amd64-2.0.0.5321-ls62
created: "2019-12-14T15:15:56.480110192Z"
created: "2019-12-17T03:38:46.749688783Z"
description: Sonarr is a television show downloading client
digest: b19cc4c00dd3ebbff5cace071de5019cfbf8b2a0d8a8a6527fddfc0d24585543
home: https://github.com/billimek/billimek-charts/tree/master/sonarr
@ -905,7 +926,7 @@ entries:
version: 2.0.7
- apiVersion: v1
appVersion: amd64-2.0.0.5321-ls62
created: "2019-12-14T15:15:59.096759753Z"
created: "2019-12-17T03:38:49.573691295Z"
description: Sonarr is a television show downloading client
digest: 96d170bcd371897dc7852dad8e3b9d6801e2f45c66ebde249534c90527ed5dbb
home: https://github.com/billimek/billimek-charts/tree/master/sonarr
@ -927,7 +948,7 @@ entries:
speedtest:
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:53.867071208Z"
created: "2019-12-17T03:38:44.361279877Z"
description: periodic speedtest and save the results to InfluxDB
digest: f64da109867b168d0095cb828cde10e59f3c2a421b100d0ccc308e412815f85c
home: https://github.com/billimek/billimek-charts/tree/master/speedtest
@ -948,7 +969,7 @@ entries:
version: 1.1.9
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:55.126016456Z"
created: "2019-12-17T03:38:45.34735698Z"
description: periodic speedtest and save the results to InfluxDB
digest: f4817d4ea3bdbfb4f424a4c7dec362dbb75acd9b46816700dc3645619b780149
home: https://github.com/billimek/billimek-charts/tree/master/speedtest
@ -969,7 +990,7 @@ entries:
version: 1.1.8
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:57.697237964Z"
created: "2019-12-17T03:38:47.998354199Z"
description: periodic speedtest and save the results to InfluxDB
digest: 991a51bfe0d321a9bef9b64ff59a20e33943bb881a244abe396e3853c8129886
home: https://github.com/billimek/billimek-charts/tree/master/speedtest
@ -990,7 +1011,7 @@ entries:
version: 1.1.7
- apiVersion: v1
appVersion: 1.0.0
created: "2019-12-14T15:15:58.886786353Z"
created: "2019-12-17T03:38:49.36579801Z"
description: periodic speedtest and save the results to InfluxDB
digest: dfd1851ea6e6903fb87ca79f8e1860bbca155e779564cdb448a2cf99becfe596
home: https://github.com/billimek/billimek-charts/tree/master/speedtest
@ -1012,7 +1033,7 @@ entries:
tautulli:
- apiVersion: v1
appVersion: v2.1.39-ls32
created: "2019-12-14T15:15:49.976136173Z"
created: "2019-12-17T03:38:40.226201494Z"
description: A Python based monitoring and tracking tool for Plex Media Server.
digest: f0f8bf3730aaafac1b3c61a41b4164aa8c064ed73728f631536ecdc735d0a5e4
home: https://github.com/billimek/billimek-charts/tree/master/tautulli
@ -1032,7 +1053,7 @@ entries:
version: 1.0.2
- apiVersion: v1
appVersion: v2.1.39-ls32
created: "2019-12-14T15:15:51.306600202Z"
created: "2019-12-17T03:38:41.881708206Z"
description: A Python based monitoring and tracking tool for Plex Media Server.
digest: 1fe2171db6ffef90a9323fc7fb255f104dd04b3fc101552042f5b19042b142d2
home: https://github.com/billimek/billimek-charts/tree/master/tautulli
@ -1052,7 +1073,7 @@ entries:
version: 1.0.1
- apiVersion: v1
appVersion: v2.1.39-ls32
created: "2019-12-14T15:15:52.623129547Z"
created: "2019-12-17T03:38:43.223497074Z"
description: A Python based monitoring and tracking tool for Plex Media Server.
digest: 60d38ff77f84ea4e4df7fb6e93737ad51bd17b15765b11148f0995ec1527b4ed
home: https://github.com/billimek/billimek-charts/tree/master/tautulli
@ -1073,7 +1094,7 @@ entries:
uptimerobot:
- apiVersion: v1
appVersion: 1.1.0
created: "2019-12-14T15:15:53.630782958Z"
created: "2019-12-17T03:38:44.163029216Z"
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
digest: d3e2ee57e274be34a405c11b7d6fc20dc5a243d25b08f068d657e4a57446aa76
home: https://github.com/billimek/billimek-charts/tree/master/uptimerobot
@ -1094,7 +1115,7 @@ entries:
version: 1.1.12
- apiVersion: v1
appVersion: 1.1.0
created: "2019-12-14T15:15:57.503164891Z"
created: "2019-12-17T03:38:47.788436348Z"
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
digest: a3901c0fb18012e6828242ce13593666326322b061d84cf766352f9f62416f38
home: https://github.com/billimek/billimek-charts/tree/master/uptimerobot
@ -1115,7 +1136,7 @@ entries:
version: 1.1.10
- apiVersion: v1
appVersion: 1.1.0
created: "2019-12-14T15:15:58.714999821Z"
created: "2019-12-17T03:38:49.179481338Z"
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
digest: b1ec1e86cea8dbbc3e831811c023b1effdb7adf3cd7fcd17f8f7d77b406ee1dc
home: https://github.com/billimek/billimek-charts/tree/master/uptimerobot
@ -1134,4 +1155,4 @@ entries:
urls:
- https://github.com/billimek/billimek-charts/releases/download/uptimerobot-1.1.9/uptimerobot-1.1.9.tgz
version: 1.1.9
generated: "2019-12-14T15:15:49.180285467Z"
generated: "2019-12-17T03:38:39.291131532Z"