mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
4.3
This commit is contained in:
parent
dd1e6bd2d9
commit
5bb2d8ccfa
2 changed files with 5 additions and 10 deletions
|
@ -3,11 +3,6 @@ location __PATH__/ {
|
|||
|
||||
alias __FINALPATH__/;
|
||||
|
||||
# Force https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?q=$1;
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"packaging_format": 1,
|
||||
"id": "hubzilla",
|
||||
"name": "Hubzilla",
|
||||
"id": "hubzilla",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Decentralized publication platform and social network.",
|
||||
"fr": "Plateforme de publication décentralisée et un réseau social."
|
||||
"en": "Decentralized publication platform and social network",
|
||||
"fr": "Plateforme de publication décentralisée et un réseau social"
|
||||
},
|
||||
"version": "7.2~ynh1",
|
||||
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"postgresql"
|
||||
],
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.0"
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
"previous_maintainers": {
|
||||
"name": "Andrew Manning",
|
||||
|
|
Loading…
Add table
Reference in a new issue