Mastodon MastodonのLet’sEncryptの更新方法 管理者権限で入る sudo su - NGINX止める systemctl stop nginx SSL更新する letsencrypt certonly --standalone -d YOURDOMAIN.COM NGINX起動 sys... 2018.11.10 MastodonServer
Instagram Instagram APIの仕様変更に関して To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Pla... 2018.05.16 InstagramSNS
Mastodon Mastodon のOS (Ubuntu)の更新方法 ログイン後、 Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-1039-aws x86_64) * Documentation: * Management: * Support: Get ... 2017.11.26 MastodonServer
Mastodon Mastodon (マストドン) で1.6.1とそれ以上2.x.xでcurlを叩くと問題がでる解決方法 前回この記事でOAuth2クライアント登録とかやりました ところがMastodonのバージョンをあげたら この実行が curl -X POST -sS \ -F “client_name=CLIENTNAME” \ -F “redire... 2017.10.19 MastodonServer
Mastodon Mastodon(マストドン)で他SNSとかと連携する方法 Mastodon(マストドン)で他SNSとかと連携するために必ずしなければならないこと 事前準備 1. OAuth2クライアント登録 ターミナルから以下を実行 curl -X POST -sS \ -F "client_name=CLIE... 2017.10.09 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 ... 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