mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2244 from jmthackett/patch-1
Update notes_about_new_packaging_v2.md
This commit is contained in:
commit
56279da9d2
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@ Usage: `python3 convert_app_to_packaging_v2.py /path/yo/your/app`
|
||||||
|
|
||||||
This will edit the file in place and you should then carefully review and iterate over what the script did for you.
|
This will edit the file in place and you should then carefully review and iterate over what the script did for you.
|
||||||
|
|
||||||
|
|
||||||
### Highlights of the new format
|
### Highlights of the new format
|
||||||
|
|
||||||
|
The [example repo](https://github.com/YunoHost/example_ynh) illustrates the below.
|
||||||
|
|
||||||
- **The manifest is now written as toml (`manifest.toml`)** instead of json (`manifest.json`). The structure of the manifest itself has been reworked and now include:
|
- **The manifest is now written as toml (`manifest.toml`)** instead of json (`manifest.json`). The structure of the manifest itself has been reworked and now include:
|
||||||
- The `upstream` section (now mandatory)
|
- The `upstream` section (now mandatory)
|
||||||
- An `integration` section meant to formalize what minimum YunoHost version is required, the list of supported architectures, declare if SSO/LDAP is supported, typical resource usage. This is meant to be displayed both in the catalog (similar to app stores) and on the app info page after installing the app - though this is still work in progress.
|
- An `integration` section meant to formalize what minimum YunoHost version is required, the list of supported architectures, declare if SSO/LDAP is supported, typical resource usage. This is meant to be displayed both in the catalog (similar to app stores) and on the app info page after installing the app - though this is still work in progress.
|
||||||
|
|
Loading…
Reference in a new issue