home · contact · privacy
Fix Pleroma config.
[config] / buster / other_files / append_pleroma_config
1
2 ##########################################
3 # below this: customizations by plomlompom
4
5 config :pleroma, :instance,
6     registrations_open: false
7
8 config :pleroma, :frontend_configurations,
9     pleroma_fe: %{
10         showInstanceSpecificPanel: true,
11         background: "/pixel.png",
12         logo: "/pixel.png"
13     }
14
15 config :pleroma, :chat,
16     enabled: false
17
18 config :pleroma, Pleroma.Captcha,
19     enabled: false