angristan / angristan/docker-pleroma

About configuration

Abierto
#27 1 comentario 0 reacciones 0 asignados Ver en GitHub
help wanted
Lenguaje dominante
Elixir
Estrellas
377
Forks
81
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hi guys and thank you for the great work!

I'm trying to set up pleroma with this docker repo and it seems to work but I have a problem, when I go to password reset it says

![Selection_048](https://user-images.githubusercontent.com/8617379/117563211-5e253d00-b0b5-11eb-84b6-605f86f70983.png)

So I'm the admin, how do I enable password reset?

I also have problem, when I go to registration by invite the client(UI) doesn't say anything but in console I see 403 always, I feel like all of this a re somehow connected, do you know is something is off in my config?

My secret.esx example

```elixir
use Mix.Config

config :pleroma, Pleroma.Web.Endpoint,
http: [ ip: {0, 0, 0, 0}, ],
url: [host: "***************", scheme: "https", port: 443],
secret_key_base: "***************"

config :pleroma, :instance,
name: "***************",
email: "***************",
limit: 5000,
registrations_open: false,
invites_enabled: true,
federating: true

# Configure your database
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "pleroma",
password: "pleroma",
database: "pleroma",
hostname: "***************",
pool_size: 10

config :pleroma, :rate_limit,
password_reset: 60

config :web_push_encryption, :vapid_details,
subject: "mailto:***************",
public_key: "***************",
private_key: "***************"

```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.