将更多热门插件与 Discourse 核心打包

对于自行托管者或像我一样为客户提供托管服务的用户,这里有一个简单的 grep 命令,它将列出任何新的捆绑插件是否已存在于您的 containers/app.yml 中。

grep -E 'git clone .*(discourse-(adplugin|affiliate|ai|apple-auth|assign|calendar|chat-integration|data-explorer|gamification|github|graphviz|hcaptcha|login-with-amazon|lti|math|microsoft-auth|oauth2-basic|openid-connect|patreon|policy|post-voting|reactions|rss-polling|solved|subscriptions|templates|topic-voting|user-notes|zendesk-plugin|cakeday))' containers/app.yml

需要以 root 身份运行,它将输出在重建之前需要从 app.yml 的插件部分手动删除的任何行。

9 个赞