mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
commit
8be89ea3ec
4 changed files with 4 additions and 6 deletions
|
@ -32,7 +32,7 @@ The benefit of using converse.js as opposed to relying on a SaaS (software-as-a-
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 10.1.2~ynh2
|
||||
**Shipped version:** 10.1.2~ynh3
|
||||
|
||||
**Demo:** https://inverse.chat/
|
||||
## Documentation and resources
|
||||
|
|
|
@ -32,7 +32,7 @@ The benefit of using converse.js as opposed to relying on a SaaS (software-as-a-
|
|||
|
||||
|
||||
|
||||
**Version incluse :** 10.1.2~ynh2
|
||||
**Version incluse :** 10.1.2~ynh3
|
||||
|
||||
**Démo :** https://inverse.chat/
|
||||
## Documentations et ressources
|
||||
|
|
|
@ -6,9 +6,7 @@ location __PATH__/ {
|
|||
|
||||
index index.html;
|
||||
|
||||
if ($request_method ~* "(GET|POST)") {
|
||||
more_set_headers "Access-Control-Allow-Origin: *";
|
||||
}
|
||||
more_set_headers "Access-Control-Allow-Origin: *";
|
||||
|
||||
location = __PATH__/http-bind {
|
||||
proxy_pass "http://localhost:5290/http-bind";
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Converse"
|
|||
description.en = "Web-based XMPP/Jabber chat client"
|
||||
description.fr = "Client de chat XMPP/Jabber basé sur le Web"
|
||||
|
||||
version = "10.1.2~ynh2"
|
||||
version = "10.1.2~ynh3"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue