Browse Source

Update photoprism to version 240711-2197af848 (#1313)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
21fe6e07e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      photoprism/docker-compose.yml
  2. 24
      photoprism/umbrel-app.yml

4
photoprism/docker-compose.yml

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/originals/*,/import/*"
web:
image: photoprism/photoprism:231128@sha256:cf45026f3381b13cc638ed556d1f717340267d1a832794380f49998fd3a899c8
image: photoprism/photoprism:240711@sha256:b8dc65e14808021dff7fdb60723fe7e7cd224db1fd356c4e3f1892fa4912e4e4
user: "1000:1000"
restart: on-failure
stop_grace_period: "1m"
@ -45,4 +45,4 @@ services:
MYSQL_ROOT_PASSWORD: "photoprism"
MYSQL_DATABASE: "photoprism"
MYSQL_USER: "photoprism"
MYSQL_PASSWORD: "photoprism"
MYSQL_PASSWORD: "photoprism"

24
photoprism/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: photoprism
category: files
name: PhotoPrism
version: "231128"
version: "240711-2197af848"
tagline: Self-host your photo and video library
description: >-
PhotoPrism® is a privately hosted app for browsing, organizing, and
@ -11,7 +11,7 @@ description: >-
solutions that force you to upload your visual memories to the cloud!
- Our intuitive user interface makes browsing and organizing your photo collection as easy as it should be — whether its on a phone, tablet, or desktop computer.
- Our intuitive user interface makes browsing and organizing your photo collection as easy as it should be — whether it's on a phone, tablet, or desktop computer.
- Index everything without worrying about duplicates or RAW to JPEG conversion.
@ -23,7 +23,7 @@ description: >-
- Includes four high-resolution world maps to see where you've been, and for rediscovering long-forgotten shots.
- WebDAV clients, like Microsofts Windows Explorer or Apple's Finder, may connect directly to PhotoPrism so that you to can open, edit, and delete files from your computer or phone as if they were local. You may easily sync your pictures with PhotoSync as well.
- WebDAV clients, like Microsoft's Windows Explorer or Apple's Finder, may connect directly to PhotoPrism so that you to can open, edit, and delete files from your computer or phone as if they were local. You may easily sync your pictures with PhotoSync as well.
- Because PhotoPrism is built as a progressive web app, it provides a native app-like experience, and you may install it on your home screen. There's also a community-maintained native app in development.
@ -42,20 +42,14 @@ defaultUsername: "admin"
deterministicPassword: true
torOnly: false
releaseNotes: >-
Our latest service release provides updated dependencies and fixes for recently discovered issues.
What's new?
- Improved camera and lens information in the cards view details
- Fixed cards view rendering when a lens has no model description
- Improved performance when extracting still images for creating thumbnails
- Improved SVG conversion using RSVG instead of ImageMagick
- and many more...
- Added support for single sign-on via OpenID Connect (OIDC)
- Added support for MPEG-5 Essential Video Coding (EVC)
- Added filter to transcode 10bit videos with Intel QSV
- Local passwords can now be removed using the CLI
- Updated French and Japanese translations
Full release notes can be found at: https://github.com/photoprism/photoprism/releases/
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/bf4c6f127f1fcf4dbe8eea55729502dfb34278e9
submission: https://github.com/getumbrel/umbrel/commit/bf4c6f127f1fcf4dbe8eea55729502dfb34278e9
Loading…
Cancel
Save