Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwightt/citadel
A set of moderation tools for Mastodon that make Mastodon moderation easier.
https://github.com/samwightt/citadel
administration mastodon mastodon-api moderation
Last synced: about 1 month ago
JSON representation
A set of moderation tools for Mastodon that make Mastodon moderation easier.
- Host: GitHub
- URL: https://github.com/samwightt/citadel
- Owner: samwightt
- Created: 2024-02-17T21:26:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T21:44:18.000Z (9 months ago)
- Last Synced: 2024-10-01T09:21:33.508Z (about 1 month ago)
- Topics: administration, mastodon, mastodon-api, moderation
- Language: TypeScript
- Homepage: https://citadel.samw.dev
- Size: 4.73 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Citadel
Citadel is a web app that allows Mastodon admins to more easily moderate their instance. It is built with React and TypeScript, and uses Vite for the build system.
You can try it out here: [https://citadel.samw.dev](https://citadel.samw.dev).
Right now, Citadel allows admins to view users on their servers, report users as spam, and limit domains for federation.
## Development
To get started, clone the repository and run `pnpm install` to install dependencies. Then, run `pnpm dev` to start the development server.