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.md

49 lines
1.9 KiB
Markdown
Raw Normal View History

2022-08-30 19:10:45 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2024-03-26 06:53:38 +01:00
# Immich for YunoHost
[![Integration level](https://dash.yunohost.org/integration/immich.svg)](https://dash.yunohost.org/appci/app/immich) ![Working status](https://ci-apps.yunohost.org/ci/badges/immich.status.svg) ![Maintenance status](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
[![Install Immich with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=immich)
2022-08-30 19:10:45 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2024-03-26 06:53:38 +01:00
> *This package allows you to install Immich quickly and simply on a YunoHost server.
2022-08-30 19:10:45 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2024-03-26 06:53:38 +01:00
Photo and video backup solution directly from your mobile phone
2022-08-30 19:10:45 +02:00
2024-03-26 06:53:38 +01:00
**Shipped version:** 1.90.2~ynh1
2022-08-30 19:10:45 +02:00
## Screenshots
2024-03-26 06:53:38 +01:00
![Screenshot of Immich](./doc/screenshots/immich-screenshots.png)
2022-08-30 19:10:45 +02:00
## Documentation and resources
2024-03-26 06:53:38 +01:00
* Official app website: <https://www.immich.app>
* Official user documentation: <https://github.com/immich-app/immich#getting-started>
* Official admin documentation: <https://github.com/immich-app/immich#getting-started>
* Upstream app code repository: <https://github.com/immich-app/immich>
* YunoHost Store: <https://apps.yunohost.org/app/immich>
* Report a bug: <https://github.com/YunoHost-Apps/immich_ynh/issues>
2022-08-30 19:10:45 +02:00
## Developer info
2024-03-26 06:53:38 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/immich_ynh/tree/testing).
2022-08-30 19:10:45 +02:00
To try the testing branch, please proceed like that.
``` 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
or
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
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>