さくらVPSで
マストドンインスタンス建てました
建てたけど
管理者設定ができない問題にぶち当たる
@papa tootctlコマンドでadminを指定しましょう、とかそういうお話かな?
@noellabo
自分のアカウントに管理者権限つけたいのですがそれが上手くいかず........
@papa
mastodonユーザーで
cd /home/mastodon/live
でliveディレクトリに移動し、
RAILS_ENV=production bin/tootctl accounts modify papa --role=admin
という感じです。
papaを実際のユーザー名に変えてください。
@papa bin/tootctl help でヘルプでます。
そこから、
bin/tootctl accounts help
bin/tootctl accounts modify help
とサブコマンドのヘルプを辿っていくと、使い方がわかります
@noellabo
ありがとうございますm(_ _)m