1.2 KiB
1.2 KiB
mastodon Work In Progress!!!
This module install and manage Mastodon, Redis and PostgreSQL servers.
Table of Contents
- Description
- Setup - The basics of getting started with mastodon
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Mastodon https://joinmastodon.org/ is a decrentralized social network using the ActivityPub protocol to federate. This module install and configure it with the required components (PostgreSQL and Redis).
Setup
What mastodon affects
This module will install PostgreSQL and Redis server.
Setup Requirements
You will need a host name registered in DNS.
Beginning with mastodon
You need to generate these secrets:
- mastodon::db_password
- mastodon::secret_key_base
- mastodon::otp_secret
- mastodon::vapid_private_key
- mastodon::vapid_public_key