MastodonMastodonのLet’sEncryptの更新方法 管理者権限で入る sudo su - NGINX止める systemctl stop nginx SSL更新する letsencrypt certonly --standalone -d YOURDOMAIN.COM NGINX起動 ... 2018.11.10MastodonServer
MastodonMastodon のOS (Ubuntu)の更新方法 ログイン後、 Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-1039-aws x86_64) * Documentation: * Management: * Support: G... 2017.11.26MastodonServer
MastodonMastodon (マストドン) で1.6.1とそれ以上2.x.xでcurlを叩くと問題がでる解決方法 前回この記事でOAuth2クライアント登録とかやりました ところがMastodonのバージョンをあげたら この実行が curl -X POST -sS \ -F “client_name=CLIENTNAME” \ -F “red... 2017.10.19MastodonServer
MastodonMastodon(マストドン)で他SNSとかと連携する方法 Mastodon(マストドン)で他SNSとかと連携するために必ずしなければならないこと 事前準備 1. OAuth2クライアント登録 ターミナルから以下を実行 curl -X POST -sS \ -F "client_name=... 2017.10.09MastodonServer
MastodonMastodonでDockerの不要なコンテナ・イメージを削除する方法 Dockerを使っていると不必要なコンテナやイメージが溜るので容量をオーバーしてしまうとMastodonが動かなくなる df -h で確認 dockerのバージョンも一応確認 docker version 停止しているコンテナをすべて削... 2017.09.26MastodonServer
Mastodonマストドンの他のインスタンスの画像が表示されない場合 $ cd ~/live/ $ cd public $ sudo chown -R 991.991 system 2017.09.18MastodonServer
Mastodonマストドンのアップデート方法 更新版 はじめに 状況 Docker を使用 docker-compose.ymlを編集 masterの最新版ではなく最新バージョン(タグ付き最新版)にアップデート $ cd ~/live $ git fetch $ git ... 2017.09.18MastodonServer
MastodonMastodonで管理者権限付与方法 Mastodonで管理者権限付与方法 cd ~/live docker exec -it live_web_1 /bin/sh /mastodon # (こう表示される) RAILS_ENV=production bundle ex... 2017.09.17MastodonServer
MastodonMastodonのアップデート方法 Mastodonのアップデート手順 cd ~/live/ git fetch git status # HEAD detached at v1.5.1 # Changes not staged for commit: # (use "... 2017.09.13MastodonServer