SNS

Mastodon

MastodonのLet’sEncryptの更新方法

管理者権限で入る sudo su - NGINX止める systemctl stop nginx SSL更新する letsencrypt certonly --standalone -d YOURDOMAIN.COM NGINX起動 sys...
SNS

Twitterサービス

Twitter Analytics Developer Twitter Apps Twitter
Instagram

Instagram APIの仕様変更に関して

To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Plat...
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...
Mastodon

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

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

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

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

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

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

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

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

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

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

Mastodonで管理者権限付与方法

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