mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Merge branch 'testing' into testing
This commit is contained in:
commit
149e66e7df
3 changed files with 22 additions and 18 deletions
20
README.md
20
README.md
|
@ -1,4 +1,4 @@
|
||||||
# Wordpress for YunoHost
|
# WordPress for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/wordpress)  [](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-)
|
[](https://dash.yunohost.org/appci/app/wordpress)  [](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-)
|
||||||
[](https://install-app.yunohost.org/?app=wordpress)
|
[](https://install-app.yunohost.org/?app=wordpress)
|
||||||
|
@ -20,7 +20,7 @@ With this package, you can even activate the [multisite](https://codex.wordpress
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Use the admin panel of your wordpress to configure this app.
|
Use the admin panel of your WordPress to configure this app.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
@ -41,29 +41,29 @@ Supported, with LDAP and SSO.
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/wordpress/)
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/wordpress/)
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/wordpress/)
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/wordpress/)
|
||||||
* Buster x86-64b - [](https://ci-buster.nohost.me/ci/apps/wordpress/)
|
* Buster x86-64b - [](https://ci-buster.nohost.me/ci/apps/wordpress/)
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Multisite only available on subdirectories.
|
* Multisite only available on subdirectories.
|
||||||
* As the automatic update plugin isn't working as expected, pay attention to keep your wordpress up to date from the wordpress admin panel, and not only from yunohost admin panel. For security reason, you should control that all updates are regularly applied in wordpress admin panel as well as in yunohost admin panel.
|
* As the automatic update plugin isn't working as expected, pay attention to keep your WordPress up to date from the WordPress admin panel, and not only from YunoHost admin panel. For security reason, you should control that all updates are regularly applied in WordPress admin panel as well as in YunoHost admin panel.
|
||||||
|
|
||||||
**Security**
|
**Security**
|
||||||
|
|
||||||
Please be aware that Wordpress is known for being frequently a source of security risks (https://en.wikipedia.org/wiki/WordPress#Vulnerabilities), and also as the most popular website management system it is a target for bots and attackers.
|
Please be aware that WordPress is known for being frequently a source of security risks (https://en.wikipedia.org/wiki/WordPress#Vulnerabilities), and also as the most popular website management system it is a target for bots and attackers.
|
||||||
Some vulnerabilities might let an attacker breach into your wordpress, or even your Yunohost server (via privilege escalation).
|
Some vulnerabilities might let an attacker breach into your WordPress, or even your YunoHost server (via privilege escalation).
|
||||||
|
|
||||||
Don't forget to comply with good security principles (strong password, frequent updates, don't add unknow code in your theme/extensions…). In particular, *please keep your wordpress as up-to-date as possible*.
|
Don't forget to comply with good security principles (strong password, frequent updates, don't add unknow code in your theme/extensions…). In particular, *please keep your WordPress as up-to-date as possible*.
|
||||||
|
|
||||||
Furthermore, you might take a look at this guide: https://codex.wordpress.org/Hardening_WordPress. You might see some benefits in the use of wordpress security plugins.
|
Furthermore, you might take a look at the [Hardening Wordpress Guide](https://wordpress.org/support/article/hardening-wordpress/). You might see some benefits in the use of Wordpress security plugins.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/wordpress_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/wordpress_ynh/issues
|
||||||
* Wordpress website: https://wordpress.org/
|
* WordPress website: https://wordpress.org/
|
||||||
* Wordpress repository: https://core.trac.wordpress.org/browser
|
* WordPress repository: https://core.trac.wordpress.org/browser
|
||||||
https://build.trac.wordpress.org/browser
|
https://build.trac.wordpress.org/browser
|
||||||
* YunoHost website: https://yunohost.org/
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=cbb74263e33deb0ec36f99886a2f773e36d40fd9
|
upgrade=1 from_commit=00a1a6e7dd5c814f5084c11c2810f886a32bdf61
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -54,6 +54,6 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=change
|
Notification=change
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=cbb74263e33deb0ec36f99886a2f773e36d40fd9
|
; commit=00a1a6e7dd5c814f5084c11c2810f886a32bdf61
|
||||||
name=Upgrade 4.8
|
name=Upgrade 5.4
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&multisite=0&is_public=1&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&multisite=0&is_public=1&
|
||||||
|
|
|
@ -10,9 +10,13 @@
|
||||||
"url": "https://wordpress.org/",
|
"url": "https://wordpress.org/",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
"name": "kay0u",
|
||||||
|
"email": "pierre@kayou.io"
|
||||||
|
},
|
||||||
|
"previous_maintainers": [{
|
||||||
"name": "Maniack Crudelis",
|
"name": "Maniack Crudelis",
|
||||||
"email": "maniackc_dev@crudelis.fr"
|
"email": "maniackc_dev@crudelis.fr"
|
||||||
},
|
}],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.6"
|
"yunohost": ">= 3.6"
|
||||||
},
|
},
|
||||||
|
@ -80,8 +84,8 @@
|
||||||
},
|
},
|
||||||
"default": true,
|
"default": true,
|
||||||
"help": {
|
"help": {
|
||||||
"en": "A public wordpress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public wordpress.",
|
"en": "A public WordPress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public WordPress.",
|
||||||
"fr": "Un wordpress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un wordpress public."
|
"fr": "Un WordPress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un WordPress public."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue