PhotoPrism
PhotoPrism
OfficialDocker app from Findthelorax's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:2342]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Storage PATH for generated files like cache and index (Keep cache, settings and database)
- Target
- /photoprism/storage
- Value
- /mnt/user/appdata/photoprism
Path to your images and storage folder
- Target
- /photoprism/originals
Only if you want to use the Import function of PhotoPrism (ATTENTION: Don't put the import folder in a subdirectory of the storage folder for your images!)
- Target
- /photoprism/import
Allow uploads that MAY be offensive (Valid options: 'true' or 'false')
- Target
- PHOTOPRISM_UPLOAD_NSFW
- Value
- true
Flag photos as private that MAY be offensive (Valid options: 'true' or 'false')
- Target
- PHOTOPRISM_DETECT_NSFW
- Value
- false
Website Title
- Target
- PHOTOPRISM_SITE_TITLE
Website Caption
- Target
- PHOTOPRISM_SITE_CAPTION
Website Description
- Target
- PHOTOPRISM_SITE_DESCRIPTION
Website Author
- Target
- PHOTOPRISM_SITE_AUTHOR
Initial Admin Password - you can change the password on the settings page (If you don't want to use a password delete this entry and create another variable with the Key: 'PHOTOPRISM_PUBLIC' and the Value: 'true')
- Target
- PHOTOPRISM_ADMIN_PASSWORD
WebGUI Port
- Target
- 2342
- Value
- 2342
Choose if you want to use the builtin 'sqlite' database or a 'mysql' based database (If you got problems where the database lockes up you should switch to mysql but you have to also setup a dedicated database for that for example 'MariaDB' from Linuxserver.io)
- Target
- PHOTOPRISM_DATABASE_DRIVER
- Value
- sqlite
Needs to be filled out if you are using a 'mysql' based databyse type (it has to be filled in exact this format: 'DBUSER:DBPASSWORD@tcp(DBIP:DBPORT)/photoprism?parseTime=true' all values in CAPS have to be replaced with your credentials and without quotes)
- Target
- PHOTOPRISM_DATABASE_DSN
Set the safety delay for the Webdav Autoindexing in seconds (set to '-1' to disable set to '0' to enable the default value of 15 minutes or your preferred value in seconds)
- Target
- PHOTOPRISM_AUTO_INDEX
- Value
- 0
Set the safety delay for the Webdav Autoimport in seconds (set to '-1' to disable set to '0' to enable the default value of 15 minutes or your preferred value in seconds)
- Target
- PHOTOPRISM_AUTO_IMPORT
- Value
- 0
Users can not view or change settings (Valid options: 'true' or 'false')
- Target
- PHOTOPRISM_SETTINGS_HIDDEN
- Value
- false
Enable on-demand thumbnail rendering (high memory and cpu usage - Valid options: 'true' or 'false')
- Target
- PHOTOPRISM_THUMB_UNCACHED
- Value
- false
Pre-rendered thumbnail size limit (default 2048, min 720, max 7680)
- Target
- PHOTOPRISM_THUMB_SIZE
- Value
- 2048
On-demand rendering size limit (default 7680, min 720, max 7680)
- Target
- PHOTOPRISM_THUMB_SIZE_UNCACHED
- Value
- 7680
Size limit for converted image files in pixels (720-30000)
- Target
- PHOTOPRISM_JPEG_SIZE
- Value
- 7680
Set to 95 for high-quality thumbnails (requires more storage)
- Target
- PHOTOPRISM_JPEG_QUALITY
- Value
- 90
Use darktable presets (disables concurrent raw to jpeg conversion - Valid options: 'true' or 'false')
- Target
- PHOTOPRISM_DARKTABLE_PRESETS
- Value
- false
Resample filter, best to worst: blackman, lanczos, cubic, linear
- Target
- PHOTOPRISM_THUMB_FILTER
- Value
- lanczos
Enable experimental features (Valid options: 'true' or 'false')
- Target
- PHOTOPRISM_EXPERIMENTAL
- Value
- false
- Target
- PHOTOPRISM_UID
- Value
- 99
- Target
- PHOTOPRISM_GID
- Value
- 100
Change only if you know what you are doing! (delete this value if you want to store your database and generated thumnails in the main directory)
- Target
- PHOTOPRISM_STORAGE_PATH
- Value
- /photoprism/storage
Categories
Download Statistics
Total Downloads Over Time
Details
photoprism/photoprismRun PhotoPrism on Unraid.
PhotoPrism is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.