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

Merge pull request #69 from YunoHost-Apps/master-promotion
Some checks failed
Create master promotion pull request / masterPromotion (push) Has been cancelled
YunoHost apps package linter / test (push) Has been cancelled

Upgrade master from testing
This commit is contained in:
ewilly 2024-07-25 20:52:06 +00:00 committed by GitHub
commit 8185bcadbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 69 additions and 7 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;
**Shipped version:** 1.109.2~ynh1
**Shipped version:** 1.109.2~ynh2
## Screenshots

View file

@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;
**Versión actual:** 1.109.2~ynh1
**Versión actual:** 1.109.2~ynh2
## Capturas

View file

@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;
**Paketatutako bertsioa:** 1.109.2~ynh1
**Paketatutako bertsioa:** 1.109.2~ynh2
## Pantaila-argazkiak

View file

@ -24,7 +24,7 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos.
- Interface conviviale et egronomique ;
**Version incluse:** 1.109.2~ynh1
**Version incluse:** 1.109.2~ynh2
## Captures décran

View file

@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;
**Versión proporcionada:** 1.109.2~ynh1
**Versión proporcionada:** 1.109.2~ynh2
## Capturas de pantalla

58
README_id.md Normal file
View file

@ -0,0 +1,58 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# Immich untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/immich.svg)](https://ci-apps.yunohost.org/ci/apps/immich/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/immich.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/immich.maintain.svg)
[![Pasang Immich dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=immich)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang Immich secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
Self-hosted photo and video management solution.
### Features
- Simple-to-use backup tool with a native mobile app that can view photos and videos efficiently ;
- Easy-to-use and friendly interface ;
**Versi terkirim:** 1.109.2~ynh2
## Tangkapan Layar
![Tangkapan Layar pada Immich](./doc/screenshots/immich-screenshots.png)
## :red_circle: Antifitur
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://immich.app>
- Dokumentasi pengguna resmi: <https://github.com/immich-app/immich#getting-started>
- Dokumentasi admin resmi: <https://github.com/immich-app/immich#getting-started>
- Repositori kode aplikasi hulu: <https://github.com/immich-app/immich>
- Gudang YunoHost: <https://apps.yunohost.org/app/immich>
- Laporkan bug: <https://github.com/YunoHost-Apps/immich_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/immich_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/immich_ynh/tree/testing --debug
atau
sudo yunohost app upgrade immich -u https://github.com/YunoHost-Apps/immich_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

View file

@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;
**分发版本:** 1.109.2~ynh1
**分发版本:** 1.109.2~ynh2
## 截图

View file

@ -7,7 +7,7 @@ name = "Immich"
description.en = "Photo and video backup solution directly from your mobile phone"
description.fr = "Sauvegarde de photos et de vidéos directement depuis votre mobile"
version = "1.109.2~ynh1"
version = "1.109.2~ynh2"
maintainers = ["ewilly"]

View file

@ -120,6 +120,7 @@ myynh_install_python() {
# Install immich
myynh_install_immich() {
# Thanks to https://github.com/arter97/immich-native
# Check https://github.com/immich-app/base-images/blob/main/server/Dockerfile for changes
ynh_use_nodejs
@ -207,11 +208,13 @@ myynh_install_immich() {
curl -LO "https://download.geonames.org/export/dump/cities500.zip" 2>&1
curl -LO "https://download.geonames.org/export/dump/admin1CodesASCII.txt" 2>&1
curl -LO "https://download.geonames.org/export/dump/admin2Codes.txt" 2>&1
curl -LO "https://raw.githubusercontent.com/nvkelso/natural-earth-vector/v5.1.2/geojson/ne_10m_admin_0_countries.geojson" 2>&1
unzip "cities500.zip"
mkdir -p "$install_dir/app/geodata/"
cp -a "$source_dir/geonames/cities500.txt" "$install_dir/app/geodata/"
cp -a "$source_dir/geonames/admin1CodesASCII.txt" "$install_dir/app/geodata/"
cp -a "$source_dir/geonames/admin2Codes.txt" "$install_dir/app/geodata/"
cp -a "$source_dir/geonames/ne_10m_admin_0_countries.geojson" "$install_dir/app/geodata/"
date --iso-8601=seconds | tr -d "\n" > "$install_dir/app/geodata/geodata-date.txt"
# Install sharp