* New chart for Webtrees - Opensource genealogy application
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* New chart for Webtrees - Opensource genealogy application
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* New chart for Webtrees - Opensource genealogy application
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* New chart for Webtrees - Opensource genealogy application
fix lint issues
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* use container image direct from the source
It's possible that when this chart was first built, container images (or multi-arch images) were not available - but they are now. See https://github.com/0xERR0R/blocky/pkgs/container/blocky for images that include amd64, arm64, arm/v6, and arm/v7.
* bump Chart.yml version
* README updates
* add a CHANGELOG note
Co-authored-by: Harald Koch <chk@anemone.chk.cfrq.net>
* cryptpad: add default podSecurityContext
As per 72dd7030c1/Dockerfile-nginx (L25), the docker image for Cryptpad will spawn the cryptpad process with a non-root user: 72dd7030c1/supervisord.conf (L26)
Such unprivileged user will not be able to write in persistence volumes, which are mounted as root. To work around this, we set the fsGroup in accordance with what supervisord already does inside the image.
* cryptpad: bump chart version
* [double-take] Make detectors and notifiers optional
The default values file includes the `compreface` detector which should
be optional. There is no way to omit it.
Each detector and notifier (gotify) now contains an `enabled` field
which must be set to true to add that detector to the config, otherwise
it will be omitted.
Implements: #1314
* [tdarr] Add ffmpegPath environment override
This change adds and environment override for ffmpegPath. If unset, the
tdarr node container will use the default binary that ships with tdarr.
Using `""` may cause detection issues with hardware passthrough (i915),
but will remain backwards compatible with the container default.
Signed-off-by: Nathan Pawelek <npawelek@users.noreply.github.com>
* [uptime-kuma] Add new chart to deploy uptime-kuma monitoring tool.
* [uptime-kuma] Add README
* [uptime-kuma] Add hardcoded UPTIME_KUMA_PORT environment variable & remove 'v' from image tag.
* [uptime-kuma] Update chart version to 1.0.0 & include environment variable documentation in README.
* [uptime-kuma] Move chart from incubator to stable.
* [uptime-kuma] Add space after # & in front of commented out environment variables.
* [uptime-kuma] Update chart docs and revert version 1.0.1 -> 1.0.0
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>