home · contact · privacy
Improve Pleroma customizations.
[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         background: "/pixel.png",
11         logo: "/pixel.png"
12     }