1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Merge pull request #13 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-06-11 15:16:40 +02:00 committed by GitHub
commit 9991e2414c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Microblogging platform Microblogging platform
**Shipped version:** 12.82.0~ynh1 **Shipped version:** 12.82.0~ynh2

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Platforme de Microblogging Platforme de Microblogging
**Version incluse :** 12.82.0~ynh1 **Version incluse :** 12.82.0~ynh2

View file

@ -12,7 +12,7 @@
upgrade=1 upgrade=1
upgrade=1 from_commit=9ae6ee3553cd0fba8ed2d53755bf954106d51866 upgrade=1 from_commit=9ae6ee3553cd0fba8ed2d53755bf954106d51866
backup_restore=1 backup_restore=1
multi_instance=0 multi_instance=1
change_url=0 change_url=0
;;; Options ;;; Options
Email= Email=

View file

@ -6,7 +6,7 @@
"en": "Microblogging platform", "en": "Microblogging platform",
"fr": "Platforme de Microblogging" "fr": "Platforme de Microblogging"
}, },
"version": "12.82.0~ynh1", "version": "12.82.0~ynh2",
"url": "https://join.misskey.page/en/", "url": "https://join.misskey.page/en/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -21,7 +21,7 @@
"requirements": { "requirements": {
"yunohost": ">= 4.2.4" "yunohost": ">= 4.2.4"
}, },
"multi_instance": false, "multi_instance": true,
"services": ["nginx"], "services": ["nginx"],
"arguments": { "arguments": {
"install": [ "install": [

View file

@ -84,14 +84,14 @@ ynh_remove_nginx_config
#================================================= #=================================================
# Remove the log files # Remove the log files
ynh_secure_remove --file="/var/log/$app/" ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION
#================================================= #=================================================
# REMOVE DEDICATED USER # REMOVE DEDICATED USER
#================================================= #=================================================
ynh_script_progression --message="Removing the dedicated system user..." --weight=1 ynh_script_progression --message="Removing the dedicated system user..." --weight=1
# Delete a system user # Delete a system user
ynh_system_user_delete --username=$app ynh_system_user_delete --username=$app