1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Update to 4.3

This commit is contained in:
ericgaspar 2021-11-21 14:14:02 +01:00
parent 396bb1b3f9
commit 0f7749958c
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 7 deletions

View file

@ -2,10 +2,6 @@
location __PATH__/ {
alias __FINALPATH__/;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.html;

View file

@ -21,7 +21,7 @@
"email": "josue@tille.ch"
},
"requirements": {
"yunohost": ">= 4.2.6.1"
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
@ -31,8 +31,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
"type": "domain"
},
{
"name": "path",