From bafa7ad189ceed2be11314505b0fd08f6d4fa3f0 Mon Sep 17 00:00:00 2001 From: zeldaroot Date: Sat, 19 Jun 2021 00:38:58 +0300 Subject: [PATCH] Added ssh to php-mysql --- config/default/php/Dockerfile | 4 +- config/locales/ru/default/config.js | 2 +- .../default/views/admin/includes/footer.ejs | 1 - themes/default/views/admin/includes/right.ejs | 4 +- .../default/views/admin/modules/rewrite.ejs | 356 ------------------ themes/default/views/admin/movies.ejs | 101 ----- 6 files changed, 6 insertions(+), 462 deletions(-) delete mode 100644 themes/default/views/admin/modules/rewrite.ejs diff --git a/config/default/php/Dockerfile b/config/default/php/Dockerfile index 929d910..76073c1 100644 --- a/config/default/php/Dockerfile +++ b/config/default/php/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ curl \ git \ zip unzip \ + sshpass \ && install-php-extensions \ bcmath \ bz2 \ @@ -29,7 +30,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ soap \ xsl \ zip \ - sockets + sockets \ + ssh2 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && ln -s $(composer config --global home) /root/composer diff --git a/config/locales/ru/default/config.js b/config/locales/ru/default/config.js index 0e4d823..7b3eea5 100644 --- a/config/locales/ru/default/config.js +++ b/config/locales/ru/default/config.js @@ -375,7 +375,7 @@ module.exports = { "trailer": "", "picture": "" }, - "noindex": "noindex", + "noindex": "", "slash": "/" }, "l": { diff --git a/themes/default/views/admin/includes/footer.ejs b/themes/default/views/admin/includes/footer.ejs index 1c79c5f..706e8f9 100644 --- a/themes/default/views/admin/includes/footer.ejs +++ b/themes/default/views/admin/includes/footer.ejs @@ -636,7 +636,6 @@ 'modules.content.data.index.url', 'modules.content.data.movie.tags', 'modules.content.data.scraper', - 'modules.rewrite.data.token', 'modules.bots.data.token', 'modules.random.data.category', 'modules.random.data.menu', diff --git a/themes/default/views/admin/includes/right.ejs b/themes/default/views/admin/includes/right.ejs index 6450cc9..480dc06 100644 --- a/themes/default/views/admin/includes/right.ejs +++ b/themes/default/views/admin/includes/right.ejs @@ -4,7 +4,7 @@