Search
Items tagged with: migrations
A suggestion for Mastodon to use relative URLs and UUIDs for assets (images, etc.) in profiles and posts instead of linking directly to object storage.
github.com/mastodon/mastodon/i…
This would:
• Simplify things for third-party apps and simplify the API (if implemented for assets in profiles)
• Help in migrations (if implemented for assets in posts)
• Make it possible to switch object storage backends without losing all assets (eg., move away from AWS)
Thoughts?
#mastodon #dev #API #migrations
Asset links should be aliases from the mastodon server domain not direct links to the object storage
Pitch Profile assets Currently assets (e.g., profile images, etc.) link directly to object storage. These links are returned by API calls but change whenever the person updates their image. For suc...aral (GitHub)
