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:
commit
b44f740a4b
6 changed files with 3 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 ?
|
BIN
doc/screenshots/Screenshot.png
Normal file
BIN
doc/screenshots/Screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue