mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Merge pull request #65 from YunoHost-Apps/master-promotion
Upgrade master from testing
This commit is contained in:
commit
b61977d128
8 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
|
|||
- Easy-to-use and friendly interface ;
|
||||
|
||||
|
||||
**Shipped version:** 1.108.0~ynh2
|
||||
**Shipped version:** 1.108.0~ynh3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
|
|||
- Easy-to-use and friendly interface ;
|
||||
|
||||
|
||||
**Versión actual:** 1.108.0~ynh2
|
||||
**Versión actual:** 1.108.0~ynh3
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
|
|||
- Easy-to-use and friendly interface ;
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 1.108.0~ynh2
|
||||
**Paketatutako bertsioa:** 1.108.0~ynh3
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -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~ynh2
|
||||
**Version incluse :** 1.108.0~ynh3
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
|
|||
- Easy-to-use and friendly interface ;
|
||||
|
||||
|
||||
**Versión proporcionada:** 1.108.0~ynh2
|
||||
**Versión proporcionada:** 1.108.0~ynh3
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
|
|||
- Easy-to-use and friendly interface ;
|
||||
|
||||
|
||||
**分发版本:** 1.108.0~ynh2
|
||||
**分发版本:** 1.108.0~ynh3
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -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~ynh2"
|
||||
version = "1.108.0~ynh3"
|
||||
|
||||
maintainers = ["ewilly"]
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@ myynh_execute_psql_as_root() {
|
|||
database="--dbname=$database"
|
||||
fi
|
||||
|
||||
sudo --login --user=postgres PGUSER=postgres PGPASSWORD="$(cat $PSQL_ROOT_PWD_FILE)" \
|
||||
LC_ALL=C sudo --login --user=postgres PGUSER=postgres PGPASSWORD="$(cat $PSQL_ROOT_PWD_FILE)" \
|
||||
psql --cluster="$(postgresql_version)/main" "$database" --command="$sql"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue