mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* wip: Install * wip: sharing * wip: features * wip: features * wip: tags and folder view * update links * fix: broken reference to page sections * pr feedback * Update docs/docs/overview/comparison.md Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> * webp * webp is glory * webp is glory --------- Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
60 lines
2.3 KiB
Markdown
60 lines
2.3 KiB
Markdown
# Partner Sharing
|
||
|
||
Immich allows you to share your library with other users. They can then view your library and download the assets. You can manage Partner Sharing from the [User Settings](docs/features/user-settings.md) page on the web.
|
||
|
||
Partner sharing includes:
|
||
|
||
- Access to all non-archived and trashed photos and videos.
|
||
- Access to all metadata, including GPS information.
|
||
- Access to share assets via shared links, albums, etc.
|
||
|
||
Partner sharing does _not_ include:
|
||
|
||
- Already existing partner albums
|
||
- If an asset is favorited
|
||
- People and facial recognition data
|
||
|
||
:::note
|
||
|
||
- Partner sharing is one-way. To view your partner's assets, they must also share them with you.
|
||
- Partner sharing may result in displaying duplicate assets on the main timeline, as duplicates are only detected on a per-user basis.
|
||
|
||
:::
|
||
|
||
## Sharing with a Partner
|
||
|
||
<img src={require('./img/partner-sharing-1.webp').default} width="70%" title='Add Partner 1' />
|
||
|
||
<img src={require('./img/partner-sharing-2.webp').default} width="70%" title='Add Partner 2' />
|
||
|
||
<img src={require('./img/partner-sharing-4.webp').default} width="70%" title='Add Partner 4' />
|
||
|
||
## Viewing Partner Assets
|
||
|
||
Access partner assets via the Sharing page.
|
||
|
||
<img src={require('./img/partner-sharing-3.webp').default} width="70%" title='Access to the Shared Library' />
|
||
|
||
## Timeline Integration
|
||
|
||
Partner shared photos can be displayed in the main timeline. This feature can be enabled on a per-partner basis and can be viewed and updated on both the web and mobile app.
|
||
|
||
### Web
|
||
|
||
The option can be found at [`Account Settings > Partner Sharing > Show in timeline`](https://my.immich.app/user-settings?isOpen=partner-sharing)
|
||
|
||
<img src={require('./img/partner-sharing-5.webp').default} width="70%" title='Partner Sharing for the web interface' />
|
||
|
||
### Mobile App
|
||
|
||
From the partner’s view, toggle the button
|
||
|
||
<img src={require('./img/partner-sharing-6.webp').default} width="30%" title='Partner Sharing for the mobile app' />
|
||
|
||
<img src={require('./img/partner-sharing-8.webp').default} width="30%" title='Partner Sharing for the mobile app' />
|
||
|
||
## Removing Access
|
||
|
||
In order to remove a partner, you can go to `User > Account Settings > Sharing` and click on the X button.
|
||
|
||
<img src={require('./img/partner-sharing-7.webp').default} width="70%" title='Remove Partner' />
|