2022-02-03 20:10:16 +01:00
|
|
|
# `finallycoffee.fediverse` ansible collection
|
|
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
|
|
Ansible collection containing roles and playbooks for automating fediverse
|
|
|
|
|
software like Pixelfed, Mastodon, Funkwhale etc. The aim of this repository
|
|
|
|
|
is to cover a common szenario with a dockerized setup and a database already
|
|
|
|
|
available.
|
|
|
|
|
|
|
|
|
|
## Roles
|
|
|
|
|
|
2025-05-30 18:39:10 +02:00
|
|
|
- [`fediwall`](roles/fediwall/README.md): deployment of [Fediwall](https://fediwall.social),
|
|
|
|
|
a media wall for mastodon inspired by mastowall.
|
|
|
|
|
|
2023-07-14 12:29:06 +02:00
|
|
|
- [`gotosocial`](roles/gotosocial/README.md): deployment of [GoToSocial.org](https://gotosocial.org/),
|
|
|
|
|
an ActivityPub social network server, in a docker container.
|
|
|
|
|
|
2022-04-23 18:02:30 +02:00
|
|
|
- [`mastodon`](roles/mastodon/README.md): deployment using a container based
|
|
|
|
|
setup, able to use webfinger delegation.
|
|
|
|
|
|
2025-06-27 23:25:43 +02:00
|
|
|
- [`sharkey`](roles/sharkey/README.md): deployment of sharkey, a misskey-
|
|
|
|
|
fork with full mastodon API compatability.
|
|
|
|
|
|
2022-02-03 20:10:16 +01:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|