* [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>
* [filebrowser] add new filebrowser chart
Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
* [filebrowser] auto-generate docs
Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
* [filebrowser] fix default location of database
the database file should be in it's own PVC to ensure,
that people can use NFS for the files.
Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
* [filebrowser] add code suggestions
decrease initial version to 0.0.1
don't set defaults for accessMode or size for PersitentVolumeClaims
use template for ConfigMap
Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
* [filebrowse] move chart to stable
increase version to 1.0.0
re-run helm-docs
increase app-version to 2.18.0
Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
* feat(double-take): initial commit
double-take is a unified UI and API for processing and training images for facial recognition. it
can be used in conjunction with frigate and home-assistant.
* docs(metadata): link appVersion to image tag
appVersion should link to the image tag to help the user understand what version of the application
is running
* docs(readme): regenerate helm docs
* docs(readme): warn user of configuration change implications
user should be notified that the configuration file will only be copied on the first run to a PVC,
at which point the config should be managed according to the upstream docs
* docs(readme): update config template to warn user of config management
updated the config template (in the correct place this time) so that it will warn the user about
making configuration changes. this should now persist when regenerating the helm-docs.