From: Hakaba Hitoyo Date: Sat, 3 Feb 2018 14:09:26 +0000 (+0900) Subject: add backend default for instance specific panel X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=bffc78f2a853943be2f81fdd901c3279a9920737;p=akkoma add backend default for instance specific panel --- diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html new file mode 100644 index 000000000..69fa1b926 --- /dev/null +++ b/priv/static/instance/panel.html @@ -0,0 +1 @@ +This is a Pleroma instance. diff --git a/priv/static/static/config.json b/priv/static/static/config.json index c920e1d6e..168fa0ff1 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -5,5 +5,6 @@ "logo": "/static/logo.png", "registrationOpen": true, "defaultPath": "/main/all", - "chatDisabled": false + "chatDisabled": false, + "showInstanceSpecificPanel": true }