aboutsummaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
Diffstat (limited to 'priv')
-rw-r--r--priv/static/instance/panel.html1
-rw-r--r--priv/static/static/config.json3
2 files changed, 3 insertions, 1 deletions
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 <a href="https://pleroma.social" target="_blank">Pleroma</a> 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
}