Mastodon

Mastodon

MastodonのLet’sEncryptの更新方法

管理者権限で入るsudo su -NGINX止めるsystemctl stop nginxSSL更新するletsencrypt certonly --standalone -d YOURDOMAIN.COMNGINX起動systemctl ...
Mastodon

Mastodon のOS (Ubuntu)の更新方法

ログイン後、Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-1039-aws x86_64)* Documentation: * Management: * Support: Get cloud...
Mastodon

Mastodon (マストドン) で1.6.1とそれ以上2.x.xでcurlを叩くと問題がでる解決方法

前回この記事でOAuth2クライアント登録とかやりましたところがMastodonのバージョンをあげたらこの実行がcurl -X POST -sS \-F “client_name=CLIENTNAME” \-F “redirect_uris...
Mastodon

Mastodon(マストドン)で他SNSとかと連携する方法

Mastodon(マストドン)で他SNSとかと連携するために必ずしなければならないこと事前準備1. OAuth2クライアント登録ターミナルから以下を実行curl -X POST -sS \-F "client_name=CLIENTNAME...
Mastodon

MastodonでDockerの不要なコンテナ・イメージを削除する方法

Dockerを使っていると不必要なコンテナやイメージが溜るので容量をオーバーしてしまうとMastodonが動かなくなるdf -hで確認dockerのバージョンも一応確認docker version停止しているコンテナをすべて削除docker...
Mastodon

マストドンの他のインスタンスの画像が表示されない場合

$ cd ~/live/$ cd public$ sudo chown -R 991.991 system
Mastodon

マストドンのアップデート方法 更新版

はじめに状況 Docker を使用 docker-compose.ymlを編集 masterの最新版ではなく最新バージョン(タグ付き最新版)にアップデート$ cd  ~/live$ git fetch$ git stash$ git tag...
Mastodon

Mastodonで管理者権限付与方法

Mastodonで管理者権限付与方法cd ~/livedocker exec -it live_web_1 /bin/sh/mastodon # (こう表示される)RAILS_ENV=production bundle exec rails...
Mastodon

Mastodonのアップデート方法

Mastodonのアップデート手順cd ~/live/git fetchgit status# HEAD detached at v1.5.1# Changes not staged for commit:# (use "git add ....