Skip to content

Commit

Permalink
"@builder6/server": "^0.7.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 20, 2024
1 parent c0ebfbf commit f827efa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ STEEDOS_PUBLIC_PAGE_ASSETURLS=
# 允许跨域访问
# STEEDOS_AUTH_COOKIES_USE_SAMESITE=None

B6_OIDC_ENABLED=1
B6_OIDC_ENABLED=true
B6_OIDC_ISSUER=https://id.steedos.cn/realms/master
B6_OIDC_CLIENT_ID=steedos-oidc-public
B6_OIDC_CLIENT_SECRET=none
B6_OIDC_NAME=Steedos ID
B6_OIDC_LABEL=Steedos ID
B6_OIDC_LABEL=Steedos ID
B6_OIDC_ICON=https://www.steedos.com/favicon.png
2 changes: 1 addition & 1 deletion deploy/enterprise/app/builder6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"license": "MIT",
"private": true,
"dependencies": {
"@builder6/server": "^0.7.4"
"@builder6/server": "^0.7.8"
}
}
18 changes: 9 additions & 9 deletions deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ services:
- NPM_CACHE_PACKAGE_CONTENT=true
- NPM_REGISTRY_URL=https://registry.npmmirror.com
- STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/liveblocks@6.3.11-beta.20
- B6_SERVER_VERSION=^0.7.3
- B6_SERVER_VERSION=^0.7.7
- B6_PLUGIN_PACKAGES=@builder6/node-red@^0.7.2,lodash
- B6_PLUGIN_SERVICES=@builder6/node-red
- B6_PLUGIN_MODULES=@builder6/node-red
- STEEDOS_IDENTITY_OIDC_ENABLED=true
- STEEDOS_IDENTITY_OIDC_ISSUER=https://id.steedos.cn/realms/master
- STEEDOS_IDENTITY_OIDC_CONFIG_URL=https://id.steedos.cn/realms/master/.well-known/openid-configuration
- STEEDOS_IDENTITY_OIDC_CLIENT_ID=steedos-oidc-public
- STEEDOS_IDENTITY_OIDC_CLIENT_SECRET=none
- STEEDOS_IDENTITY_OIDC_NAME=Steedos ID
- STEEDOS_IDENTITY_OIDC_LABEL=Steedos ID
- STEEDOS_IDENTITY_OIDC_URL=/api/v6/oidc/default/login
- B6_OIDC_ENABLED=true
- B6_OIDC_ISSUER=https://id.steedos.cn/realms/master
- B6_OIDC_CLIENT_ID=steedos-oidc-public
- B6_OIDC_CLIENT_SECRET=none
- B6_OIDC_NAME=Steedos ID
- B6_OIDC_LABEL=Steedos ID
- B6_OIDC_ICON=https://www.steedos.com/favicon.png

tty: true
volumes:
- "./steedos-storage:/steedos-storage"
Expand Down

0 comments on commit f827efa

Please sign in to comment.