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

Test previous upgrade

This commit is contained in:
ericgaspar 2021-07-20 19:34:33 +02:00
parent 25cbc5c65c
commit f09ca91af5
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@
setup_private=1
setup_public=1
upgrade=1
# 12.83.0~ynh1
#upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f
#12.83.0~ynh1
upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f
backup_restore=1
multi_instance=1
change_url=0

View file

@ -33,7 +33,7 @@
{
"name": "is_public",
"type": "boolean",
"help": {
"help": {
"en": "If enabled, Misskey 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, Misskey sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},

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)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
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)
#=================================================