@@ -1,5 +1,8 @@
#!/bin/bash
+# Add .htacces according to https://www.rainloop.net/docs/installation/#notice
+echo "Require all denied" > /rainloop/data/.htaccess
+
# Set rainloop directory permissions to catch bind mounts too
chown -R www-data:www-data /rainloop/data
find /rainloop -type d -exec chmod 755 {} \;