1
0
Fork 0
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:
tituspijean 2023-09-21 00:06:50 +02:00 committed by GitHub
commit 8fd55c736c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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"