1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timemachine_ynh.git synced 2024-09-03 20:26:33 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
Navan Chauhan 2022-09-13 18:16:20 -06:00 committed by GitHub
commit 0049deed58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -25,6 +25,7 @@ Package to create a Time Machine Backup Source
**Shipped version:** 1.0~ynh4 **Shipped version:** 1.0~ynh4
## Screenshots ## Screenshots
![Screenshot of Time Machine](./doc/screenshots/example.jpg) ![Screenshot of Time Machine](./doc/screenshots/example.jpg)

View file

@ -23,7 +23,8 @@ Package to create a Time Machine Backup Source
- Integrated with YunoHost's Backups - Integrated with YunoHost's Backups
- Supports multiple installs - Supports multiple installs
**Version incluse :** 1.0~ynh4 **Version incluse :** 1.0~ynh4
## Captures d'écran ## Captures d'écran

View file

@ -3,10 +3,10 @@
"id": "timemachine", "id": "timemachine",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "App to setup the server as a Time Machine backup target", "en": "Application to configure the server as a Time Machine backup target",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" "fr": "Application pour configurer le serveur comme cible de sauvegarde Time Machine"
}, },
"version": "1.0~ynh4", "version": "1.0~ynh5",
"url": "https://support.apple.com/en-us/HT201250", "url": "https://support.apple.com/en-us/HT201250",
"upstream": { "upstream": {
"license": "WTFPL", "license": "WTFPL",
@ -34,7 +34,8 @@
"name": "password", "name": "password",
"type": "password", "type": "password",
"help": { "help": {
"en": "Password to access the Time Machine" "en": "Password to access the Time Machine",
"fr": "Mot de passe pour accéder à Time Machine"
} }
} }
] ]