-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: use pia lib version 4.1.2 * fix: remote module name and use PortalMessageService
- Loading branch information
Showing
27 changed files
with
326 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Create new build | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
uses: onecx/ci-common/.github/workflows/create-new-build.yml@v1 | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
FROM harbor.1000kit.org/1000kit/spa-base:v1 | ||
FROM ghcr.io/onecx/docker-spa-base:1.3.0 | ||
|
||
# Copy locations config | ||
# Copy nginx configuration | ||
COPY nginx/locations.conf $DIR_LOCATION/locations.conf | ||
# Copy application build | ||
COPY dist/onecx-workspace-ui/ $DIR_HTML | ||
|
||
#Optional extend list of application environments | ||
# Optional extend list of application environments | ||
#ENV CONFIG_ENV_LIST BFF_URL,APP_BASE_HREF | ||
|
||
# Application environments default values | ||
ENV BFF_URL http://onecx-workspace-management-bff:8080/ | ||
ENV BFF_URL http://onecx-workspace-bff:8080/ | ||
ENV APP_BASE_HREF / | ||
|
||
RUN chmod 775 -R $DIR_HTML/assets | ||
RUN chmod 775 -R "$DIR_HTML"/assets | ||
USER 1001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# onecx-workspace-ui | ||
OneCx workspace UI | ||
|
||
OneCX Workspace UI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.