nextcloud / nextcloud/helm

Manage apps with hooks

Open
#466 10 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go Template
Stars
534
Forks
314
Avg merge
42m
Merged PRs (30d)
1

Description

i like to add a easy mechanis to setup and configure appplication.

so i see the following new options in values.yaml:

nextcloud:
  appManagement:
    # -- if app not listed under apps it will be disabled
    autoDisable: true
    # -- if app not listed under apps it will be uninstalled
    autoRemove: true
    apps:
       deck:
         enabled: true
       drawio:
          enabled: true
          config:
            DrawioUrl: "https://embed.diagrams.net"
            DrawioOffline: "yes"

Therefore

  • i will use the occ command with an initContainer for enable and check there installation
  • nextcloud.appManagement.apps is an dict for easy use multiple value.yaml files and merge them
  • config of applications are stored in an kubernetes-secret because they could containe sensitiv informations

Does you like to merge such code? Do you like to change something in the outside behaviour ?


ping @jessebot and #272

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the proposed values.yaml structure and the related discussion in issue #272; then inspect how the chart currently uses occ commands and initContainers. The issue's proposed behavior includes enabling, disabling, uninstalling, and configuring apps through Kubernetes Secrets, so done would require an agreed design and corresponding chart behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.