mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
Bump to 4.3.0 (#37)
* 4.3.0 * Auto-update README * Fix linter * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
8ef2c239d8
commit
d538a5dfd8
3 changed files with 6 additions and 15 deletions
|
@ -11,8 +11,7 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=6f4c1e5f81bea341c07e199c4916fc31b54eaf61
|
upgrade=1 from_commit=bfdb624f86329cb5095cb3a343fc54e84d001c70
|
||||||
upgrade=1 from_commit=ec4da0af3abbd7b8bd59d5f7d9d7c594ae844ac0
|
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -21,8 +20,5 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=6f4c1e5f81bea341c07e199c4916fc31b54eaf61
|
; commit=bfdb624f86329cb5095cb3a343fc54e84d001c70
|
||||||
name=Global refactoring
|
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
|
|
||||||
; commit=ec4da0af3abbd7b8bd59d5f7d9d7c594ae844ac0
|
|
||||||
name=1.1-ynh3
|
name=1.1-ynh3
|
||||||
|
|
|
@ -2,12 +2,7 @@
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/;
|
||||||
|
|
||||||
# Force usage of https
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"id": "hextris",
|
"id": "hextris",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A fast paced puzzle game",
|
"en": "Fast paced puzzle game",
|
||||||
"fr": "Un jeu de puzzle très rapide"
|
"fr": "Jeu de puzzle très rapide"
|
||||||
},
|
},
|
||||||
"version": "2020.05.05~ynh4",
|
"version": "2020.05.05~ynh4",
|
||||||
"url": "http://hextris.github.io/",
|
"url": "http://hextris.github.io/",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"email": "aeris@e.email"
|
"email": "aeris@e.email"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.4"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Reference in a new issue