-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add picture or avatar attribut to jobs #391
Comments
@Zaker237 where will we save the images ? |
i guest on the server |
We could store it in the DB as blob (I would prefer not to), or use a self hosted open source blog storage |
When i was working on bukela ( a streaming service https://twitter.com/iamdipanda/status/1603378437120749568) i created a project to turn telegram into a storage it work pretty well. We can used on two way: as a self hosted service or we can directly embed it into the project. I will update the documentation of my project |
I am not sure how that will perform as a hot cloud storage, meaning that we would like the images to be retrieved quickly. |
If you can prove that it is completely legal, we can try that out, otherwise I would use an opensource solution that uses our server disk space as data storage. |
It's legal, because we just use the existing API we just some additional tricks. But let's go for your solution, we can use minio by the way |
Is the API you are referring to an official API provided by telegram ? If we go with minio can you prototype something? |
Yes it's provided by telegram. Yes I can prototype something with minio since it's an S3 object storage system |
As we plant to give users the possibility to add avatar to their job, it well also be go to save these images on the server and just provide the link to the frontend
The text was updated successfully, but these errors were encountered: