-
Notifications
You must be signed in to change notification settings - Fork 93
chore: simplify dsp setup #386
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -14,7 +14,7 @@ docker compose up -d appapi-dsp | |||||||||
|
|
||||||||||
| After the DSP container is running, configure the Deploy daemon in AppAPI admin settings with the following parameters: | ||||||||||
|
|
||||||||||
| - **Host**: `http://nextcloud-appapi-dsp-http:2375` | ||||||||||
| - **Host**: `http://appapi-dsp:2375` | ||||||||||
| - **Nextcloud URL**: `http://nextcloud.local` (locally always use http) | ||||||||||
| - **Enable https**: `false` | ||||||||||
| - **Network**: `master_default` (the network of nextcloud-docker-dev docker-compose, by default it is `master_default`) | ||||||||||
|
|
@@ -23,7 +23,7 @@ After the DSP container is running, configure the Deploy daemon in AppAPI admin | |||||||||
| or via OCC CLI: | ||||||||||
|
|
||||||||||
| ```bash | ||||||||||
| ./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP HTTP" docker-install http "nextcloud-appapi-dsp-http" "http://nextcloud.local" --net=master_default --set-default | ||||||||||
| ./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP" docker-install http "appapi-dsp:2375" "https://nextcloud.local" --set-default --haproxy_password some_secure_password --net nextcloud_default | ||||||||||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The docs are not fully up to date yet, juts pasted my command here to keep track of it. Also this should be this one as there is no compose project name set by default:
Suggested change
|
||||||||||
| ./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP" docker-install http "appapi-dsp:2375" "https://nextcloud.local" --set-default --haproxy_password some_secure_password --net nextcloud_default | |
| ./scripts/occ.sh nextcloud -- app_api:daemon:register dsp_http "DSP" docker-install http "appapi-dsp:2375" "http://nextcloud.local" --set-default --haproxy_password some_secure_password --net nextcloud_default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The container name can probably also be dropped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be useful for easy
docker inspectsometimes but yeah not really required