Skip to content

Instantly share code, notes, and snippets.

View tamaina's full-sized avatar
🌀
Need to move out of my storage facility by the end of March.

tamaina tamaina

🌀
Need to move out of my storage facility by the end of March.
View GitHub Profile
@tamaina
tamaina / mastodon-ip.md
Created August 30, 2021 13:38 — forked from cutiful/mastodon-ip.md
Detecting the real IP of a Cloudflare'd Mastodon instance

Detecting the real IP of a Cloudflare'd Mastodon instance

NB: This will not work for instances that proxy outgoing requests!

Reading the docs

I wanted to find a way to detect the real IP address of a Mastodon/Pleroma/Misskey/etc instance hosted behind Cloudflare. How to do that? Well, it's federated, which means I can probably get it to send a request to a server of mine! And how to do that? I tried reading the ActivityPub spec. The following caught my attention:

Servers should not trust client submitted content, and federated servers also should not trust content received from a server other than the content's origin without some form of verification.

@tamaina
tamaina / misskey.md
Created August 30, 2021 12:39
Docker Imageを使ったmisskeyの起動例

misskey設置例(docker image)

  • misskey の構築例です
  • Docker Hub で公開されているイメージを使用します
  • misskey/releaseTagsで最新のバージョンを確認する
  • 2021年8月 作成

凡例

  • から始まっているものは rootでの操作

@tamaina
tamaina / misskey dev.md
Last active March 1, 2021 04:21 — forked from syuilo/misskey dev.md
Thoughts on the current state of Misskey development [by syuilo]

Translated by DeepL and aqz/tamaina @aqz@c2.a9z.dev.
Source (Japanese): https://gist.github.com/syuilo/1a8cc608b2ab7451151e409029a943bb


Recently, I've been feeling the limitations of developing Misskey as an individual.
The reason for this is, in a nutshell, that I can no longer take time for development and maintenance due to my job.
The only time I can develop Misskey and its surrounding projects is during my days off, which makes it difficult for me to do the following things, and I feel the limit of my personal development.
If you say it's a matter of motivation, that's all right, but I'm often devastated mental at work, and I can't make as much progress as I'd like.