Manage apps with hooks
Open
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.appsis an dict for easy use multiplevalue.yamlfiles 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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