Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurarozier/bansync

Syncs bans across multiple servers.
https://github.com/laurarozier/bansync

Last synced: 26 days ago
JSON representation

Syncs bans across multiple servers.

Awesome Lists containing this project

README

        

**Ban Sync** provides a way for hosters to synchronize bans between servers.

## Features

- Syncronizing bans between two or more servers
- Additional assurance that bans stay even after server wipes

## Configuration

- **Data Store Type : 0 (SQLite) or 1 (MySQL)** -- Which backend to use for storage
- **SQLite - Database Name** -- The SQLite database file
- **MySQL - Host** -- The MySQL database server address
- **MySQL - Port** -- The MySQL database server port
- **MySQL - Database Name** -- The MySQL database name
- **MySQL - Username** -- The MySQL database user
- **MySQL - Password** -- The MySQL database password

```json
{
"Data Store Type : 0 (SQLite) or 1 (MySQL)": 0,
"SQLite - Database Name": "BanSync.db",
"MySQL - Host": "localhost",
"MySQL - Port": 3306,
"MySQL - Database Name": "BanSync",
"MySQL - Username": "root",
"MySQL - Password": "password"
}
```

## Credits

- sqroot -- For creating the original Python plugin