Etherpad配置及管理功能

简介: Etherpad配置及管理功能
  • 配置文件

编译settings.json

  • 配置端口

"port": 9001,

  • 配置用户

搜索users,找到如下代码,去掉注释:

  "users": {
    "admin": {
      // 1) "password" can be replaced with "hash" if you install ep_hash_auth
      // 2) please note that if password is null, the user will not be created
      "password": "123456",
      "is_admin": true
    },
    "test": {
      // 1) "password" can be replaced with "hash" if you install ep_hash_auth
      // 2) please note that if password is null, the user will not be created
      "password": "123456",
      "is_admin": false
    }
  },
  • 重启服务器
# 省事
killall node
bin/run.sh
  • 测试管理员功能

http://127.0.0.1:9001/admin/

1.png

目录
相关文章
|
6月前
|
Web App开发 容灾 安全
非功能关键知识总结
【2月更文挑战第4天】非功能关键知识总结
275 2
|
6月前
|
前端开发
SSM整合-前后台协议联调(列表功能、添加功能、添加功能状态处理、修改功能、删除功能)
SSM整合-前后台协议联调(列表功能、添加功能、添加功能状态处理、修改功能、删除功能)
81 0
|
3月前
|
监控 安全 人机交互
阿里云RPA有哪些功能?
【8月更文挑战第4天】阿里云RPA有哪些功能?
141 2
|
6月前
|
弹性计算 运维 Shell
自动化安装并配置自定义服务
【4月更文挑战第30天】
41 0
|
6月前
|
C++
BugProfiler功能使用介绍
BugProfiler功能使用介绍
49 0
|
11月前
楼中楼回复评论功能的实现
@(真棒)装就完事了. 今天给写的评论系统增加了楼中楼功能,众所周知,楼中楼评论实现是有困难的,我的确也踩进了很多坑。 这里跟大家讲述我是如何实现的.
151 0
|
XML 数据格式
如何使用流程 中的 DataObject 并为流程设置租户
如何使用流程 中的 DataObject 并为流程设置租户
Etherpad配置及管理功能
Etherpad配置及管理功能
304 0
Etherpad配置及管理功能
|
XML JSON 安全
3.2 配置系统
.Net Core配置系统支持文件(Json、XML、INI)、注册表、环境变量、命令行、AZure Key Vault等。
|
关系型数据库