mastodon.cardina1.red は、数々の独立したMastodonサーバーのうちのひとつです。サーバーに登録してFediverseのコミュニティに加わってみませんか。

サーバーの情報

3
人のアクティブユーザー

docs.pixelfed.org/running-pixe

```
sudo find . -type d -exec chmod 755 {} \; # set all directories to rwx by user/group
sudo find . -type f -exec chmod 644 {} \; # set all files to rw by user/group
```

いやこれ駄目だろ……

Pixelfed DocumentationGeneric installation guideHow to set up everything you need to run your own Pixelfed instance.

せっかく git clone してきたディレクトリにこうやって雑な permission 上書きをすると、一部ファイルの permission が変更されて差分が大変なことになり、次回 git pull で支障を来す

らりお・ザ・何らかの🈗然㊌ソムリエ

そして find . -type f -perm 0755 で調べてみると、 public/img/icon 以下の諸々の SVG ファイルがすべて 755 になっており、これは Windows か何かで編集してそのまま突っ込んだファイルやな……🤔 となっています (険しい)