ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
webapp:etherpad

Etherpad

Install

Debian buster amd64

nodejsが導入されていない場合は導入する

$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$ sudo apt install -y nodejs

cloneして起動

$ git clone --branch master https://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/run.sh

portを開ける

$ sudo iptables -A INPUT -p tcp -m state --state NEW,RELATED,ESTABLISHED --dport 9001 -j ACCEPT

設定

password

  "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": "changeme1",
      "is_admin": true
    },

警告メッセージを抑制

  "suppressErrorsInPadText": true,

コメント

コメントを入力. Wiki文法が有効です:
   _  __   ___    __ __   ____   ___ 
  / |/ /  / _ )  / //_/  / __/  / _ \
 /    /  / _  | / ,<    _\ \   / , _/
/_/|_/  /____/ /_/|_|  /___/  /_/|_|
 
webapp/etherpad.txt · 最終更新: 2020/05/22 20:34 by matoken