mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 02:35:50 +03:00
[GH-ISSUE #210] Documentation about Outgoing Connections #39
Labels
No labels
bug
docs 📚
done
enhancement
enhancement
help wanted
idea
low-priority
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism-docs#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coolwanglu on GitHub (Oct 9, 2025).
Original GitHub issue: https://github.com/photoprism/photoprism-docs/issues/210
firewall.md lists a few hosts that should be allowed by firewall. I think we should further specify "which firewall".
Here's my findings, not necessarily accurate:
@lastzero commented on GitHub (Dec 11, 2025):
In this context, "firewall" is meant in a fairly broad sense: anything that filters outgoing HTTP/HTTPS traffic — that can be a host firewall on the PhotoPrism server / container host, a corporate perimeter firewall, or an explicit HTTP/HTTPS proxy in between. That’s why the docs currently just say "if you have a firewall installed, allow requests to the following hosts".
The specific hosts that should be reachable are:
From a firewall / proxy configuration point of view, the two important paths are:
We could improve the docs by:
Would this help?