https://mastodon-gallery.zunda.ninja/ できたよー!
$ git clone https://source.joinmastodon.org/Gargron/gallery.git
$ git remote rename origin upstream
$ git checkout -b zundon
$ vi public/config.json
$ vi .gitignore
$ git add .gitignore public/config.json
$ git commit
$ git remote add origin https://gitlab.com/zunda/mastodon-gallery.git
$ git push -u origin --all
$ git push -u origin --tags
Netlifyでgitlabからのデプロイを選択、yarn buildを実行してbuild/ディレクトリをデプロイするように設定、カスタムドメインを設定してCNAMEレコードを追加してしばらく煮込む。