mirror of
https://github.com/YunoHost-Apps/hydrogen_ynh.git
synced 2024-09-03 19:26:17 +02:00
commit
6dfe1be8d2
5 changed files with 11 additions and 9 deletions
|
@ -25,7 +25,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and
|
||||||
- Loading (unused) parts of the application after initial page load should be supported
|
- Loading (unused) parts of the application after initial page load should be supported
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.2.26~ynh1
|
**Shipped version:** 0.2.28~ynh1
|
||||||
|
|
||||||
**Demo:** https://hydrogen.element.io/
|
**Demo:** https://hydrogen.element.io/
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and
|
||||||
- Loading (unused) parts of the application after initial page load should be supported
|
- Loading (unused) parts of the application after initial page load should be supported
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.2.26~ynh1
|
**Version incluse :** 0.2.28~ynh1
|
||||||
|
|
||||||
**Démo :** https://hydrogen.element.io/
|
**Démo :** https://hydrogen.element.io/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.26/hydrogen-web-0.2.26.tar.gz
|
SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.28/hydrogen-web-0.2.28.tar.gz
|
||||||
SOURCE_SUM=f294df57e61d1cacc8f44faf9b148e1946d4b911f2058b515f868a6f5822eda4
|
SOURCE_SUM=01eac4c10a7c9dd61bc3817f24a3cd8fb095f2f9cb327bfb17af9b75372d3cc6
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -3,8 +3,10 @@ location __PATH__/ {
|
||||||
|
|
||||||
alias __FINALPATH__/;
|
alias __FINALPATH__/;
|
||||||
|
|
||||||
index index.html;
|
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
||||||
|
more_set_headers "X-Content-Type-Options: nosniff";
|
||||||
|
more_set_headers "X-XSS-Protection: 1; mode=block";
|
||||||
|
more_set_headers "Content-Security-Policy: frame-ancestors 'none'";
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
index index.html;
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Web client for Matrix",
|
"en": "Web client for Matrix",
|
||||||
"fr": "Client web pour Matrix"
|
"fr": "Client web pour Matrix"
|
||||||
},
|
},
|
||||||
"version": "0.2.26~ynh1",
|
"version": "0.2.28~ynh1",
|
||||||
"url": "https://matrix.org/docs/projects/client/hydrogen",
|
"url": "https://matrix.org/docs/projects/client/hydrogen",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "eric_G",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue