home · contact · privacy
Add static_fe to 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     safe_dm_mentions: true,
8     cleanup_attachments: true
9
10 config :pleroma, :frontend_configurations,
11     pleroma_fe: %{
12         showInstanceSpecificPanel: true,
13         background: "/pixel.png",
14         logo: "/pixel.png"
15     }
16
17 config :pleroma, :chat,
18     enabled: false
19
20 config :pleroma, Pleroma.Captcha,
21     enabled: false
22
23 config :pleroma, :static_fe,
24     enabled: true