mirror of
https://github.com/YunoHost-Apps/cultivons_ynh.git
synced 2024-09-03 18:16:27 +02:00
Correction sur install et backup
This commit is contained in:
parent
3a93ccf23e
commit
8083564c23
4 changed files with 25 additions and 19 deletions
|
@ -20,5 +20,8 @@ With __cultivons!__, you can manage
|
||||||
- your budget (Bank Account).
|
- your budget (Bank Account).
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- eng1
|
- ...
|
||||||
- eng2
|
- ...
|
||||||
|
|
||||||
|
### Articles
|
||||||
|
- https://linuxfr.org/users/xulops/journaux/cultivons-logiciel-de-gestion-de-bad
|
||||||
|
|
|
@ -4,17 +4,20 @@ Une BAD est un endroit où une ou plusieurs personnes peuvent (sur)vivre à une
|
||||||
|
|
||||||
Cette définition est un peu large, dans les faits une BAD se matérialisera souvent par un endroit à la campagne où on tentera d’être au maximum autonome sur les aspects les plus importants de la survie :
|
Cette définition est un peu large, dans les faits une BAD se matérialisera souvent par un endroit à la campagne où on tentera d’être au maximum autonome sur les aspects les plus importants de la survie :
|
||||||
|
|
||||||
- la nourriture (potager, verger, animaux … tout ce qui est culture et élevage) ;
|
- la nourriture (potager, verger, animaux … tout ce qui est culture et élevage),
|
||||||
- électricité ;
|
- électricité,
|
||||||
- eau (y compris la potabilisation) ;
|
- eau (y compris la potabilisation),
|
||||||
- chauffage ;
|
- chauffage,
|
||||||
- premiers soins ;
|
- premiers soins,
|
||||||
- stockage de recettes, guides et autres documentations ;
|
- stockage de recettes, guides et autres documentations,
|
||||||
- …
|
- ...
|
||||||
|
|
||||||
Avec __Cultivons!__, vous pouvez gérer
|
Avec __Cultivons!__, vous pouvez gérer
|
||||||
- vos cultures, votre jardin et les tâches associes (semis, récoltes) ainsi qu'un plan.
|
- vos cultures, votre jardin et les tâches associées (semis, récoltes) ainsi qu'un plan.
|
||||||
- la météo,
|
- la météo,
|
||||||
- les stocks,
|
- les stocks,
|
||||||
- vos documents,
|
- vos documents,
|
||||||
- votre budget.
|
- votre budget.
|
||||||
|
|
||||||
|
### Articles
|
||||||
|
- https://linuxfr.org/users/xulops/journaux/cultivons-logiciel-de-gestion-de-bad
|
||||||
|
|
|
@ -54,7 +54,7 @@ ynh_backup --src_path="$final_path"
|
||||||
# BACKUP THE DATA DIR
|
# BACKUP THE DATA DIR
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_backup --src_path="$datadir" --is_big
|
#ynh_backup --src_path="$datadir" --is_big
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE NGINX CONFIGURATION
|
# BACKUP THE NGINX CONFIGURATION
|
||||||
|
@ -72,8 +72,8 @@ ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
||||||
# BACKUP FAIL2BAN CONFIGURATION
|
# BACKUP FAIL2BAN CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_backup --src_path="/etc/fail2ban/jail.d/$app.conf"
|
#ynh_backup --src_path="/etc/fail2ban/jail.d/$app.conf"
|
||||||
ynh_backup --src_path="/etc/fail2ban/filter.d/$app.conf"
|
#ynh_backup --src_path="/etc/fail2ban/filter.d/$app.conf"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC BACKUP
|
# SPECIFIC BACKUP
|
||||||
|
@ -87,25 +87,24 @@ ynh_backup --src_path="/etc/logrotate.d/$app"
|
||||||
# BACKUP SYSTEMD
|
# BACKUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_backup --src_path="/etc/systemd/system/$app.service"
|
#ynh_backup --src_path="/etc/systemd/system/$app.service"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP VARIOUS FILES
|
# BACKUP VARIOUS FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_backup --src_path="/etc/cron.d/$app"
|
#ynh_backup --src_path="/etc/cron.d/$app"
|
||||||
|
#ynh_backup --src_path="/etc/$app/"
|
||||||
ynh_backup --src_path="/etc/$app/"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE MYSQL DATABASE
|
# BACKUP THE MYSQL DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_print_info --message="Backing up the MySQL database..."
|
#ynh_print_info --message="Backing up the MySQL database..."
|
||||||
|
|
||||||
### (However, things like MySQL dumps *do* take some time to run, though the
|
### (However, things like MySQL dumps *do* take some time to run, though the
|
||||||
### copy of the generated dump to the archive still happens later)
|
### copy of the generated dump to the archive still happens later)
|
||||||
|
|
||||||
ynh_mysql_dump_db --database="$db_name" > db.sql
|
#ynh_mysql_dump_db --database="$db_name" > db.sql
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
|
|
@ -53,6 +53,7 @@ ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||||
ynh_app_setting_set --app=$app --key=language --value=$language
|
ynh_app_setting_set --app=$app --key=language --value=$language
|
||||||
ynh_app_setting_set --app=$app --key=admin --value=$admin
|
ynh_app_setting_set --app=$app --key=admin --value=$admin
|
||||||
|
ynh_app_setting_set --app=$app --key=password --value=$password
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD MODIFICATIONS
|
# STANDARD MODIFICATIONS
|
||||||
|
|
Loading…
Reference in a new issue