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:
commit
ba16bc54e0
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|||
|
||||

|
||||
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://isso-comments.de>
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue