Jesse Hitch
Jesse Hitch
Hi friends! In [Neovim](https://neovim.io/), I use [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) for my language servers. In particular, I use [yamlls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#yamlls) as my YAML language server for validating YAML against JSON schemas (more info [here](https://github.com/redhat-developer/yaml-language-server))....
## Describe the solution you'd like I'd like to propose we please add support for [OpenBao](https://openbao.org/) as a `spec.provider`. ## Anything else you would like to add OpenBao, a fork...
Adds missing S3 related environment variables. Fixes #2270 Per the [docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3) here's the missing supported S3 parameters: - `concurrency` defaults to 5 [Note: This defines the maximum number of concurrent...
Hi nextcloud/docker friends! There's a few env vars that would be nice to set via the docker image. Per the [docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3) here's the missing env vars: - `concurrency` defaults to...
## Description of the change We should support configuring the database port for external databases. When I looked further, it doesn't look like port is included here in `values.yaml`: https://github.com/nextcloud/helm/blob/0565cdba9843040bc7e2641b8ac6955d2feba9ae/charts/nextcloud/values.yaml#L354-L382...
## Description of the change We should add a test for setting extra Nextcloud values via `nextcloud.configs`. We should set something via an inline php file using the helm parameter,...
This sets the `--generate-release-notes` flag for the chart releaser `cr` command, which according to the [help](https://github.com/helm/chart-releaser?tab=readme-ov-file#create-github-releases-from-helm-chart-packages) is: > Whether to automatically generate the name and body for this release. See...
This sets the `--generate-release-notes` flag for the chart releaser `cr` command, which according to the [help](https://github.com/helm/chart-releaser?tab=readme-ov-file#create-github-releases-from-helm-chart-packages) is: > Whether to automatically generate the name and body for this release. See...
## Description of the change Since [Redis Cluster is supported upstream](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#redis-cluster) we should also support it in this chart and do as much templated configuration as possible. We should start...
Thanks for working on elk! I use it everyday! :) Quick question: I can't find how to find logs anywhere in the documentation. Where are they and how can I...