mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-29 21:21:16 +00:00
feat(web/server) public album sharing (#1266)
This commit is contained in:
12
notes.md
12
notes.md
@@ -1,10 +1,6 @@
|
||||
# User defined storage structure
|
||||
## Public sharing
|
||||
|
||||
# Folder structure
|
||||
* Year is the top level
|
||||
* Different parsing sequence will be the second level
|
||||
### Albums
|
||||
|
||||
# Filename
|
||||
* Filename will always be appended by a unique ID. Maybe use https://github.com/ai/nanoid
|
||||
* Example: `notes.md` -> `notes-1234567890.md`
|
||||
* Filename will be unique in the same folder
|
||||
- [ ] Add asset to shared link when new asset is added to shared album
|
||||
- [ ] Prevent public user to delete asset from shared album
|
||||
|
||||
Reference in New Issue
Block a user