Skip to content

Commit

Permalink
Merge pull request #68 from YunoHost-Apps/master-promotion
Browse files Browse the repository at this point in the history
Upgrade master from testing
  • Loading branch information
ewilly authored Jul 20, 2024
2 parents b61977d + 2b2aeb3 commit 914dc5b
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Shipped version:** 1.108.0~ynh3
**Shipped version:** 1.109.2~ynh1

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Versión actual:** 1.108.0~ynh3
**Versión actual:** 1.109.2~ynh1

## Capturas

Expand Down
2 changes: 1 addition & 1 deletion README_eu.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Paketatutako bertsioa:** 1.108.0~ynh3
**Paketatutako bertsioa:** 1.109.2~ynh1

## Pantaila-argazkiak

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos.
- Interface conviviale et egronomique ;


**Version incluse :** 1.108.0~ynh3
**Version incluse :** 1.109.2~ynh1

## Captures d’écran

Expand Down
2 changes: 1 addition & 1 deletion README_gl.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Versión proporcionada:** 1.108.0~ynh3
**Versión proporcionada:** 1.109.2~ynh1

## Capturas de pantalla

Expand Down
2 changes: 1 addition & 1 deletion README_zh_Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**分发版本:** 1.108.0~ynh3
**分发版本:** 1.109.2~ynh1

## 截图

Expand Down
26 changes: 26 additions & 0 deletions conf/build-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"sources": [
{
"name": "imagemagick",
"version": "?"
},
{
"name": "libheif",
"version": "?"
},
{
"name": "libraw",
"version": "?"
},
{
"name": "libvips",
"version": "?"
}
],
"packages": [
{
"name": "ffmpeg",
"version": "?"
}
]
}
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.108.0~ynh3"
version = "1.109.2~ynh1"

maintainers = ["ewilly"]

Expand Down Expand Up @@ -42,8 +42,8 @@ ram.runtime = "500M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/immich-app/immich/archive/refs/tags/v1.108.0.tar.gz"
sha256 = "102e2c91a30e64471ff565bf232cd5ddeedd15e609e7ad05436a86fb550657c0"
url = "https://github.com/immich-app/immich/archive/refs/tags/v1.109.2.tar.gz"
sha256 = "c45bed3fa510d51df6e31e7bbf06bda3413aa4ef751d9c6d7596ffc49b921459"

autoupdate.strategy = "latest_github_release"

Expand Down
4 changes: 4 additions & 0 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ ynh_add_config --template="env-machine-learning" --destination="$install_dir/env
chmod 600 "$install_dir/env-machine-learning"
chown $app:$app "$install_dir/env-machine-learning"

ynh_add_config --template="build-lock.json" --destination="$install_dir/app/build-lock.json"
chmod 600 "$install_dir/app/build-lock.json"
chown $app:$app "$install_dir/app/build-lock.json"

#=================================================
# SYSTEM CONFIGURATION
#=================================================
Expand Down
4 changes: 4 additions & 0 deletions scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ ynh_add_config --template="env-machine-learning" --destination="$install_dir/env
chmod 600 "$install_dir/env-machine-learning"
chown $app:$app "$install_dir/env-machine-learning"

ynh_add_config --template="build-lock.json" --destination="$install_dir/app/build-lock.json"
chmod 600 "$install_dir/app/build-lock.json"
chown $app:$app "$install_dir/app/build-lock.json"

#=================================================
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================
Expand Down

0 comments on commit 914dc5b

Please sign in to comment.