priv/static: Add a warning discouraging admins from modifying the static files directly
authorrinpatch <rinpatch@sdf.org>
Fri, 22 May 2020 14:33:19 +0000 (17:33 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 22 May 2020 14:33:19 +0000 (17:33 +0300)
priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE [new file with mode: 0644]

diff --git a/priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE b/priv/static/READ_THIS_BEFORE_TOUCHING_FILES_HERE
new file mode 100644 (file)
index 0000000..eb5294e
--- /dev/null
@@ -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