1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00
yellow_ynh/manifest.json
Éric Gaspar b75af7de08
Testing (#25)
* upgrade to 0.8.16

* Fix

* Add scripts

* Fix

* Update install

* Fix

* Fix

* fix

* Update nginx.conf

* permissions

* fix

* Update nginx.conf

* fix

* rework nginx conf

* fix

* Add extensions

* Update nginx.conf

* Update manifest.json

* Update change_url

* Small fixes

* Update manifest.json

* Update manifest.json

* remove plugins

* Update README.md

* Use SVG badge

* Fix

* Update upgrade

* Update install

* Update manifest.json

* Update manifest.json

* Upgrade to 0.8.17

* Update app.src

* Update app.src

* Update app.src

* Fix

* Fix badges

* Fix

* [autopatch] Update issue and PR templates (#12)

Co-authored-by: Yunohost-Bot <>

* Add templates

* Cleaning up (#13)

* Update app.src

* New version (#15)

* new version

* Auto-update README

* Fix

Co-authored-by: Yunohost-Bot <>

* Update restore

* Create updater.yml

* Create upgrade.sh

* Update upgrade.sh

* Fix

* Update updater.sh

* Fix

* Update updater.sh

* Update manifest.json

* Auto-update README

* 0.8.18 (#19)

* 0.8.18

* 4.3 (#21)

* 4.3

* 0.8.20 (#23)

* 0.8.20

* Auto-update README

* Update check_process

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Upgrade to upstream

* Auto-update README

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-06-27 22:35:56 +02:00

53 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Yellow",
"id": "yellow",
"packaging_format": 1,
"description": {
"en": "Système de gestion de contenu (CMS) for simple website",
"fr": "Content management system (CMS) pour un site simple"
},
"version": "0.8.20~ynh2",
"url": "https://datenstrom.se/yellow/",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://datenstrom.se/yellow/",
"demo": "https://datenstrom.se/yellow/demo/",
"admindoc": "https://datenstrom.se/yellow/help/",
"code": "https://github.com/datenstrom/yellow/"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "eric_G"
},
"requirements": {
"yunohost": ">> 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/yellow"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Yellow will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Yellow sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}