1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00

Merge branch 'testing' into version-2

This commit is contained in:
Éric Gaspar 2023-12-02 22:38:05 +01:00
commit ba16bc54e0
3 changed files with 5 additions and 3 deletions

View file

@ -26,7 +26,7 @@ Isso *Ich schrei sonst* is a lightweight commenting server written in Py
- Disqus & WordPress Import
- Configurable JS client
**Shipped version:** 0.13.0~ynh1
**Shipped version:** 0.13.0~ynh2
**Demo:** https://isso-comments.de

View file

@ -25,7 +25,7 @@ Isso *Ich schrei sonst* est un serveur de commentaires léger écrit en
- Importation Disqus & WordPress
- Client JS paramétrable
**Version incluse :** 0.13.0~ynh1
**Version incluse :** 0.13.0~ynh2
**Démo :** https://isso-comments.de
@ -33,6 +33,7 @@ Isso *Ich schrei sonst* est un serveur de commentaires léger écrit en
![Capture décran de Isso](./doc/screenshots/example.jpg)
## Documentations et ressources
* Site officiel de lapp : <https://isso-comments.de>

View file

@ -23,6 +23,7 @@ timeout = 10
[server]
listen = http://127.0.0.1:__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__