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_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=6f4c1e5f81bea341c07e199c4916fc31b54eaf61
|
||||
upgrade=1 from_commit=ec4da0af3abbd7b8bd59d5f7d9d7c594ae844ac0
|
||||
upgrade=1 from_commit=bfdb624f86329cb5095cb3a343fc54e84d001c70
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -21,8 +20,5 @@
|
|||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=6f4c1e5f81bea341c07e199c4916fc31b54eaf61
|
||||
name=Global refactoring
|
||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
|
||||
; commit=ec4da0af3abbd7b8bd59d5f7d9d7c594ae844ac0
|
||||
; commit=bfdb624f86329cb5095cb3a343fc54e84d001c70
|
||||
name=1.1-ynh3
|
||||
|
|
|
@ -4,11 +4,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
index index.html;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"id": "hextris",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "A fast paced puzzle game",
|
||||
"fr": "Un jeu de puzzle très rapide"
|
||||
"en": "Fast paced puzzle game",
|
||||
"fr": "Jeu de puzzle très rapide"
|
||||
},
|
||||
"version": "2020.05.05~ynh4",
|
||||
"url": "http://hextris.github.io/",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"email": "aeris@e.email"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.4"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue