1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/commento_ynh.git synced 2024-09-03 18:16:16 +02:00

Merge branch 'master' into env

This commit is contained in:
ericgaspar 2021-11-25 16:11:45 +01:00
commit b44f740a4b
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 3 additions and 14 deletions

View file

@ -32,7 +32,7 @@ Commento allows you to foster discussion on your website if you have a blog,
## Screenshots
![](./doc/screenshots/example.jpg)
![](./doc/screenshots/Screenshot.png)
## Disclaimers / important information

View file

@ -28,7 +28,7 @@ Commento allows you to foster discussion on your website if you have a blog,
## Captures d'écran
![](./doc/screenshots/example.jpg)
![](./doc/screenshots/Screenshot.png)
## Avertissements / informations importantes

View file

@ -1,12 +0,0 @@
* Any known limitations, constrains or stuff not working, such as (but not limited to):
* requiring a full dedicated domain ?
* architectures not supported ?
* not-working single-sign on or LDAP integration ?
* the app requires an important amount of RAM / disk / .. to install or to work properly
* etc...
* Other infos that people should be aware of, such as:
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
* how to configure / administrate the application if it ain't obvious
* upgrade process / specificities / things to be aware of ?
* security considerations ?

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View file

@ -21,6 +21,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
admin=$(ynh_app_setting_get --app=$app --key=admin)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
port=$(ynh_app_setting_get --app=$app --key=port)
#=================================================
# CHECK VERSION