summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy2023-04-02 13:14:08 +0200
committerandy2023-04-02 13:14:08 +0200
commit520a760ac6b70e358873ac8ae61f808b6208d538 (patch)
treef618272a6b8fe3c51f6ab2d208de0a0116064cda
parent38554533a58d7a6d5a5c0d2bc2e44f9a3657c6b2 (diff)
downloadaur-520a760ac6b70e358873ac8ae61f808b6208d538.tar.gz
update to 1.52.1 without typesense search. ATTENTION: Search does not work without the typesense container for now.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--immich.conf35
3 files changed, 20 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b34d3e1a8e6..69856818e52c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = immich
pkgdesc = Self-hosted photos and videos backup tool
- pkgver = 1.50.1
- pkgrel = 2
+ pkgver = 1.52.1
+ pkgrel = 0
url = https://github.com/immich-app/immich
arch = x86_64
license = MIT
@@ -23,7 +23,7 @@ pkgbase = immich
depends = python-sentence-transformers
depends = numactl
backup = etc/immich.conf
- source = https://github.com/immich-app/immich/archive/refs/tags/v1.50.1.tar.gz
+ source = https://github.com/immich-app/immich/archive/refs/tags/v1.52.1.tar.gz
source = immich-server.service
source = immich-microservices.service
source = immich-machine-learning.service
@@ -31,13 +31,13 @@ pkgbase = immich
source = immich.sysusers
source = immich.conf
source = nginx.immich.conf
- sha256sums = 07607726c347bd9e3701a996e0f426bbdc7941c83b67ba02f031aef1e081c8fa
+ sha256sums = 99c506ec161913ff590035950a087110dbd2316446711ff8d629e7e5d0c0a9da
sha256sums = 4610abec7e1d14eb4b9c33dcbf1362537281e46c96eb79c9a0cef72ad03bd0e2
sha256sums = dc16ca71d9e1644653570562e672f8e3b9a3c06a95893b20181c9bf2500c03ff
sha256sums = 7507075f88cf2757aca8d8a480c69674c9be92d65927c4eb643064d6b66bf728
sha256sums = 64fd6dcbe66ffb47805221a4122da3defe421bcb636a4ce0fdaa64bd2c7e8bc0
sha256sums = c7db0e5e2eb50bd48892a7e669a2ced65988af43fb82ad67d8e2cc607a6aeb47
- sha256sums = 45350c8b032783360eec0619d4cccb30c26f590c771561026f78e02d9b12ebc5
+ sha256sums = d8d1e3da01efd56bccd864235604118e0d3e5b3c412c2412a4be997225b41c4f
sha256sums = a56e17b6bcde900a4abc6e0b04fa9363979d3e2cda21f27421b3727a7e9320e9
pkgname = immich
diff --git a/PKGBUILD b/PKGBUILD
index 33427eadbd2a..b3f95247a6b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=immich
-pkgrel=2
-pkgver=1.50.1
+pkgrel=0
+pkgver=1.52.1
pkgdesc='Self-hosted photos and videos backup tool'
url='https://github.com/immich-app/immich'
license=('MIT')
@@ -16,13 +16,13 @@ source=("https://github.com/immich-app/immich/archive/refs/tags/v${pkgver}.tar.g
"immich.conf"
"nginx.immich.conf"
)
-sha256sums=('07607726c347bd9e3701a996e0f426bbdc7941c83b67ba02f031aef1e081c8fa'
+sha256sums=('99c506ec161913ff590035950a087110dbd2316446711ff8d629e7e5d0c0a9da'
'4610abec7e1d14eb4b9c33dcbf1362537281e46c96eb79c9a0cef72ad03bd0e2'
'dc16ca71d9e1644653570562e672f8e3b9a3c06a95893b20181c9bf2500c03ff'
'7507075f88cf2757aca8d8a480c69674c9be92d65927c4eb643064d6b66bf728'
'64fd6dcbe66ffb47805221a4122da3defe421bcb636a4ce0fdaa64bd2c7e8bc0'
'c7db0e5e2eb50bd48892a7e669a2ced65988af43fb82ad67d8e2cc607a6aeb47'
- '45350c8b032783360eec0619d4cccb30c26f590c771561026f78e02d9b12ebc5'
+ 'd8d1e3da01efd56bccd864235604118e0d3e5b3c412c2412a4be997225b41c4f'
'a56e17b6bcde900a4abc6e0b04fa9363979d3e2cda21f27421b3727a7e9320e9')
backup=("etc/immich.conf")
diff --git a/immich.conf b/immich.conf
index a1a9726067b8..96964ffa2dc9 100644
--- a/immich.conf
+++ b/immich.conf
@@ -2,7 +2,7 @@
# Database
###################################################################################
-DB_HOSTNAME=immich_postgres
+DB_HOSTNAME=/run/postgresql/.s.PGSQL.5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich
@@ -20,7 +20,7 @@ REDIS_HOSTNAME=immich_redis
# REDIS_PORT=6379
# REDIS_DBINDEX=0
# REDIS_PASSWORD=
-# REDIS_SOCKET=
+REDIS_SOCKET=/run/redis/redis.sock
###################################################################################
# Upload File Location
@@ -30,21 +30,12 @@ REDIS_HOSTNAME=immich_redis
UPLOAD_LOCATION=/var/lib/immich/upload
-###################################################################################
-# Log message level - [simple|verbose]
-###################################################################################
-
-LOG_LEVEL=simple
###################################################################################
-# JWT SECRET
-#
-# This JWT_SECRET is used to sign the authentication keys for user login
-# You should set it to a long randomly generated value
-# You can use this command to generate one: openssl rand -base64 128
+# Typesense
###################################################################################
-
-JWT_SECRET=
+TYPESENSE_API_KEY=
+TYPESENSE_ENABLED=false
###################################################################################
# Reverse Geocoding
@@ -84,16 +75,12 @@ PUBLIC_LOGIN_PAGE_MESSAGE=
# IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
####################################################################################
-# OAuth Setting - Optional
+# Alternative API's External Address - Optional
#
-# These setting will enable OAuth login for your instance of Immich
-# Folow the instructions in the page https://immich.app/docs/usage/oauth to set up your OAuth provider
+# This is an advanced feature used to control the public server endpoint returned to clients during Well-known discovery.
+# You should only use this if you want mobile apps to access the immich API over a custom URL. Do not include trailing slash.
+# NOTE: At this time, the web app will not be affected by this setting and will continue to use the relative path: /api
+# Examples: http://localhost:3001, http://immich-api.example.com, etc
####################################################################################
-# OAUTH_ENABLED=false
-# OAUTH_ISSUER_URL=
-# OAUTH_CLIENT_ID=
-# OAUTH_CLIENT_SECRET=
-# OAUTH_BUTTON_TEXT=Login with OAuth
-# OAUTH_AUTO_REGISTER=true
-# OAUTH_SCOPE="openid profile email"
+#IMMICH_API_URL_EXTERNAL=http://localhost:3001