1
0
Fork 0
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:
Navan Chauhan 2023-06-15 20:28:23 +05:30 committed by GitHub
commit 49ebb326b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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__

View file

@ -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",