configs update
This commit is contained in:
parent
af8a7d8fd8
commit
f95b354c3d
1 changed files with 12 additions and 26 deletions
|
@ -149,7 +149,10 @@ config :pleroma, :instance,
|
||||||
federating: true,
|
federating: true,
|
||||||
federation_reachability_timeout_days: 7,
|
federation_reachability_timeout_days: 7,
|
||||||
allow_relay: true,
|
allow_relay: true,
|
||||||
rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
|
rewrite_policy: [
|
||||||
|
Pleroma.Web.ActivityPub.MRF.HellthreadPolicy,
|
||||||
|
Pleroma.Web.ActivityPub.MRF.AntiFollowbotPolicy
|
||||||
|
],
|
||||||
public: true,
|
public: true,
|
||||||
quarantined_instances: ["pleroma.rareome.ga"],
|
quarantined_instances: ["pleroma.rareome.ga"],
|
||||||
managed_config: true,
|
managed_config: true,
|
||||||
|
@ -178,41 +181,24 @@ config :pleroma, :markup,
|
||||||
Pleroma.HTML.Scrubber.Default
|
Pleroma.HTML.Scrubber.Default
|
||||||
]
|
]
|
||||||
|
|
||||||
# Deprecated, will be gone in 1.0
|
|
||||||
config :pleroma, :fe,
|
|
||||||
theme: "sigsegv2",
|
|
||||||
logo: "/static/logo.svg",
|
|
||||||
background: "/static/sigsegv_s.png",
|
|
||||||
redirect_root_no_login: "/main/all",
|
|
||||||
redirect_root_login: "/main/friends",
|
|
||||||
logo_mask: true,
|
|
||||||
logo_margin: "0.1em",
|
|
||||||
show_instance_panel: true,
|
|
||||||
scope_options_enabled: false,
|
|
||||||
formatting_options_enabled: false,
|
|
||||||
collapse_message_with_subject: false,
|
|
||||||
hide_post_stats: false,
|
|
||||||
hide_user_stats: false,
|
|
||||||
scope_copy: false,
|
|
||||||
subject_line_behavior: "noop",
|
|
||||||
always_show_subject_input: false
|
|
||||||
|
|
||||||
config :pleroma, :frontend_configurations,
|
config :pleroma, :frontend_configurations,
|
||||||
pleroma_fe: %{
|
pleroma_fe: %{
|
||||||
theme: "pleroma-dark",
|
theme: "sigsegv2",
|
||||||
logo: "/static/logo.png",
|
logo: "/static/logo.svg",
|
||||||
background: "/images/city.jpg",
|
background: "/static/sigsegv_s.png",
|
||||||
redirectRootNoLogin: "/main/all",
|
redirectRootNoLogin: "/main/all",
|
||||||
redirectRootLogin: "/main/friends",
|
redirectRootLogin: "/main/friends",
|
||||||
|
logoMask: true,
|
||||||
|
logoMargin: "0.1em",
|
||||||
showInstanceSpecificPanel: true,
|
showInstanceSpecificPanel: true,
|
||||||
scopeOptionsEnabled: false,
|
scopeOptionsEnabled: false,
|
||||||
formattingOptionsEnabled: false,
|
formattingOptionsEnabled: false,
|
||||||
collapseMessageWithSubject: false,
|
collapseMessageWithSubject: false,
|
||||||
hidePostStats: false,
|
hidePostStats: false,
|
||||||
hideUserStats: false,
|
hideUserStats: false,
|
||||||
scopeCopy: true,
|
scopeCopy: false,
|
||||||
subjectLineBehavior: "email",
|
subjectLineBehavior: "noop",
|
||||||
alwaysShowSubjectInput: true
|
alwaysShowSubjectInput: false
|
||||||
}
|
}
|
||||||
|
|
||||||
config :pleroma, :activitypub,
|
config :pleroma, :activitypub,
|
||||||
|
|
Loading…
Add table
Reference in a new issue