mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
API: Option to create custom components/extensions/addons #2435
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#2435
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 @Blendan1 on GitHub (Nov 11, 2025).
Confirmation
What Problem Does This Solve and Why Is It Valuable?
An option to create your own extensions/addons for the Frontend (maybe even with backend options like custom apis) would be great, as it would allow external developers to work on photoprism and create custom features without impacting the main project.
Other users can then import the addons from others and use them.
What Solution Would You Like?
It would be great to have an addon manager in the settings, something where you can add addons from a link (github) and it can search for updates automatically, the addons are then loaded into the page/api.
The addons are stored in a folder where you can also add addons manually (for development) without a github.
The addons itself are vue components that get a Standard api and a placer file where the component should appear (is it a new tab in photo details, in the side menu, in the search or so on) and the api the component gets is determend by where its placed (so the current scope).
as for the backend im unsure of how to do that maybe someone else has an idea there.
What Alternatives Have You Considered?
Currently i wrote some addons by directly manipulating the page via js and getting the apis by looking into the dom of the page, but this is very buggy and not reliable.
Additional Context
No response