mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
Merge pull request #7 from YunoHost-Apps/navanchauhan-patch-1
Update isso.cfg
This commit is contained in:
commit
8c62aae8b5
4 changed files with 15 additions and 20 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Isso for YunoHost
|
# Isso for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/isso)  
|
[](https://dash.yunohost.org/appci/app/isso)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=isso)
|
[](https://install-app.yunohost.org/?app=isso)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Isso pour YunoHost
|
# Isso pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/isso)  
|
[](https://dash.yunohost.org/appci/app/isso)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=isso)
|
[](https://install-app.yunohost.org/?app=isso)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Isso rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Isso rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Isso – *Ich schrei sonst* – is a lightweight commenting server written in
|
Isso – *Ich schrei sonst* – is a lightweight commenting server written in
|
||||||
Python and JavaScript. It aims to be a drop-in replacement for
|
Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
|
@ -35,9 +36,9 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
|
|
||||||
**Démo :** https://isso-comments.de
|
**Démo :** https://isso-comments.de
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -51,10 +52,10 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://isso-comments.de>
|
* Site officiel de l’app : <https://isso-comments.de>
|
||||||
* Documentation officielle utilisateur : <https://isso-comments.de/docs/reference/client-config/>
|
* Documentation officielle utilisateur : <https://isso-comments.de/docs/reference/client-config/>
|
||||||
* Documentation officielle de l'admin : <https://isso-comments.de/docs/reference/server-config/>
|
* Documentation officielle de l’admin : <https://isso-comments.de/docs/reference/server-config/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/posativ/isso>
|
* Dépôt de code officiel de l’app : <https://github.com/posativ/isso>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_isso>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_isso>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/isso_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/isso_ynh/issues>
|
||||||
|
|
||||||
|
@ -70,4 +71,4 @@ ou
|
||||||
sudo yunohost app upgrade isso -u https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug
|
sudo yunohost app upgrade isso -u https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -15,15 +15,7 @@
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=CommitHash
|
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=CommitHash
|
|
||||||
name=Name and date of the commit.
|
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&admin=USER&password=pass&port=666&target_domain=target_domain
|
|
||||||
|
|
|
@ -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
|
||||||
|
@ -34,4 +35,4 @@ require-email = false
|
||||||
|
|
||||||
[admin]
|
[admin]
|
||||||
enabled = true
|
enabled = true
|
||||||
password = __PASSWORD__
|
password = __PASSWORD__
|
||||||
|
|
Loading…
Add table
Reference in a new issue