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

Support for subdirectories #30

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

yacchin1205
Copy link
Contributor

To integrate ep_weave into OperationHub, modify it to work under the subdirectory /services/xyz.

  • ep_weave.basePath is added to settings. If you specify something like /services/ep_weave here, it will adjust the endpoint URL to be under that directory.
  • Path names in the code have been modified to allow for subdirectories.
  • Base image can be changed by buildarg. As of 2024-09-03, etherpad/etherpad:2 does not support subdirectories, so you must specify etherpad/etherpad:develop.
  • The error was caused by jquery not being found, so we added it in the form of loading it from CDN.(Temporary solution)

@yacchin1205 yacchin1205 merged commit 072ff8f into NII-cloud-operation:main Sep 3, 2024
1 of 3 checks passed
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.

1 participant