
Deploy BoxyHQ Jackson (SAML to OAuht) - No Database on Your Own Server
This will create a BoxyHQ Jackson only. You will need to create and configure the database information manually. Intended for advanced users.
想更快部署 BoxyHQ Jackson (SAML to OAuht) - No Database到服务器?试试 Senate,一条命令完成部署,自动配置 HTTPS 和监控。
什么是 BoxyHQ Jackson (SAML to OAuht) - No Database?
Reduce Time to Market without sacrificing your security posture! BoxyHQ’s suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster. SAML Jackson can be used with any web application to integrate the Single Sign-On (SSO) authentication. NOTE: If you turn it to HTTPS, then dont forget change variables from 'http://${app_name}.${root_domain}' to 'https://${app_name}.${root_domain}' Note: This app is intended for advanced users who'd like to have a central DB in a single container for BoxyHQ Jackson. You should start by configuring your DB at you self, you can it do before or after you installed the BoxyHQ Jackson.
自托管 BoxyHQ Jackson (SAML to OAuht) - No Database
按照以下步骤在您的服务器上部署。
安装 Docker
如果服务器上已安装 Docker,可跳过此步骤。
curl -fsSL https://get.docker.com | sh
配置
自定义以下设置。大多数情况下使用默认值即可。
General
部署
复制配置并在服务器上运行。
services:
boxy_hq_only:
image: boxyhq/jackson:1.13.0
environment:
ADMIN_PORTAL_SSO_PRODUCT: _jackson_admin_portal
ADMIN_PORTAL_SSO_TENANT: _jackson_boxyhq
BOXYHQ_LICENSE_KEY: ""
CLIENT_SECRET_VERIFIER: 78967f07e63a56f37fc3800afad0bde19b54518b7cf307665818afb04a5b40ad
DB_CLEANUP_LIMIT: "1000"
DB_ENCRYPTION_KEY: ""
DB_ENGINE: sql
DB_PAGE_LIMIT: "50"
DB_TTL: "300"
DB_TYPE: postgres
DB_URL: postgres://postgres_user:postgres_password@localhost:5432/postgres_db
EXTERNAL_URL: ${app_name}.${root_domain}
IDP_ENABLED: "true"
JACKSON_API_KEYS: 64f22a5d5842042e0c66d9bf50ef0d0306ee3f788266852766794edc89822914
NEXTAUTH_ACL: tonystark@gmail.com,*@marvel.com
NEXTAUTH_ADMIN_CREDENTIALS: ""
NEXTAUTH_SECRET: 233cf0bb45341ebb6d77fa60f2796ce12fd8d88ae1396f96bb546b4c616423c1
NEXTAUTH_URL: ${app_name}.${root_domain}
NEXT_TELEMETRY_DISABLED: "1"
OPENID_JWS_ALG: RS256
OPENID_RSA_PRIVATE_KEY: ""
OPENID_RSA_PUBLIC_KEY: ""
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: ""
OTEL_EXPORTER_OTLP_METRICS_HEADERS: ""
PRE_LOADED_CONNECTION: ""
PRIVATE_KEY: ""
PUBLIC_KEY: ""
RETRACED_ADMIN_ROOT_TOKEN: ""
RETRACED_EXTERNAL_URL: ""
RETRACED_HOST_URL: ""
SAML_AUDIENCE: ${app_name}.${root_domain}
SMTP_FROM: noreply@example.com
SMTP_HOST: smtp.example.com
SMTP_PASSWORD: ""
SMTP_PORT: "587"
SMTP_USER: info@example.com
TERMINUS_ADMIN_ROOT_TOKEN: ""
TERMINUS_PROXY_HOST_URL: ""
WEBHOOK_SECRET: ""
WEBHOOK_URL: ""
node_options: --max-http-header-size=81920 --dns-result-order=ipv4first
然后运行:
docker compose up -d
访问
启动后,访问您的应用: http://localhost:5225
为什么要自托管 BoxyHQ Jackson (SAML to OAuht) - No Database?
完全数据所有权
数据保存在您的服务器上,无第三方访问。
无月费
只需支付服务器费用,无按席位或用量收费。
完全控制
按您的需求自定义、备份和扩展。
隐私与合规
满足 GDPR、HIPAA 或内部安全要求。
技术细节
Docker 镜像
boxyhq/jackson:${boxyhq_jackson_version}想更快部署?
尝试 Senate!Senate 帮您处理 Docker、HTTPS、更新和监控。一条命令部署 300+ 应用。
在任意 Linux 服务器上安装:
sh -c "$(curl -sSL https://get.senate.sh)"