Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix the ocis init config path in the docs #691

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

SwikritiT
Copy link
Contributor

Part of: owncloud/ocis#7940

While testing the docs for the docker container following command responds

docker run --rm -it \
    --mount type=bind,source=$PWD/ocis/ocis-config,target=/etc/ocis \
    owncloud/ocis init
Do you want to configure Infinite Scale with certificate checking disabled?
 This is not recommended for public instances! [yes | no = default] 

=========================================
 generated OCIS Config
=========================================
 configpath : /etc/ocis/ocis.yaml
 user       : admin
 password   : <some-value>

The config path is /etc/ocis/ocis.yaml and not /etc/ocis/ocis-config/ocis.yaml . I don't know if this is an expected path or not but the command responds as such and the setup also works.

This PR fixes the configpath

Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
@SwikritiT SwikritiT self-assigned this Dec 27, 2023
@SwikritiT SwikritiT added the documentation Improvements or additions to documentation label Dec 27, 2023
Copy link
Member

@saw-jan saw-jan left a comment

Choose a reason for hiding this comment

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

👍

@SwikritiT SwikritiT mentioned this pull request Dec 27, 2023
71 tasks
@saw-jan saw-jan merged commit fa2dc58 into master Dec 28, 2023
1 check passed
@delete-merged-branch delete-merged-branch bot deleted the docs/fix-ocis-docker-container-docs branch December 28, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants