1
0
mirror of https://github.com/ihabunek/toot synced 2025-02-01 20:06:56 +01:00
2024-11-27 19:45:48 +01:00
..
2023-03-03 11:44:40 +01:00
2024-11-27 19:45:48 +01:00
2023-11-18 22:02:11 +01:00
2017-04-15 14:53:08 +02:00
2024-03-09 09:43:02 +01:00
2024-04-13 08:28:28 +02:00
2018-01-15 12:19:37 +01:00
2024-04-06 15:06:59 +02:00

Testing toot

This document is WIP.

Mastodon

TODO

Pleroma

TODO

Akkoma

Install using the guide here: https://docs.akkoma.dev/stable/installation/docker_en/

Disable captcha and throttling by adding this to config/prod.exs:

# Disable captcha for testing
config :pleroma, Pleroma.Captcha,
  enabled: false

# Disable rate limiting for testing
config :pleroma, :rate_limit,
  authentication: nil,
  timeline: nil,
  search: nil,
  app_account_creation: nil,
  relations_actions: nil,
  relation_id_action: nil,
  statuses_actions: nil,
  status_id_action: nil,
  password_reset: nil,
  account_confirmation_resend: nil,
  ap_routes: nil