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