1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge pull request #236 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-01-13 09:29:37 +01:00 committed by GitHub
commit 64720d4ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 5 additions and 7 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View file

@ -19,13 +19,12 @@ 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.300~ynh2
**Shipped version:** 2.5.300~ynh3
**Demo:** https://docs-beta.requarks.io/
## Screenshots
![Screenshot of Wiki.js](./doc/screenshots/screenshot2.png)
![Screenshot of Wiki.js](./doc/screenshots/screenshot1.png)
## Disclaimers / important information

View file

@ -19,13 +19,12 @@ Si vous navez 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.300~ynh2
**Version incluse :** 2.5.300~ynh3
**Démo :** https://docs-beta.requarks.io/
## Captures décran
![Capture décran de Wiki.js](./doc/screenshots/screenshot2.png)
![Capture décran de Wiki.js](./doc/screenshots/screenshot1.png)
## Avertissements / informations importantes

BIN
doc/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

View file

@ -6,7 +6,7 @@
"en": "Open source powerful wiki app built on Node.js, Git and Markdown",
"fr": "Wiki open source propulsé par Node.js, Git et Markdown"
},
"version": "2.5.300~ynh2",
"version": "2.5.300~ynh3",
"url": "https://wiki.js.org/",
"upstream": {
"license": "AGPL-3.0-or-later",

View file

@ -72,7 +72,7 @@ fi
#=================================================
ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
#=================================================
# MODIFY URL IN NGINX CONF

View file

@ -55,7 +55,7 @@ ynh_abort_if_errors
#=================================================
ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
#=================================================
# ENSURE DOWNWARD COMPATIBILITY