Made it more terse and hopefully clearer

This commit is contained in:
pezcurrel 2024-07-24 06:17:54 +02:00
parent 4c67fb089f
commit 8e6563b601

View file

@ -1,12 +1,12 @@
## What is this?
Acck is a web page which allows to easily check if a fediverse account is moderated (silenced, aka “limited”, and-or suspended, aka “blocked”) by a Mastodon server (aka “instance”).
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 page footer, and a proxy for connections; for example:
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; for example:
```
footer=<a href="https://my.server/">Home</a>
@ -17,4 +17,4 @@ proxy=tcp://localhost:8118
You can find a running Acck instance [here](https://mastodon.help/acck).
If you set up your own and you want it to be listed here, please let me know using the e-mail address you can find in my profile page.
If you set up your own and you want it to be listed here, please [let me know](mailto:jones@insicuri.net).