mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
Merge pull request #8 from YunoHost-Apps/testing
Fix nginx configuration
This commit is contained in:
commit
49ebb326b7
4 changed files with 5 additions and 4 deletions
|
@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
- **Configurable JS client**
|
- **Configurable JS client**
|
||||||
Embed a single JS file, 65kB (20kB gzipped) and you are done.
|
Embed a single JS file, 65kB (20kB gzipped) and you are done.
|
||||||
|
|
||||||
**Shipped version:** 0.13.0~ynh1
|
**Shipped version:** 0.13.0~ynh2
|
||||||
|
|
||||||
**Demo:** https://isso-comments.de
|
**Demo:** https://isso-comments.de
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
- **Configurable JS client**
|
- **Configurable JS client**
|
||||||
Embed a single JS file, 65kB (20kB gzipped) and you are done.
|
Embed a single JS file, 65kB (20kB gzipped) and you are done.
|
||||||
|
|
||||||
**Version incluse :** 0.13.0~ynh1
|
**Version incluse :** 0.13.0~ynh2
|
||||||
|
|
||||||
**Démo :** https://isso-comments.de
|
**Démo :** https://isso-comments.de
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ timeout = 10
|
||||||
[server]
|
[server]
|
||||||
listen = http://localhost:__PORT__
|
listen = http://localhost:__PORT__
|
||||||
public-endpoint =
|
public-endpoint =
|
||||||
|
trusted-proxies = ['127.0.0.1','localhost']
|
||||||
|
|
||||||
[guard]
|
[guard]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Lightweight commenting server",
|
"en": "Lightweight commenting server",
|
||||||
"fr": "Système de commentaire léger"
|
"fr": "Système de commentaire léger"
|
||||||
},
|
},
|
||||||
"version": "0.13.0~ynh1",
|
"version": "0.13.0~ynh2",
|
||||||
"url": "https://isso-comments.de",
|
"url": "https://isso-comments.de",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue