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**
|
||||
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
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
|||
- **Configurable JS client**
|
||||
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
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ timeout = 10
|
|||
[server]
|
||||
listen = http://localhost:__PORT__
|
||||
public-endpoint =
|
||||
trusted-proxies = ['127.0.0.1','localhost']
|
||||
|
||||
[guard]
|
||||
enabled = true
|
||||
|
@ -34,4 +35,4 @@ require-email = false
|
|||
|
||||
[admin]
|
||||
enabled = true
|
||||
password = __PASSWORD__
|
||||
password = __PASSWORD__
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Lightweight commenting server",
|
||||
"fr": "Système de commentaire léger"
|
||||
},
|
||||
"version": "0.13.0~ynh1",
|
||||
"version": "0.13.0~ynh2",
|
||||
"url": "https://isso-comments.de",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue