1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Merge pull request #82 from YunoHost-Apps/fix

Upgrade to 0.7.1~ynh2
This commit is contained in:
yalh76 2022-02-16 19:58:09 +01:00 committed by GitHub
commit 19d8b432e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.
**Shipped version:** 0.7.1~ynh1 **Shipped version:** 0.7.1~ynh2
**Demo:** https://joinplu.me/#instances **Demo:** https://joinplu.me/#instances

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.
**Version incluse :** 0.7.1~ynh1 **Version incluse :** 0.7.1~ynh2
**Démo :** https://joinplu.me/#instances **Démo :** https://joinplu.me/#instances

View file

@ -24,6 +24,8 @@
upgrade=1 from_commit=0f9c1c6e3c151e94e5f53b1464aec732334209a3 upgrade=1 from_commit=0f9c1c6e3c151e94e5f53b1464aec732334209a3
# 0.6.0~ynh2 # 0.6.0~ynh2
upgrade=1 from_commit=583e101b12a081c45bee50df9068e606b5983bb2 upgrade=1 from_commit=583e101b12a081c45bee50df9068e606b5983bb2
# 0.7.1~ynh1
upgrade=1 from_commit=655ae344f49a20eb4c335034244b547c9e56e6a0
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -42,3 +44,5 @@ Notification=none
name=0.6.0~ynh1 name=0.6.0~ynh1
; commit=583e101b12a081c45bee50df9068e606b5983bb2 ; commit=583e101b12a081c45bee50df9068e606b5983bb2
name=0.6.0~ynh2 name=0.6.0~ynh2
; commit=655ae344f49a20eb4c335034244b547c9e56e6a0
name=0.7.1~ynh1

View file

@ -6,7 +6,7 @@
"en": "Federated blogging application", "en": "Federated blogging application",
"fr": "Application de blogging fédérée" "fr": "Application de blogging fédérée"
}, },
"version": "0.7.1~ynh1", "version": "0.7.1~ynh2",
"url": "https://joinplu.me/", "url": "https://joinplu.me/",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",

View file

@ -61,7 +61,7 @@ ynh_script_progression --message="Storing installation settings..."
ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=admin --value=$admin ynh_app_setting_set --app=$app --key=admin --value=$admin
ynh_app_setting_set --app=$app --key=instance --value=$instance_name ynh_app_setting_set --app=$app --key=instance --value="$instance_name"
ynh_app_setting_set --app=$app --key=registration --value=$registration ynh_app_setting_set --app=$app --key=registration --value=$registration
ynh_app_setting_set --app=$app --key=admin_email --value=$admin_email ynh_app_setting_set --app=$app --key=admin_email --value=$admin_email
ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key