summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-22 17:33:19 +0300
committerrinpatch <rinpatch@sdf.org>2020-05-22 17:33:19 +0300
commitfabc11bf9ace488582c9621117269b9f56c47277 (patch)
treed6fedf40ad933f54774aa91949682f1f828ab16a
parent7b02bfca51f95f56a5d12724b80b16019507cce9 (diff)
priv/static: Add a warning discouraging admins from modifying the static files directly
-rw-r--r--priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE1
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE b/priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE
new file mode 100644
index 000000000..eb5294eaf
--- /dev/null
+++ b/priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE
@@ -0,0 +1 @@
+If you are an instance admin and you want to modify the instace static files, this is probably not the right place to do it. This directory is checked in version control, so don't be surprised if you get merge conflicts after modifying anything here. Please use instance static directory instead, it has the same directory structure and files placed there will override files placed here. See https://docs.pleroma.social/backend/configuration/static_dir/ for more info