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:
parent
78dd99d7cd
commit
8161b2abb3
4 changed files with 4 additions and 6 deletions
BIN
doc/screenshots/01.jpg
Normal file
BIN
doc/screenshots/01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 803 KiB |
|
@ -3,8 +3,8 @@
|
|||
"id": "phpboost",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "PHPBoost package for YunoHost.",
|
||||
"fr": "PHPBoost pour YunoHost."
|
||||
"en": "French and free content management system (CMS)",
|
||||
"fr": "système de gestion de contenu (CMS) français et libre"
|
||||
},
|
||||
"version": "5.2~ynh1",
|
||||
"url": "https://www.phpboost.com/",
|
||||
|
|
|
@ -115,8 +115,6 @@ ynh_script_progression --message="Configuring permissions..." --weight=2
|
|||
# Make app public if necessary
|
||||
if [ $is_public -eq 1 ]
|
||||
then
|
||||
# Everyone can access the app.
|
||||
# The "main" permission is automatically created before the install script.
|
||||
ynh_permission_update --permission="main" --add="visitors"
|
||||
fi
|
||||
|
||||
|
@ -132,7 +130,7 @@ ynh_systemd_action --service_name=nginx --action=reload
|
|||
#=================================================
|
||||
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
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ ynh_abort_if_errors
|
|||
#=================================================
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue