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

Cleaning up

This commit is contained in:
ericgaspar 2020-11-05 23:06:11 +01:00
parent b148dcd07a
commit 1a0c3516cb
No known key found for this signature in database
GPG key ID: 574F281483054D44
7 changed files with 7 additions and 12 deletions

View file

@ -28,7 +28,7 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot
## Documentation
* Official documentation: Link to the official documentation of this app
* Official documentation:https://github.com/Laverna/laverna/wiki
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features

View file

@ -28,7 +28,7 @@ Comment configurer cette application : via le panneau d'administration, un fichi
## Documentation
* Documentation officielle : Lien vers la documentation officielle de cette application.
* Documentation officielle : https://github.com/Laverna/laverna/wiki
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
## Caractéristiques spécifiques YunoHost

View file

@ -7,7 +7,6 @@
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
; Checks
pkg_linter=1
@ -30,5 +29,5 @@ Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&

View file

@ -12,10 +12,6 @@ source /usr/share/yunohost/helpers
# MANAGE SCRIPT FAILURE
#=================================================
ynh_clean_setup () {
true
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================

View file

@ -23,7 +23,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================
# REMOVE APP MAIN DIR
#=================================================
ynh_script_progression --message="Removing $app main directory..." --weight=3
ynh_script_progression --message="Removing Laverna main directory..." --weight=3
# Remove the app directory securely
ynh_secure_remove --file="$final_path"

View file

@ -47,7 +47,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# RESTORE THE APP MAIN DIR
#=================================================
ynh_script_progression --message="Restoring $app main directory..." --weight=2
ynh_script_progression --message="Restoring Laverna main directory..." --weight=2
ynh_restore_file --origin_path="$final_path"

View file

@ -49,7 +49,7 @@ fi
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#=================================================
ynh_script_progression --message="Backing up $app before upgrading (may take a while)..." --weight=3
ynh_script_progression --message="Backing up Laverna before upgrading..." --weight=3
# Backup the current version of the app
ynh_backup_before_upgrade