如何在Sandstorm上安装Etherpad Lite插件?

时间:2016-12-12 03:04:00

标签: node.js etherpad sandstorm.io

我们正在运行Sandstorm服务器,我们通过Sandstorm App Market安装了Etherpad

现在我们要安装插件以插入图像,但the wiki page仅介绍独立Etherpad服务器上的步骤。在Sandstorm版本上,我找不到管理页面或者npm的etherpad-lite目录。

Etherpad Lite's github readme表示可以安装插件。有谁知道这样做的步骤?

谢谢!

1 个答案:

答案 0 :(得分:1)

不幸的是,目前在Sandstorm上向Etherpad添加插件的唯一方法是从源代码构建Sandstorm软件包。这是Sandstorm包装的回购:

https://github.com/kentonv/etherpad-lite

原因在于Sandstorm的打包和安全模型要求应用程序基本上不可变。在未来,我们希望扩展Sandstorm以支持"附加软件包"的概念,在这种情况下,Etherpad插件可以作为附加软件包引入,但目前没有时间表。

如果你想添加的插件有意义推送给所有Etherpad-on-Sandstorm用户,那么请随意在我上面链接的github repo上提出问题,要求我添加它们。使用添加的插件推送新软件包非常容易。