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

(feat): Allow any docker network for HTTPS(remote) install type #482

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

oleksandr-nc
Copy link
Contributor

@oleksandr-nc oleksandr-nc commented Jan 3, 2025

This PR adds support for ExApp installations when the protocol type is https and the network daemon type is not equal to host value.

Additionally, deployment tests have been modified to include more information to help detect problems faster.

Required for applications like ContextChat or Flow that contain a PgSQL database that used default port that may conflict with each other without network isolation.

Note: this PR does not include a modification of the interface part where these restrictions will be removed. This should be presented in a separate PR, you can check it through console commands by creating a daemon or by editing the value in the DB manually.

@oleksandr-nc oleksandr-nc requested a review from kyteinsky January 3, 2025 12:55
@oleksandr-nc oleksandr-nc force-pushed the feat/exapp-host-network-rework branch 2 times, most recently from 0425a55 to d2829ae Compare January 3, 2025 13:23
@oleksandr-nc oleksandr-nc removed the request for review from kyteinsky January 3, 2025 14:16
@oleksandr-nc oleksandr-nc force-pushed the feat/exapp-host-network-rework branch 8 times, most recently from 49af885 to 74cb1ed Compare January 3, 2025 16:50
@oleksandr-nc oleksandr-nc marked this pull request as ready for review January 3, 2025 17:04
@oleksandr-nc oleksandr-nc force-pushed the feat/exapp-host-network-rework branch from c6a0748 to 8b22a61 Compare January 7, 2025 12:38
oleksandr-nc and others added 3 commits January 7, 2025 16:35
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
@andrey18106 andrey18106 force-pushed the feat/exapp-host-network-rework branch from f82e8df to 60f7752 Compare January 7, 2025 14:36
@andrey18106
Copy link
Collaborator

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@andrey18106 andrey18106 enabled auto-merge (squash) January 7, 2025 15:10
@oleksandr-nc oleksandr-nc disabled auto-merge January 7, 2025 15:29
@oleksandr-nc oleksandr-nc merged commit 1e436e4 into main Jan 7, 2025
27 of 31 checks passed
@oleksandr-nc oleksandr-nc deleted the feat/exapp-host-network-rework branch January 7, 2025 15:29
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.

4 participants