mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Merge pull request #255 from YunoHost-Apps/enh-antifeature
Update README to explain antifeature
This commit is contained in:
commit
8fd55c736c
3 changed files with 5 additions and 2 deletions
|
@ -29,7 +29,7 @@ It comes with modern tools to build a website, publish content, send newsletters
|
|||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Arbitrary limitations**: Features arbitrary limitations. Please refer to the README.
|
||||
- **Arbitrary limitations**: Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ It comes with modern tools to build a website, publish content, send newsletters
|
|||
|
||||
## :red_circle: Fonctions indésirables
|
||||
|
||||
- **Arbitrary limitations**: Features arbitrary limitations. Please refer to the README.
|
||||
- **Arbitrary limitations**: Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@ code = "https://github.com/TryGhost/Ghost"
|
|||
cpe = "cpe:2.3:a:ghost:ghost"
|
||||
fund = "https://opencollective.com/ghost"
|
||||
|
||||
[antifeatures]
|
||||
arbitrary-limitations.en = "Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
|
|
Loading…
Add table
Reference in a new issue