Browse Source

Update PhotoPrism to 230923 (#794)

main
Oleg Koretsky 1 year ago
committed by GitHub
parent
commit
72f5d9d7fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      photoprism/docker-compose.yml
  2. 18
      photoprism/umbrel-app.yml

2
photoprism/docker-compose.yml

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/originals/*,/import/*" PROXY_AUTH_WHITELIST: "/originals/*,/import/*"
web: web:
image: photoprism/photoprism:230625@sha256:3b6a64d86abb566b5314dc7b168476e421ca7322b9102c1bd9c79834c6bc6756 image: photoprism/photoprism:230923@sha256:64a0c712fc2e46e93e01c18fae8a00f947440dc67c88b603f35cedd57b406eac
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: "1m" stop_grace_period: "1m"

18
photoprism/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: photoprism id: photoprism
category: files category: files
name: PhotoPrism name: PhotoPrism
version: "230625" version: "230923"
tagline: Self-host your photo and video library tagline: Self-host your photo and video library
description: >- description: >-
PhotoPrism® is a privately hosted app for browsing, organizing, and PhotoPrism® is a privately hosted app for browsing, organizing, and
@ -42,21 +42,7 @@ defaultUsername: "admin"
deterministicPassword: true deterministicPassword: true
torOnly: false torOnly: false
releaseNotes: >- releaseNotes: >-
This update brings a ton of new features, performance improvements, and bug fixes, including: Our latest release includes a redesigned Places view, with the search box moved to the top and a preview for selected clusters at the bottom. We've also added support for Samsung/Google Motion Photos, so you can view them like Apple Live Photos after re-indexing your library. Beyond those highlights, you'll get many usability improvements, new search filters, and fixes for recently discovered issues. A big thank you to everyone who contributed!
- new high-resolution vector world map
- improved performance, security, and file type support
- improved translations
- improved video trascoding
- improved user interface
- new themes
- and more!
Full release notes can be found at: https://github.com/photoprism/photoprism/releases/ Full release notes can be found at: https://github.com/photoprism/photoprism/releases/

Loading…
Cancel
Save