Merge branch 'release/0.6.0' into main

main v0.6.0
naicoi 2023-04-27 23:26:44 +07:00
commit 5c1f8b3670
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
4 changed files with 9065 additions and 4440 deletions

View File

@ -6,7 +6,8 @@ RUN echo "image: wordpress[$version]:php${version}-fpm-alpine"
RUN apk add --update libzip-dev curl-dev oniguruma-dev
RUN docker-php-ext-install pdo pdo_mysql curl zip
COPY docker-user.ini /usr/local/etc/php/conf.d
COPY fmanage.php /usr/src/wordpress/fmanage.php
COPY adminer-4.8.1-mysql-en /usr/src/wordpress/madminer.php
COPY phpFileManager.php /usr/src/wordpress/mfile.php
RUN chown www-data:www-data /usr/src/wordpress/fmanage.php
RUN cd /usr/src/wordpress/wp-content/plugins
RUN curl -o /tmp/updraftplus.zip -fL "https://downloads.wordpress.org/plugin/updraftplus.${updraft_version}.zip"

872
adminer-4.8.1-mysql-en.php Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8191
phpFileManager.php Normal file

File diff suppressed because one or more lines are too long