home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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
}