forked from github-mirrorer/rtomik-helm-charts
Compare commits
2 Commits
qbittorren
...
donetick-r
| Author | SHA1 | Date | |
|---|---|---|---|
|
600b8b5d3b
|
|||
| cf9632473d |
@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: donetick
|
name: donetick
|
||||||
description: Donetick helm chart for Kubernetes
|
description: Donetick helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
appVersion: "v0.1.38"
|
appVersion: "v0.1.53"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Richard Tomik
|
- name: Richard Tomik
|
||||||
email: no@m.com
|
email: no@m.com
|
||||||
@ -13,4 +13,4 @@ keywords:
|
|||||||
- donetick
|
- donetick
|
||||||
home: https://github.com/rtomik/helm-charts
|
home: https://github.com/rtomik/helm-charts
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/donetick/donetick
|
- https://github.com/donetick/donetick
|
||||||
|
|||||||
@ -6,6 +6,10 @@ A Helm chart for deploying the Donetick task management application on Kubernete
|
|||||||
|
|
||||||
This chart deploys [Donetick](https://github.com/donetick/donetick) on a Kubernetes cluster using the Helm package manager.
|
This chart deploys [Donetick](https://github.com/donetick/donetick) on a Kubernetes cluster using the Helm package manager.
|
||||||
|
|
||||||
|
Source code can be found here:
|
||||||
|
- https://github.com/rtomik/helm-charts/tree/main/charts/donetick
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Kubernetes 1.19+
|
- Kubernetes 1.19+
|
||||||
|
|||||||
@ -74,4 +74,5 @@ data:
|
|||||||
token_url: {{ .Values.config.oauth2.token_url | default "" | quote }}
|
token_url: {{ .Values.config.oauth2.token_url | default "" | quote }}
|
||||||
user_info_url: {{ .Values.config.oauth2.user_info_url | default "" | quote }}
|
user_info_url: {{ .Values.config.oauth2.user_info_url | default "" | quote }}
|
||||||
redirect_url: {{ .Values.config.oauth2.redirect_url | default "" | quote }}
|
redirect_url: {{ .Values.config.oauth2.redirect_url | default "" | quote }}
|
||||||
name: {{ .Values.config.oauth2.name | default "" | quote }}
|
name: {{ .Values.config.oauth2.name | default "" | quote }}
|
||||||
|
realtime: {{ .Values.config.realtime | toYaml | nindent 6 }}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ fullnameOverride: ""
|
|||||||
## Image settings
|
## Image settings
|
||||||
image:
|
image:
|
||||||
repository: donetick/donetick
|
repository: donetick/donetick
|
||||||
tag: "v0.1.38"
|
tag: "v0.1.53"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Deployment settings
|
## Deployment settings
|
||||||
@ -207,4 +207,20 @@ config:
|
|||||||
token_url: ""
|
token_url: ""
|
||||||
user_info_url: ""
|
user_info_url: ""
|
||||||
redirect_url: ""
|
redirect_url: ""
|
||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
|
# Real-time configuration
|
||||||
|
realtime:
|
||||||
|
enabled: true
|
||||||
|
sse_enabled: true
|
||||||
|
heartbeat_interval: 60s
|
||||||
|
connection_timeout: 120s
|
||||||
|
max_connections: 1000
|
||||||
|
max_connections_per_user: 5
|
||||||
|
event_queue_size: 2048
|
||||||
|
cleanup_interval: 2m
|
||||||
|
stale_threshold: 5m
|
||||||
|
enable_compression: true
|
||||||
|
enable_stats: true
|
||||||
|
allowed_origins:
|
||||||
|
- "*"
|
||||||
|
|||||||
@ -6,6 +6,9 @@ A Helm chart for deploying [Jellyseerr](https://github.com/fallenbagel/jellyseer
|
|||||||
|
|
||||||
This chart deploys Jellyseerr on a Kubernetes cluster using the Helm package manager. Jellyseerr is a fork of Overseerr for Jellyfin support.
|
This chart deploys Jellyseerr on a Kubernetes cluster using the Helm package manager. Jellyseerr is a fork of Overseerr for Jellyfin support.
|
||||||
|
|
||||||
|
Source code can be found here:
|
||||||
|
- https://github.com/rtomik/helm-charts/tree/main/charts/jellyseerr
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Kubernetes 1.19+
|
- Kubernetes 1.19+
|
||||||
|
|||||||
@ -6,6 +6,9 @@ A Helm chart for deploying qBittorrent with a Gluetun VPN sidecar container on K
|
|||||||
|
|
||||||
This chart deploys [qBittorrent](https://www.qbittorrent.org/) alongside [Gluetun](https://github.com/qdm12/gluetun), a VPN client/tunnel in a container, to ensure all BitTorrent traffic is routed through the VPN. The chart supports all major VPN providers and protocols through Gluetun's comprehensive compatibility.
|
This chart deploys [qBittorrent](https://www.qbittorrent.org/) alongside [Gluetun](https://github.com/qdm12/gluetun), a VPN client/tunnel in a container, to ensure all BitTorrent traffic is routed through the VPN. The chart supports all major VPN providers and protocols through Gluetun's comprehensive compatibility.
|
||||||
|
|
||||||
|
Source code can be found here:
|
||||||
|
- https://github.com/rtomik/helm-charts/tree/main/charts/qbittorrent-vpn
|
||||||
|
|
||||||
Note: Currently only tested with NordVPN an OpenVPN configuration.
|
Note: Currently only tested with NordVPN an OpenVPN configuration.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|||||||
@ -8,6 +8,9 @@ A Helm chart for deploying [Recipya](https://github.com/reaper47/recipya) on Kub
|
|||||||
|
|
||||||
This chart deploys Recipya recipe manager on a Kubernetes cluster using the Helm package manager.
|
This chart deploys Recipya recipe manager on a Kubernetes cluster using the Helm package manager.
|
||||||
|
|
||||||
|
Source code can be found here:
|
||||||
|
- https://github.com/rtomik/helm-charts/tree/main/charts/recipya
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Kubernetes 1.19+
|
- Kubernetes 1.19+
|
||||||
|
|||||||
Reference in New Issue
Block a user