将 n8n 简单汉化了一版,顺便启用了企业版

還能一次查看全部日記哪些功能

我是基于 casdoor 测的,没有成功

我也是casdoor,saml总提示算法不对,oidc 像是摆设配置了没反应

感谢分享

oicd 有反应基本上都报下面的错误:
{“code”:0,“message”:“invalid response encountered”,“stacktrace”:“ClientError: invalid response encountered\n at e (file:///usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/openid-client/src/index.ts:910:10)\n at errorHandler (file:///usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/openid-client/src/index.ts:937:15)\n at Object.authorizationCodeGrant (file:///usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/openid-client/src/index.ts:3299:11)\n at OidcService.loginUser (/usr/local/lib/node_modules/n8n/src/sso.ee/oidc/oidc.service.ee.ts:98:31)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at OidcController.callbackHandler (/usr/local/lib/node_modules/n8n/src/sso.ee/oidc/routes/oidc.controller.ee.ts:56:16)\n at handler (/usr/local/lib/node_modules/n8n/src/controller.registry.ts:76:12)\n at /usr/local/lib/node_modules/n8n/src/response-helper.ts:157:17”}

OIDC 功能自身有一个bug,修复了一下佬可以重新拉一下镜像试试,casdoor 的 oidc 测试没有问题了

感谢,我试试

谢谢大佬分享

谢谢分享,准备体验一波。

奇怪,部署后访问,要反代域名吗:

Your n8n server is configured to use a secure cookie,

however you are either visiting this via an insecure URL, or using Safari.

To fix this, please consider the following options:

  • Setup TLS/HTTPS (recommended), or
  • If you are running this locally, and not using Safari, try using localhost instead
  • If you prefer to disable this security feature (not recommended), set the environment variable N8N_SECURE_COOKIE to false

感谢大佬分享

这个真不错

感谢分享

这是 n8n 自身的安全设置,如果需要跨机访问是推荐用反代配 ssl 的,也可以启动的时候设置环境变量: N8N_SECURE_COOKIE to false

谢谢大佬
docker volume create n8n_data

docker run -it --name n8n -p 5678:5678 -e N8N_RELEASE_TYPE=stable -e N8N_DIAGNOSTICS_ENABLED=false -e N8N_VERSION_NOTIFICATIONS_ENABLED=false -e N8N_HIDE_USAGE_PAGE=true -e N8N_LICENSE_AUTO_RENEW_ENABLED=false -e N8N_RUNNERS_ENABLED=true -e NODE_ENV=development -e N8N_DEFAULT_LOCALE=zh-CN -e N8N_ENTERPRISE_MOCK=true -e N8N_SECURE_COOKIE=false -v n8n_data:/home/node/.n8n ghcr.io/deluxebear/n8n:chs

感谢佬,跟上步伐

mark一下。

感谢分享,用起来了

感谢分享


这玩意咋打开,n8n能用Gemini API吗