mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
updated to version 5.0.4
This commit is contained in:
parent
7bd8c1e8f8
commit
ee8bce92e9
6 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
## Overview
|
## Overview
|
||||||
[Hubzilla](https://hub.libranet.de/directory?f=&global=1&pubforums=1) is a social networking platform built with control of your privacy at center stage. Your online communications can be as public as you wish or as private as you require. Private conversations, private photos, private videos. Your media isn't hidden behind an obscure URL which can be guessed, it is protected by state-of-the-art cross-domain authentication. What this all means for you: **less drama**.
|
[Hubzilla](https://hub.libranet.de/directory?f=&global=1&pubforums=1) is a social networking platform built with control of your privacy at center stage. Your online communications can be as public as you wish or as private as you require. Private conversations, private photos, private videos. Your media isn't hidden behind an obscure URL which can be guessed, it is protected by state-of-the-art cross-domain authentication. What this all means for you: **less drama**.
|
||||||
|
|
||||||
**Shipped version:** 5.0.3
|
**Shipped version:** 5.0.4
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=fff29441b225ccf6bbae976db559478688185b2b
|
upgrade=1 from_commit=7bd8c1e8f82aff4ffe21a4b54bbc9ef9eec8eb60
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.3/core-5.0.3.tar.gz
|
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.4/core-5.0.4.tar.gz
|
||||||
SOURCE_SUM=17291772816b489fd6c524fa4db1c8da2138229fe4b668795d44f4c0bbe2bebe
|
SOURCE_SUM=4ab1af882ad73b92c394dc4fe8b280eb419928442ede1cc1e0da28122f86b7ea
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=
|
SOURCE_IN_SUBDIR=
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.3/addons-5.0.3.tar.gz
|
SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.4/addons-5.0.4.tar.gz
|
||||||
SOURCE_SUM=5c653e904cbe79cdb9b9a0e9db72ddae1f4c08fa0f80209e39c060e1a9bf2da4
|
SOURCE_SUM=6e87010603c5f80b01356deffbada207f82d15202b87ed21ed6618724ee8f690
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=
|
SOURCE_IN_SUBDIR=
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
|
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "5.0.3~ynh1",
|
"version": "5.0.4~ynh1",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Anmol Sharma"
|
"name": "Anmol Sharma"
|
||||||
},
|
},
|
||||||
|
|
|
@ -27,7 +27,7 @@ ynh_abort_if_errors
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url="/"
|
path_url="/"
|
||||||
admin=$YNH_APP_ARG_ADMIN
|
admin=$YNH_APP_ARG_ADMIN
|
||||||
email=$(sudo yunohost user info $admin | grep "mail:" | cut -d' ' -f2)
|
email=$(yunohost user info $admin | grep "mail:" | cut -d' ' -f2)
|
||||||
upload="256M"
|
upload="256M"
|
||||||
random_string="$(ynh_string_random)$(ynh_string_random)$(ynh_string_random)"
|
random_string="$(ynh_string_random)$(ynh_string_random)$(ynh_string_random)"
|
||||||
database=`expr $YNH_APP_ARG_DATABASE`
|
database=`expr $YNH_APP_ARG_DATABASE`
|
||||||
|
|
Loading…
Add table
Reference in a new issue