mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Upgrade to 2021.09
This commit is contained in:
parent
d27d1c4fd1
commit
bbbebf90ba
4 changed files with 8 additions and 9 deletions
3
doc/DESCRIPTION.md
Normal file
3
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Friendica is a decentralised communications platform that integrates social communication. The platform links to independent social projects and corporate services.
|
||||
|
||||
Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted.
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Social Communication Server",
|
||||
"fr": "Serveur de Communication Social"
|
||||
},
|
||||
"version": "2021.07~ynh2",
|
||||
"version": "2021.09~ynh1",
|
||||
"url": "http://friendi.ca",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -38,13 +38,11 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "domain.org"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"example": "johndoe"
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#=================================================
|
||||
|
||||
# commit hashes
|
||||
# 2021.07
|
||||
version_commit="d1d208f18b9b43916378ccfd09b963246fe631dd"
|
||||
# 2021.09
|
||||
version_commit="1adbdfb8d1d0a476fb416ffaf3012a7a0f13deb1"
|
||||
addons_version_commit="b164910032a620bd637574bd4b42423ff8c067bb"
|
||||
|
||||
# dependencies used by the app
|
||||
|
|
|
@ -41,8 +41,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
|||
#=================================================
|
||||
ynh_script_progression --message="Validating restoration parameters..." --weight=1
|
||||
|
||||
ynh_webpath_available --domain=$domain --path_url=$path_url \
|
||||
|| ynh_die --message="Path not available: ${domain}${path_url}"
|
||||
test ! -d $final_path \
|
||||
|| ynh_die --message="There is already a directory: $final_path "
|
||||
|
||||
|
|
Loading…
Reference in a new issue