1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpboost_ynh.git synced 2024-09-03 19:56:33 +02:00

Add screenshot

This commit is contained in:
ericgaspar 2021-07-05 09:01:34 +02:00
parent 78dd99d7cd
commit 8161b2abb3
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 4 additions and 6 deletions

BIN
doc/screenshots/01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 KiB

View file

@ -3,8 +3,8 @@
"id": "phpboost", "id": "phpboost",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "PHPBoost package for YunoHost.", "en": "French and free content management system (CMS)",
"fr": "PHPBoost pour YunoHost." "fr": "système de gestion de contenu (CMS) français et libre"
}, },
"version": "5.2~ynh1", "version": "5.2~ynh1",
"url": "https://www.phpboost.com/", "url": "https://www.phpboost.com/",

View file

@ -115,8 +115,6 @@ ynh_script_progression --message="Configuring permissions..." --weight=2
# Make app public if necessary # Make app public if necessary
if [ $is_public -eq 1 ] if [ $is_public -eq 1 ]
then then
# Everyone can access the app.
# The "main" permission is automatically created before the install script.
ynh_permission_update --permission="main" --add="visitors" ynh_permission_update --permission="main" --add="visitors"
fi fi
@ -132,7 +130,7 @@ ynh_systemd_action --service_name=nginx --action=reload
#================================================= #=================================================
ynh_script_progression --message="Sending a readme for the admin..." ynh_script_progression --message="Sending a readme for the admin..."
message="phpboost was successfully installed :) message="PHPBoost was successfully installed :)
Please open your $app domain: https://$domain$path_url Please open your $app domain: https://$domain$path_url

View file

@ -24,7 +24,7 @@ ynh_abort_if_errors
#================================================= #=================================================
# LOAD SETTINGS # LOAD SETTINGS
#================================================= #=================================================
ynh_script_progression --message="Loading installation settings..." --time --weight=1 ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME