-
Notifications
You must be signed in to change notification settings - Fork 13
Description
We have a growing need to better organize and surface our digital content—especially images and videos—for our new websites. A structured approach to managing this content will also support ongoing communications, social media, and storytelling work.
Full briefing and background 👉 https://docs.google.com/document/d/1GHrDajF18-GCH9IqUY462Q-z_CN4ZsJJYI6bPx95Qzk/edit?tab=t.0
Sub-items (potentially)
- Digital Asset Management for images, vidoes etc
Background: Discussed in https://github.com/orgs/life-itself/discussions/436
Originally posted by rufuspollock April 12, 2023
This is a thread for discussing improvements to our asset management (images, pdfs etc) for lifeitself.org and other websites.
This follows up previous discussions of DAM (digital asset management) solutions plus trial with cloudinary in 2021.
Image storage discussion
Situation
- Currently store all images and other static assets directly into the main site folder on github (using git-lfs)
- We are storing lots of images for our ecosystem wiki (~100s or even 1000s). We don't want to think about the sizes of images. Images often end up being ~0.5-1MB => total amount could be GB or more.
Complication
- slows build as have to download 1GB+ of assets
- working with repo is more painful as have
- no image resizing atm
- github won't like having GBs of images. Putting them in LFS is one solution but makes stuff more complex and painful e.g. you can't upload files directly on github interface (any other issues?).
Question
where should we store images and how does that integrate with resizing such that ...
- ...
- ...
Hypothesis
No answer yet!
Note pros:
- Assets and files in same place which means adding stuff is super simple (no need for two steps: upload my image, then link it etc)
What are the alternatives?
- Use cloudflare r2 with a custom domain plus image resizing - https://developers.cloudflare.com/r2/buckets/public-buckets/
- Cost?
- How to upload?
- r2 dashboard or wrangler (needs access to cloudflare)
- any r2 compatible command line tool with correct keys
- (someday) custom plugin for obsidian like https://github.com/gavvvr/obsidian-imgur-plugin for imgur
Notes
#todo dig out old issues about DAM etc
What we would love
- integrated experience for editors
- just paste images or other assets and they automatically get uploaded
- widget for resizing (or good instructions for doing so in raw html etc)
- sustainability and simplicity of tech architecture (both on cost and team time)
Obsidian plugins
Metadata
Metadata
Assignees
Labels
Type
Projects
Status