1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00
immich_ynh/README_fr.md

55 lines
2.3 KiB
Markdown
Raw Normal View History

2022-08-30 19:10:45 +02:00
<!--
2024-03-29 12:09:29 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-08-30 19:10:45 +02:00
-->
2024-03-26 06:53:38 +01:00
# Immich pour YunoHost
2022-08-30 19:10:45 +02:00
2024-03-26 06:53:38 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/immich.svg)](https://dash.yunohost.org/appci/app/immich) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/immich.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/immich.maintain.svg)
2022-08-30 19:10:45 +02:00
2024-03-26 06:53:38 +01:00
[![Installer Immich avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=immich)
2022-08-30 19:10:48 +02:00
2024-03-29 12:09:29 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-08-30 19:10:45 +02:00
2024-03-29 12:09:29 +01:00
> *Ce package vous permet dinstaller Immich rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-08-30 19:10:45 +02:00
2024-03-26 06:53:38 +01:00
## Vue densemble
2022-08-30 19:10:45 +02:00
2024-03-29 12:09:29 +01:00
Solution d'autohébergement pour a gestion de vos photos et vidéos.
2022-08-30 19:10:45 +02:00
2024-03-29 12:09:29 +01:00
### Caractéristiques
- Sauvegarde depuis l'applicaton mobile qui permet également de visualiser efficacement photos et vidéos ;
- Interface conviviale et egronomique ;
2024-05-15 03:37:52 +02:00
**Version incluse:** 1.105.1~ynh1
2022-08-30 19:10:45 +02:00
2024-03-26 06:53:38 +01:00
## Captures décran
2022-08-30 19:10:45 +02:00
2024-03-26 06:53:38 +01:00
![Capture décran de Immich](./doc/screenshots/immich-screenshots.png)
2022-08-30 19:10:45 +02:00
## Documentations et ressources
2024-04-01 10:43:30 +02:00
- Site officiel de lapp: <https://immich.app>
2024-03-29 12:09:29 +01:00
- Documentation officielle utilisateur: <https://github.com/immich-app/immich#getting-started>
- Documentation officielle de ladmin: <https://github.com/immich-app/immich#getting-started>
- Dépôt de code officiel de lapp: <https://github.com/immich-app/immich>
- YunoHost Store: <https://apps.yunohost.org/app/immich>
- Signaler un bug: <https://github.com/YunoHost-Apps/immich_ynh/issues>
2022-08-30 19:10:45 +02:00
## Informations pour les développeurs
2024-03-29 12:09:29 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/immich_ynh/tree/testing).
2022-08-30 19:10:45 +02:00
2024-03-29 12:09:29 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-08-30 19:10:45 +02:00
2024-03-29 12:09:29 +01:00
```bash
2024-03-26 06:53:38 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/immich_ynh/tree/testing --debug
2022-08-30 19:10:45 +02:00
ou
2024-03-26 06:53:38 +01:00
sudo yunohost app upgrade immich -u https://github.com/YunoHost-Apps/immich_ynh/tree/testing --debug
2022-08-30 19:10:45 +02:00
```
2024-03-29 12:09:29 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>