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/

image.png

目录
相关文章
|
6月前
|
前端开发
SSM整合-前后台协议联调(列表功能、添加功能、添加功能状态处理、修改功能、删除功能)
SSM整合-前后台协议联调(列表功能、添加功能、添加功能状态处理、修改功能、删除功能)
81 0
|
3月前
|
监控 安全 人机交互
阿里云RPA有哪些功能?
【8月更文挑战第4天】阿里云RPA有哪些功能?
141 2
|
6月前
|
弹性计算 运维 Shell
自动化安装并配置自定义服务
【4月更文挑战第30天】
41 0
|
XML 数据格式
如何使用流程 中的 DataObject 并为流程设置租户
如何使用流程 中的 DataObject 并为流程设置租户
jira学习案例98-跨组件状态管理
jira学习案例98-跨组件状态管理
102 0
jira学习案例98-跨组件状态管理
|
XML JSON 安全
3.2 配置系统
.Net Core配置系统支持文件(Json、XML、INI)、注册表、环境变量、命令行、AZure Key Vault等。
Etherpad配置及管理功能
Etherpad配置及管理功能
316 0
Etherpad配置及管理功能
|
Java 数据库 开发者
用户模块之注册功能流程分析|学习笔记
快速学习 用户模块之注册功能流程分析
147 0
|
关系型数据库
【视频】配置信息管理 的 使用方法(四):功能节点维护
用配置信息管理来功能节点的维护的演示。  
638 0