Acck is a web page that allows to easily check if a fediverse account is limited (AKA “silenced”) and-or suspended (AKA “blocked”) by a Mastodon instance.

pezcurrel 7f4a624e85 Made “rl” var check more terse 1 miesiąc temu
css a9a3801fef First commit 11 miesięcy temu
imgs a9a3801fef First commit 11 miesięcy temu
lib 718b359b74 Using “lib” version 1 miesiąc temu
sec a9a3801fef First commit 11 miesięcy temu
README.md 9fba67c75e Made the line about “use_proxy_with” clearer 2 miesięcy temu
index.php 7f4a624e85 Made “rl” var check more terse 1 miesiąc temu

README.md

What is this?

Acck is a web page that allows to easily check if a fediverse account is limited (AKA “silenced”) and-or suspended (AKA “blocked”) by a Mastodon instance.

Setting up Acck on a webserver

To set up Acck on a webserver you just need it to support PHP.

If you want you can write a «sec/conf.ini» file where you can set some html that will be added before the link to this repo in the page footer and a proxy to use for connections to certain domains; for example:

footer=<a href="https://my.server/">Home</a>
proxy=tcp://localhost:8118
use_proxy_with=domain1.example.net,domain2.example.net

Note that if you specify proxy but don’t specify use_proxy_with, the proxy will be used for all connections.

Are there running Acck instances?

You can find a running Acck instance here.

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