Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes #139

Draft
wants to merge 87 commits into
base: preview
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
a891da7
Backend: Add a 'search' CLI command
seeschloss Apr 10, 2023
39e26b7
CLI: Improve "find" command to support more output formats #3222
lastzero Jun 12, 2023
092fe04
CLI: Shorten "find" command usage description #3222
lastzero Jun 12, 2023
97ae47b
Removed omit tag so that Photo's Album array gets populated
dxc-maravillo Jan 12, 2023
0b9cb2e
Sample use of populated Albums array.
dxc-maravillo Jan 12, 2023
6a4bfa8
UX: Show albums in the Info tab of the edit dialog #3095
lastzero Jun 13, 2023
4ecece5
Update MomentLabels
fly-man- Jan 9, 2023
edf53a9
Moments: Update holidays and pets #3081
lastzero Jun 13, 2023
00b1472
Backend: Update deps in go.mod and go.sum
lastzero Jun 13, 2023
9a5af31
Frontend: Update deps in package-lock.json
lastzero Jun 13, 2023
9e316a2
add link from file tab to folder
alexislefebvre Nov 20, 2022
53aeaff
Photos: Refactor link from the Files tab to the file folder #2926
lastzero Jun 13, 2023
a7cc1e3
CLI: Change type of import --dest flag to string #3473
lastzero Jun 13, 2023
b91723e
Backend: Update deps in go.mod and go.sum
lastzero Jun 13, 2023
4430c79
CI: Update Makefile
lastzero Jun 13, 2023
a7c8f01
Config: Refactor directory initialization and improve inline docs
lastzero Jun 14, 2023
f933aaa
Photos: Display link to file browser depending on user permissions #2926
lastzero Jun 14, 2023
4a66c75
Frontend: Update source line numbers in translations.pot
lastzero Jun 14, 2023
1776728
Frontend: Update deps in package-lock.json
lastzero Jun 14, 2023
90a18f6
Photos: Skip related albums from which a photo was removed #3095
lastzero Jun 15, 2023
f1e98f9
CI: Update release target in Makefile
lastzero Jun 15, 2023
ae095f4
Albums: Flag all unknown / deleted photos as missing to fix counts #3481
lastzero Jun 15, 2023
fa5d8b4
Albums: Replace tabs with spaces in SQL query #3481
lastzero Jun 15, 2023
df0d93b
Videos: Play videos in full size (work in progress)
lastzero Jun 15, 2023
054a076
Revert "Videos: Play videos in full size (work in progress)"
lastzero Jun 19, 2023
87b6d72
CLI: Improve length check in "photoprism passwd" command #3482
lastzero Jun 19, 2023
31f9b88
UX: Improve video player size, background and error handling #1307 #3372
lastzero Jun 20, 2023
ee6e6c6
Frontend: Update deps in package-lock.json
lastzero Jun 20, 2023
96e0981
Backend: Update deps in go.mod and go.sum
lastzero Jun 20, 2023
0818d59
Weblate: Update frontend translations
weblate Jun 20, 2023
bae5eac
Frontend: Update translations.json
lastzero Jun 20, 2023
749d4b6
Tests: Add unit tests #3482
graciousgrey Jun 23, 2023
17242fb
Tests: Add unit tests #3482
graciousgrey Jun 23, 2023
accb17b
Auth: Update invalid role log message in user entity
lastzero Jun 26, 2023
43e98cc
Tests: Add unit tests for pkg/authn
graciousgrey Jun 26, 2023
186d1f2
Tests: Add unit tests for internal/entity
graciousgrey Jun 26, 2023
1e55e5b
Tests: Add unit tests for pkg/clean
graciousgrey Jun 26, 2023
f53619b
Tests: Improve acceptance tests
graciousgrey Jun 26, 2023
e1ddaa7
Tests: Add unit tests
graciousgrey Jun 27, 2023
29462bc
Tests: Add unit tests
graciousgrey Jun 27, 2023
5f10368
Tests: Add unit tests
graciousgrey Jun 27, 2023
b4dffec
Frontend: Update deps in package-lock.json
lastzero Jun 27, 2023
111d0a2
Tests: Reorder imports in fileinfo_test.go
lastzero Jun 27, 2023
7910994
Update README.md
lastzero Jun 27, 2023
37c40c9
Accept YYYYMMDD format in filenames (e.g. WhatsApp)
Bur0k Jun 12, 2022
08ba1e1
Switched general YYYYMMDD Filter to a WhatsApp specific [IMG,VID]-YYY…
Bur0k Jun 13, 2022
83d10ea
Config: Add video transcoding resolution option (#3498)
Lukasdotcom Jun 28, 2023
19699c4
Tests: Add unit tests
graciousgrey Jun 28, 2023
9b3917d
Tests: Add unit tests
graciousgrey Jun 28, 2023
a6d3eee
Config: Fix FFmpegResolution() func and related test #3498
lastzero Jun 28, 2023
8e43186
Config: Generate default HTTPS/TLS certificate on first startup #3509
lastzero Jun 28, 2023
6ebbab9
Develop: Upgrade base image from 230607-lunar to 230628-lunar #3509
lastzero Jun 28, 2023
2dc9e14
Init: Shorten install-https.sh script #3509
lastzero Jun 28, 2023
19ac83d
Config: Downscale videos based on largest dimension (#3510)
Lukasdotcom Jun 29, 2023
03f92bc
Config: Fix expected return value in config_ffmpeg_test.go #3510
lastzero Jun 29, 2023
da61515
JPEG: Automatically fix files with missing EOI marker (#2721)
AlD Jun 29, 2023
9a699f2
Metadata: When parsing dates from exiftool, remap year 0 to 1 (#2508)
carlonluca Jun 29, 2023
da8e5a9
Frontend: Update deps in package-lock.json
lastzero Jun 29, 2023
1c9dad9
Backend: Update deps in go.mod
lastzero Jun 29, 2023
2f21b4f
Auth: Refactor login page footer #98
lastzero Jun 29, 2023
5041b7f
Search: Enhance "geo" filter to find pictures without coordinates #3493
lastzero Jun 29, 2023
e5db48b
Search: Update geo filter form notes #3493
lastzero Jun 29, 2023
11e7d3f
JPEG: Refactor error correction for broken files #2463 #2721 #3363
lastzero Jun 29, 2023
c3fd96a
Update CODE_OF_CONDUCT.md
lastzero Jul 5, 2023
ff5f3dd
Weblate: Update frontend translations (#3538)
photoprismci Jul 10, 2023
bd27ad0
Frontend: Update translations.json and package-lock.json
lastzero Jul 12, 2023
91c006a
Backend: Update go.mod
lastzero Jul 12, 2023
dbc2887
Develop: Update base image from 230628 tp 230712
lastzero Jul 12, 2023
945737b
Backend: Update deps in go.mod and go.sum
lastzero Jul 12, 2023
14b415d
Config: Add PHOTOPRISM_DISABLE_TLS to docker-compose.yml examples #3509
lastzero Jul 13, 2023
b9a7cb4
Config: Update docker/windows/install.bat example #3509
lastzero Jul 13, 2023
38e8e1b
Config: Update docker/windows/install.bat example #3509
lastzero Jul 13, 2023
09bd901
Config: Update windows batch file examples #3509
lastzero Jul 13, 2023
c172e06
Config: Update windows install.bat example #3509
lastzero Jul 13, 2023
89842c8
Config: Update windows install.bat example #3509
lastzero Jul 13, 2023
131ccba
Config: Update windows uninstall.bat example #3509
lastzero Jul 13, 2023
bc05936
Config: Update windows (un)install.bat examples #3509
lastzero Jul 13, 2023
5176380
Config: Add "@echo off" to windows batch file examples #3509
lastzero Jul 13, 2023
00acfb5
Config: Increase wait time in install.bat file example #3509
lastzero Jul 13, 2023
d574abf
Config: Improve windows batch script examples #3509
lastzero Jul 13, 2023
7e680a6
Config: Download update.bat in windows batch script examples #3509
lastzero Jul 13, 2023
f225191
Config: Update uninstall.bat Windows batch script #3509
lastzero Jul 13, 2023
40a0185
Config: Update install.bat Windows batch script #3509
lastzero Jul 13, 2023
89a839a
Merge branch 'preview' into develop-upstream
kvalev Jul 13, 2023
d86cebf
Backend: Update Go dependencies
kvalev Jul 14, 2023
b4c198b
Metadata: Replace the WhatsApp filename handler with the upstream one
kvalev Jul 19, 2023
0ad4940
CI: Do not create https certificate for Uffizzi
kvalev Jul 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**By using the software and services we provide, you agree to our [Terms of Service](https://www.photoprism.app/terms), including our [Privacy Policy](https://www.photoprism.app/privacy) and the following Code of Conduct. It explains the "dos and don’ts" when interacting with our team and other community members.**

*Last Updated: May 13, 2023*
*Last Updated: July 5, 2023*

## Rules

Expand All @@ -18,7 +18,7 @@ Because we want our Code of Conduct to be easy to understand and implement, we h

Not everyone has experience with Open Source communities and intuitively knows what is acceptable. In that case, the following guidelines and examples are meant to provide a quick overview and help you avoid the most common pitfalls:

(a) Do not [feel entitled](https://www.reddit.com/r/photoprism/comments/13emwf0/did_you_guys_really_nerf_hardware_transcoding/) to free software, support, or advice, especially if you are not a contributor, [member](https://link.photoprism.app/membership), or paying customer. Don't expect contributors to report to you and [meet deadlines](https://docs.photoprism.app/developer-guide/code-quality/#go-slow-before-you-go-fast) as if they work for you or owe you something, even if you donated a small amount. We also ask that you do not use GitHub Issues or other development tools to start general discussions, get technical support, or express personal opinions.
(a) Do not [feel entitled](https://www.reddit.com/r/photoprism/comments/13emwf0/did_you_guys_really_nerf_hardware_transcoding/) to free software, support, or advice, especially if you are not a contributor, [member](https://link.photoprism.app/membership), or business customer. Don't expect contributors to [give status reports](https://docs.photoprism.app/developer-guide/code-quality/#go-slow-before-you-go-fast) as if they work for you or owe you something, even if you have donated a small amount. We also ask that you do not use GitHub Issues or other development tools to start general discussions, get technical support, or express personal opinions.

(b) Honor **Rule #2**, [read the docs](https://docs.photoprism.app) and [determine the cause of your problem](https://docs.photoprism.app/getting-started/troubleshooting/) before opening invalid bug reports, starting a public "shitstorm", or insulting other community members in our chat rooms. Aside from being annoying for everyone, it also keeps our team from working on features and enhancements that users like you are waiting for.

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubuntu 23.04 (Lunar Lobster)
FROM photoprism/develop:230607-lunar
FROM photoprism/develop:230712-lunar

## Alternative Environments:
# FROM photoprism/develop:jammy # Ubuntu 22.04 LTS (Jammy Jellyfish)
Expand Down
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,10 @@ docker-unstable-lunar:
docker pull --platform=amd64 photoprism/develop:lunar
docker pull --platform=amd64 photoprism/develop:lunar-slim
scripts/docker/buildx-multi.sh photoprism linux/amd64 unstable-ce /lunar
preview: docker-preview
docker-preview: docker-preview-latest
preview: docker-preview-ce
docker-preview: docker-preview-ce
docker-preview-all: docker-preview-latest docker-preview-other
docker-preview-ce: docker-preview-lunar
docker-preview-latest: docker-preview-ubuntu
docker-preview-debian: docker-preview-bookworm
docker-preview-ubuntu: docker-preview-lunar
Expand Down Expand Up @@ -425,14 +426,14 @@ docker-preview-lunar:
docker pull --platform=amd64 photoprism/develop:lunar-slim
docker pull --platform=arm64 photoprism/develop:lunar
docker pull --platform=arm64 photoprism/develop:lunar-slim
scripts/docker/buildx-multi.sh photoprism linux/amd64,linux/arm64 preview-ce /lunar "-t photoprism/photoprism:preview-ce-ubuntu"
scripts/docker/buildx-multi.sh photoprism linux/amd64,linux/arm64 preview-ce /lunar
docker-preview-impish:
docker pull --platform=amd64 photoprism/develop:impish
docker pull --platform=arm64 photoprism/develop:impish
docker pull --platform=amd64 ubuntu:impish
docker pull --platform=arm64 ubuntu:impish
scripts/docker/buildx-multi.sh photoprism linux/amd64,linux/arm64 preview-impish /impish
release: docker-release-all
release: docker-release
docker-release: docker-release-latest
docker-release-all: docker-release-latest docker-release-other
docker-release-latest: docker-release-ubuntu
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PhotoPrism: Browse Your Life in Pictures
[![Documentation](https://img.shields.io/badge/read-the%20docs-4aa087.svg)](https://docs.photoprism.app/)
[![Community Chat](https://img.shields.io/badge/chat-on%20gitter-4aa087.svg)](https://link.photoprism.app/chat)
[![GitHub Discussions](https://img.shields.io/badge/ask-%20on%20github-4d6a91.svg)](https://link.photoprism.app/discussions)
[![Twitter](https://img.shields.io/badge/follow-@photoprism_app-00acee.svg)](https://link.photoprism.app/twitter)
[![Reddit](https://img.shields.io/badge/join-/r/photoprism-EC5800.svg)](https://link.photoprism.app/reddit)
[![Mastodon](https://dl.photoprism.app/img/badges/badge-mastodon.svg)](https://floss.social/@photoprism)
[![Twitter](https://dl.photoprism.app/img/badges/badge-twitter.svg)](https://link.photoprism.app/twitter)

PhotoPrism® is an AI-Powered Photos App for the [Decentralized Web](https://en.wikipedia.org/wiki/Decentralized_web).
It makes use of the latest technologies to tag and find pictures automatically without getting in your way.
Expand Down Expand Up @@ -83,9 +83,8 @@ Please also leave [a star](https://github.com/photoprism/photoprism/stargazers)

## Getting Support ##

Visit [docs.photoprism.app/user-guide](https://docs.photoprism.app/user-guide/) to learn how to [sync](https://docs.photoprism.app/user-guide/sync/webdav/), [organize](https://docs.photoprism.app/user-guide/library/), and [share](https://docs.photoprism.app/user-guide/share/) your pictures. If you need help installing our software at home, you can [join us on Reddit](https://link.photoprism.app/reddit), ask in our [Community Chat](https://link.photoprism.app/chat), or post your question in [GitHub Discussions](https://link.photoprism.app/discussions).

Common problems can be quickly diagnosed and solved using the [Troubleshooting Checklists](https://docs.photoprism.app/getting-started/troubleshooting/) in [Getting Started](https://docs.photoprism.app/getting-started/). Eligible [members](https://link.photoprism.app/membership) are also welcome to [email us for technical support](https://www.photoprism.app/contact) and personalized advice.
Visit [docs.photoprism.app/user-guide](https://docs.photoprism.app/user-guide/) to learn how to [sync](https://docs.photoprism.app/user-guide/sync/webdav/), [organize](https://docs.photoprism.app/user-guide/library/), and [share](https://docs.photoprism.app/user-guide/share/) your pictures. If you need help installing our software at home, you are welcome to post your question in [GitHub Discussions](https://link.photoprism.app/discussions) or ask in our [Community Chat](https://link.photoprism.app/chat).
Common problems can be quickly diagnosed and solved using our [Troubleshooting Checklists](https://docs.photoprism.app/getting-started/troubleshooting/). Eligible [members](https://link.photoprism.app/membership) are also welcome to email us for technical support and advice.

## Upcoming Features and Enhancements ##

Expand Down
Binary file added assets/static/img/404.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
PHOTOPRISM_ADMIN_USER: "admin" # admin login username
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (8-72 characters)
PHOTOPRISM_AUTH_MODE: "public" # authentication mode (public, password)
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/"
PHOTOPRISM_SITE_URL: "http://localhost:2342/"
PHOTOPRISM_SITE_CAPTION: "AI-Powered Photos App"
PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Photo Management"
PHOTOPRISM_SITE_AUTHOR: "@photoprism_app"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
PHOTOPRISM_ADMIN_USER: "admin" # admin login username
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (8-72 characters)
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/"
PHOTOPRISM_SITE_URL: "http://localhost:2342/"
PHOTOPRISM_SITE_CAPTION: "AI-Powered Photos App"
PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Photo Management"
PHOTOPRISM_SITE_AUTHOR: "@photoprism_app"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.uffizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
PHOTOPRISM_DEMO: "false"
PHOTOPRISM_PUBLIC: "false"
PHOTOPRISM_TEST: "true"
PHOTOPRISM_INIT: ""
ports:
- "2342:2342"
deploy:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
PHOTOPRISM_OIDC_CLIENT: "photoprism-develop"
PHOTOPRISM_OIDC_SECRET: "9d8351a0-ca01-4556-9c37-85eb634869b9"
## Site Information
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
PHOTOPRISM_SITE_CAPTION: "AI-Powered Photos App"
PHOTOPRISM_SITE_DESCRIPTION: "Tags and finds pictures without getting in your way!"
PHOTOPRISM_SITE_AUTHOR: "@photoprism_app"
Expand Down Expand Up @@ -111,6 +111,7 @@ services:
# PHOTOPRISM_FFMPEG_ENCODER: "nvidia" # FFmpeg encoder ("software", "intel", "nvidia", "apple", "raspberry", "vaapi") Intel: "intel" for Broadwell or later and "vaapi" for Haswell or earlier
# PHOTOPRISM_FFMPEG_ENCODER: "intel" # FFmpeg encoder ("software", "intel", "nvidia", "apple", "raspberry", "vaapi") Intel: "intel" for Broadwell or later and "vaapi" for Haswell or earlier`
# PHOTOPRISM_FFMPEG_BITRATE: "32" # FFmpeg encoding bitrate limit in Mbit/s (default: 50)
# PHOTOPRISM_FFMPEG_RESOLUTION: "1920" # FFmpeg encoding resolution limit in pixel height (default: 4096)
# LIBVA_DRIVER_NAME: "i965" # For Intel architectures Haswell and older which do not support QSV yet but use VAAPI instead
## Share hardware devices with FFmpeg and TensorFlow (optional):
# devices:
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -89,7 +89,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy dist files, scripts, and debian backports sources list.
COPY --from=build --chown=root:root --chmod=755 /opt/photoprism/ /opt/photoprism
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -86,7 +86,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy scripts.
COPY --chown=root:root --chmod=755 /scripts/dist/ /scripts/
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -86,7 +86,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy scripts.
COPY --chown=root:root --chmod=755 /scripts/dist/ /scripts/
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -89,7 +89,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy dist files, scripts, and debian backports sources list.
COPY --from=build --chown=root:root --chmod=755 /opt/photoprism/ /opt/photoprism
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/impish/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -89,7 +89,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy dist files and scripts.
COPY --from=build --chown=root:root --chmod=755 /opt/photoprism/ /opt/photoprism
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -87,7 +87,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy scripts.
COPY --chown=root:root --chmod=755 /scripts/dist/ /scripts/
Expand Down
5 changes: 3 additions & 2 deletions docker/photoprism/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_UPLOAD_NSFW="true" \
PHOTOPRISM_DETECT_NSFW="false" \
PHOTOPRISM_EXPERIMENTAL="false" \
PHOTOPRISM_SITE_URL="http://photoprism.me:2342/" \
PHOTOPRISM_SITE_URL="http://localhost:2342/" \
PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" \
PHOTOPRISM_SITE_DESCRIPTION="" \
PHOTOPRISM_SITE_AUTHOR="" \
Expand Down Expand Up @@ -87,7 +87,8 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
PHOTOPRISM_WORKERS=0 \
PHOTOPRISM_WAKEUP_INTERVAL=900 \
PHOTOPRISM_AUTO_INDEX=300 \
PHOTOPRISM_AUTO_IMPORT=300
PHOTOPRISM_AUTO_IMPORT=300 \
PHOTOPRISM_INIT="https"

# Copy scripts.
COPY --chown=root:root --chmod=755 /scripts/dist/ /scripts/
Expand Down
Loading