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 #18 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-07-20 23:12:37 +02:00 committed by GitHub
commit 32c061ef1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 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.83.0~ynh1 **Shipped version:** 12.84.0~ynh1

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.83.0~ynh1 **Version incluse :** 12.84.0~ynh1

View file

@ -10,8 +10,8 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# 12.82.0~ynh2 #12.83.0~ynh1
#upgrade=1 from_commit=96332268263da1ddf330e2ce3925722c8408049a upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
change_url=0 change_url=0
@ -19,6 +19,6 @@
Email= Email=
Notification= Notification=
;;; Upgrade options ;;; Upgrade options
; commit=96332268263da1ddf330e2ce3925722c8408049a ; commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f
name=12.82.0~ynh2 name=12.83.0~ynh1
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.83.0.tar.gz SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.84.0.tar.gz
SOURCE_SUM=681e0e0789adf8d4a6094a6676bcdf13584dbfadd359528634c6952ea5d9288f SOURCE_SUM=063cdbd387102dfcb6ac3cd6f5c4063b1028c5d127a279b1144867b74b4be607
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Microblogging platform", "en": "Microblogging platform",
"fr": "Platforme de Microblogging" "fr": "Platforme de Microblogging"
}, },
"version": "12.83.0~ynh1", "version": "12.84.0~ynh1",
"url": "https://join.misskey.page/en/", "url": "https://join.misskey.page/en/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",

View file

@ -32,7 +32,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path) path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path) final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$app db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
#================================================= #=================================================