Skip to content

Add post deployment note in readme#849

Open
AlbaCI wants to merge 2 commits intonextcloud:mainfrom
AlbaCI:add-post-deployment-note-in-readme
Open

Add post deployment note in readme#849
AlbaCI wants to merge 2 commits intonextcloud:mainfrom
AlbaCI:add-post-deployment-note-in-readme

Conversation

@AlbaCI
Copy link
Copy Markdown

@AlbaCI AlbaCI commented Apr 17, 2026

Updated charts/nextcloud > README.md as follows:

  1. Added reference to section Running occ commands in table configuration > description for parameter nextcloud.trustedDomains.
  2. Added subsection ###Changing Parameters After Deployment including explanation and example for nextcloud.trustedDomains.
  3. Added subsection ###Changing Parameters After Deployment to section Running occ commands.

Closes issue #640

AlbaCI added 2 commits April 17, 2026 12:01
Added reference to section Running occ commands in table configuration > description for parameter nextcloud.trustedDomains.

Added subsection ###Changing Parameters After Deployment including explanation and example for nextcloud.trustedDomains.

Added subsection ###Changing Parameters After Deployment to section Running occ commands.

Signed-off-by: Alba Catalan <alba.catalan.iserte@gmx.de>
Signed-off-by: Alba Catalan <alba.catalan.iserte@gmx.de>
```bash
# Add a new trusted domain after deployment
kubectl exec -it <your-nextcloud-pod> -- /bin/sh -c "php occ config:system:set trusted_domains 2 --value=nextcloud.mydomain2.com"
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or add a own custom config file ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants