diff --git a/README.md b/README.md index a7b482d..27616fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.5.301~ynh1 +**Shipped version:** 2.5.301~ynh2 **Demo:** https://docs-beta.requarks.io/ @@ -47,4 +47,4 @@ or sudo yunohost app upgrade wikijs -u https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 64195cf..0e087c1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Version incluse :** 2.5.301~ynh1 +**Version incluse :** 2.5.301~ynh2 **Démo :** https://docs-beta.requarks.io/ diff --git a/conf/config.sample.yml b/conf/config.sample.yml index d4e9004..7d46464 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -99,7 +99,7 @@ pool: # --------------------------------------------------------------------- # Leave 0.0.0.0 for all interfaces -bindIP: 0.0.0.0 +bindIP: 127.0.0.1 # --------------------------------------------------------------------- # Log Level diff --git a/manifest.toml b/manifest.toml index ac940bb..d802df8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Wiki.js" description.en = "Open source powerful wiki app built on Node.js, Git and Markdown" description.fr = "Wiki open source propulsé par Node.js, Git et Markdown" -version = "2.5.301~ynh1" +version = "2.5.301~ynh2" maintainers = ["yalh76"]