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

Documentation for enabling AppAPI potentially out of date #369

Open
GVodyanov opened this issue Jan 14, 2025 · 2 comments
Open

Documentation for enabling AppAPI potentially out of date #369

GVodyanov opened this issue Jan 14, 2025 · 2 comments

Comments

@GVodyanov
Copy link

Using the

./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP HTTP" docker-install http "http://nextcloud.local" --net=master_default --set-default

Command as described in the documentation under AppAPI results in a response saying

Not enough arguments (missing: "nextcloud_url").

The command that now works is (adding the host, without the protocol):

./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP HTTP" docker-install http "nextcloud-appapi-dsp-http:2375" "http://nextcloud.local" --net=master_default --set-default --verbose

I don't really know how the AppAPI works, so this might be due to a personal misconfiguration, I just found this solution by digging in the logs, but maybe the documentation might be out of date.

@GVodyanov
Copy link
Author

Another thing to add might be that after running this command, you still have to insert the password inside the web UI

@juliusknorr
Copy link
Owner

@andrey18106 Can you help here?

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

No branches or pull requests

2 participants