mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
Merge branch 'testing' into patch-1
This commit is contained in:
commit
166ae99f41
4 changed files with 4 additions and 5 deletions
|
@ -41,7 +41,7 @@ Have a look to the [security audit](https://defuse.ca/audits/encfs.htm) to have
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Upstream app code repository: <https://github.com/maniackcrudelis/archivist>
|
* Upstream app code repository: <https://github.com/maniackcrudelis/archivist>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_archivist>
|
* YunoHost Store: <https://apps.yunohost.org/app/archivist>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/archivist_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/archivist_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -40,7 +40,7 @@ Consultez l'[audit de sécurité](https://defuse.ca/audits/encfs.htm) pour avoir
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/maniackcrudelis/archivist>
|
* Dépôt de code officiel de l’app : <https://github.com/maniackcrudelis/archivist>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_archivist>
|
* YunoHost Store: <https://apps.yunohost.org/app/archivist>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/archivist_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/archivist_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "frequency",
|
"name": "frequency",
|
||||||
"type": "string",
|
"type": "select",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the frequency of your backups?",
|
"en": "Choose the frequency of your backups?",
|
||||||
"fr": "Choississez la fréquence de votre backup ?"
|
"fr": "Choississez la fréquence de votre backup ?"
|
||||||
|
|
|
@ -181,8 +181,7 @@ ynh_use_logrotate
|
||||||
# PRINT INFORMATION
|
# PRINT INFORMATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
Informations="To add recipients or to modify the files or apps to backup,\
|
Informations="To add recipients or to modify the files or apps to backup,please have a look to the config file $config_file"
|
||||||
please have a look to the config file $config_file"
|
|
||||||
ynh_print_info --message="$Informations"
|
ynh_print_info --message="$Informations"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue