Unocck is a web tool that allows to easily check if a Mastodon or Mastodon compatible instance is censoring a given ActivityPub post.

pezcurrel a7d418192c Updated to “lib” version 2 週間 前
css 5af448bbd6 First commit 11 ヶ月 前
imgs 5af448bbd6 First commit 11 ヶ月 前
lib a7d418192c Updated to “lib” version 2 週間 前
sec 5af448bbd6 First commit 11 ヶ月 前
README.md 0a8d7377ad Directly linked my e-mail address 2 ヶ月 前
index.php 04ed9840b4 Adjusted to use default “lib” version of “ckratelimit” 1 ヶ月 前

README.md

What is this?

Unocck is a web tool that allows to easily check if a Mastodon or Mastodon compatible instance is censoring a given fediverse post.

Setting up Unocck on a webserver

To set up Unocck on a webserver you just need it to support PHP, to make the “sec” directory writeable by the webserver’s user and to put into it a “conf.ini” file like this:

host=[hostname of the instance to check]
hostdesc=[a terse description of the instance, in html]
maintref=[a terse reference to you, in html]
token=[the access token of an application that you have already set up on an account on the instance defined by “host” (in Mastodon web UI you can set up an application under “Preferences” -> “Development”; the only privilege it needs is “read:search”)]

You can optionally also set a “footer” that will be added before the link to this repo in page footer, and a proxy to use for connections; for example:

footer=<a href="https://my.server/">Home</a>
proxy=tcp://localhost:8118

You can change Unocck icons and its “OG Image” by editing files inside the “imgs” directory.

Are there running Unocck instances?

Here you can find a running Unocck instance checking mastodon.uno, a Mastodon instance whose admins are well known for bad practices and censoring those who criticize them.

If you set up your own and you want it to be listed here, please let me know.