Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to handle character avatars and implement #4

Open
0x000011b opened this issue Jan 23, 2023 · 0 comments
Open

Figure out how to handle character avatars and implement #4

0x000011b opened this issue Jan 23, 2023 · 0 comments
Labels
enhancement New feature or request planning Stuff we need to think about

Comments

@0x000011b
Copy link
Contributor

Images are binary blobs so the obvious go-to is S3. A couple of things to consider though:

  • I want self-hosting to be an option for the entire service, so AWS lock-in is not acceptable. minio can help us out here.
  • For actually running the official service, we'll likely want to make use of Cloudflare's free CDN to cut down on bandwidth and load.
@0x000011b 0x000011b added enhancement New feature or request planning Stuff we need to think about labels Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planning Stuff we need to think about
Projects
None yet
Development

No branches or pull requests

1 participant