diff --git a/apps/wordpress/versions/6.0.1/README.md b/apps/wordpress/versions/6.0.1/README.md deleted file mode 100644 index c62eb709..00000000 --- a/apps/wordpress/versions/6.0.1/README.md +++ /dev/null @@ -1,84 +0,0 @@ -
Semantic Personal Publishing Platform
- -Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I am proud to be a part of. Thousands of hours have gone into WordPress, and we are dedicated to making it better every day. Thank you for making it part of your world.
-— Matt Mullenweg
- -wp-config.php
file with your database connection details.
- wp-config-sample.php
with a text editor like WordPad or similar and fill in your database connection details.wp-config.php
and upload it.wp-config.php
file, and try again. If it fails again, please go to the WordPress support forums with as much data as you can gather.admin
.index.php
.WordPress can import from a number of systems. First you need to get WordPress installed and working as described above, before using our import tools.
- -If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:
-WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.
- -WordPress is the official continuation of b2/cafélog, which came from Michel V. The work has been continued by the WordPress developers. If you would like to support WordPress, please consider donating.
- -WordPress is free software, and is released under the terms of the GPL (GNU General Public License) version 2 or (at your option) any later version. See license.txt.
- - diff --git a/apps/wordpress/versions/6.0.1/config.json b/apps/wordpress/versions/6.0.1/config.json deleted file mode 100644 index 46a2ccf1..00000000 --- a/apps/wordpress/versions/6.0.1/config.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "formFields": [ - { - "type": "service", - "key": "mysql", - "labelZh": "数据库服务", - "labelEn": "Database Service", - "required": true, - "default": "", - "envKey": "PANEL_DB_HOST" - }, - { - "type": "text", - "labelZh": "数据库名", - "labelEn": "Database", - "required": true, - "default": "word", - "random": true, - "rule": "paramCommon", - "envKey": "PANEL_DB_NAME" - }, - { - "type": "text", - "labelZh": "数据库用户", - "labelEn": "User", - "required": true, - "default": "word", - "random": true, - "rule": "paramCommon", - "envKey": "PANEL_DB_USER" - }, - { - "type": "password", - "labelZh": "数据库用户密码", - "labelEn": "Password", - "required": true, - "default": "word", - "random": true, - "rule": "paramComplexity", - "envKey": "PANEL_DB_USER_PASSWORD" - }, - { - "type": "number", - "labelZh": "应用端口", - "labelEn": "Port", - "required": true, - "default": 8080, - "rule": "paramPort", - "envKey": "PANEL_APP_PORT_HTTP" - } - ] -} \ No newline at end of file diff --git a/apps/wordpress/versions/6.0.1/docker-compose.yml b/apps/wordpress/versions/6.0.1/docker-compose.yml deleted file mode 100644 index 36861a28..00000000 --- a/apps/wordpress/versions/6.0.1/docker-compose.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: '3' -services: - wordpress: - image: wordpress:6.0.1 - container_name: ${CONTAINER_NAME} - ports: - - ${PANEL_APP_PORT_HTTP}:80 - restart: always - networks: - - 1panel-network - volumes: - - ./data:/var/www/html - environment: - WORDPRESS_DB_HOST: ${PANEL_DB_HOST} - WORDPRESS_DB_NAME: ${PANEL_DB_NAME} - WORDPRESS_DB_USER: ${PANEL_DB_USER} - WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD} - WORDPRESS_DEBUG: 1 - labels: - createdBy: "Apps" - -networks: - 1panel-network: - external: true \ No newline at end of file diff --git a/apps/wordpress/versions/6.0.2/docker-compose.yml b/apps/wordpress/versions/6.0.2/docker-compose.yml index 591d55fc..a0994af4 100644 --- a/apps/wordpress/versions/6.0.2/docker-compose.yml +++ b/apps/wordpress/versions/6.0.2/docker-compose.yml @@ -15,7 +15,7 @@ services: WORDPRESS_DB_NAME: ${PANEL_DB_NAME} WORDPRESS_DB_USER: ${PANEL_DB_USER} WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD} - WORDPRESS_DEBUG: 1 + WORDPRESS_DEBUG: 0 labels: createdBy: "Apps"