[Cleanup] Clean up the xmpp remainder (#4286)

* [Web] Update russian translation (lang.ru.json)

* XMPP cleanup

Co-authored-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
This commit is contained in:
Max
2021-10-18 20:27:38 +02:00
committed by andryyy
parent 1c36f828e0
commit 4a91fdf134
16 changed files with 7 additions and 530 deletions

View File

@@ -186,9 +186,6 @@ chown -R 82:82 /web/templates/cache
# Clear cache
find /web/templates/cache/* -not -name '.gitkeep' -delete
[[ ! -f /etc/nginx/conf.d/ZZZ-ejabberd.conf ]] && echo '# Autogenerated by mailcow' > /etc/nginx/conf.d/ZZZ-ejabberd.conf
chown 82:82 /etc/nginx/conf.d/ZZZ-ejabberd.conf
# Run hooks
for file in /hooks/*; do
if [ -x "${file}" ]; then