Cleanserver get & check if all the peers of your managed Mastodon server are or are not alive, count their 'downs' and, after seven days (or downs), purge them to remove their data from your Mastodon server's database.
Anar al arxiu
spla 7f51380d03 Fix errors and switch to ray paralel processing 2023-04-12 12:47:45 +02:00
LICENSE First release! 2022-03-01 19:42:10 +01:00
README.md Fix typo 2022-03-01 20:09:24 +01:00
cleanserver.py Fix errors and switch to ray paralel processing 2023-04-12 12:47:45 +02:00
db-setup.py some cosmethics and save daily totals to db 2022-03-01 21:26:35 +01:00
requirements.txt Fix errors and switch to ray paralel processing 2023-04-12 12:47:45 +02:00
setup.py Added ask user how many days to trigger server purge 2022-03-02 13:11:01 +01:00

README.md

Cleanserver

Cleanserver get & check if all of the peers of your managed Mastodon server are or are not alive, count their 'downs' and, after seven days (or downs), purge them to remove their data from your Mastodon server's database.

Dependencies

  • Python 3
  • Postgresql server
  • Mastodon server
  • Mastodon server admin account

Usage:

  1. Clone this repo: git clone https://gitlab.com/spla/cleanserver.git <target dir>

  2. cd into your <target dir> and create the Python Virtual Environment: python3.x -m venv .

  3. Activate the Python Virtual Environment: source bin/activate

  4. Run pip install -r requirements.txt to install needed libraries.

  5. Run python db-setup.py to setup and create new Postgresql database and needed tables.

  6. Run python setup.py to setup your Mastodon hostname and install dir full path.

  7. Use your favourite scheduling method to set python cleanserver.py to run once a day.