Hide sitename in header and add one nsfw instance filter, add notifiers

This commit is contained in:
Alex 2020-07-17 16:49:25 +02:00
parent c27fe21dab
commit bdad9b9752
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
3 changed files with 5 additions and 2 deletions

View File

@ -64,6 +64,7 @@
owner: "nobody"
group: "root"
mode: "700"
notify: Restart services
tags:
- pleroma
- configs
@ -75,6 +76,7 @@
owner: "nobody"
group: "root"
mode: "700"
notify: Restart services
tags:
- pleroma
- vault

View File

@ -24,7 +24,8 @@ config :pleroma, :frontend_configurations,
background: "{{ pleroma.instance.frontend.bg }}",
showFeaturesPanel: false,
disableChat: true,
collapseMessageWithSubject: true
collapseMessageWithSubject: true,
hideSitename: true
}
config :pleroma, :media_proxy, enabled: {{ pleroma.instance.media_proxy }}

View File

@ -7,4 +7,4 @@ config :pleroma, :instance,
]
config :pleroma, :mrf_simple,
media_nsfw: ["stereophonic.space"]
media_nsfw: ["stereophonic.space", "baraag.net"]