mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
Testing (#31)
* 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 * Bullseye (#27) * Auto-update README * Fix upgrade content * Auto-update README * Update upgrade Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update manifest.json * Preserve extentions (#30) * Auto-update README * Update manifest.json * 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>
This commit is contained in:
parent
8917f17dab
commit
24ae37ee91
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Content management system (CMS) for simple website
|
Content management system (CMS) for simple website
|
||||||
|
|
||||||
**Shipped version:** 0.8.20~ynh3
|
**Shipped version:** 0.8.20~ynh4 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/yellow_ynh/tree/master) used in the catalog is currently on version 0.8.20\~ynh3.)*
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://datenstrom.se/yellow/demo/
|
**Demo:** https://datenstrom.se/yellow/demo/
|
||||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Système de gestion de contenu (CMS) pour un site simple
|
Système de gestion de contenu (CMS) pour un site simple
|
||||||
|
|
||||||
**Version incluse :** 0.8.20~ynh3
|
**Version incluse :** 0.8.20~ynh4 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/yellow_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.8.20\~ynh3.)*
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://datenstrom.se/yellow/demo/
|
**Démo :** https://datenstrom.se/yellow/demo/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Content management system (CMS) for simple website",
|
"en": "Content management system (CMS) for simple website",
|
||||||
"fr": "Système de gestion de contenu (CMS) pour un site simple"
|
"fr": "Système de gestion de contenu (CMS) pour un site simple"
|
||||||
},
|
},
|
||||||
"version": "0.8.20~ynh3",
|
"version": "0.8.20~ynh4",
|
||||||
"url": "https://datenstrom.se/yellow/",
|
"url": "https://datenstrom.se/yellow/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-only",
|
"license": "GPL-2.0-only",
|
||||||
|
|
|
@ -76,7 +76,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=2
|
ynh_script_progression --message="Upgrading source files..." --weight=2
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="content media"
|
ynh_setup_source --dest_dir="$final_path" --keep="content media system/extensions"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Reference in a new issue