-
Notifications
You must be signed in to change notification settings - Fork 5
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
Store images on the repo #10
Conversation
README.md
Outdated
- `image_url`: the URL of the picture to use as thumbnail. | ||
- `image_path`: the name of your picture under `public/images`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should support both, users can freely upload their images elsewhere. If they have the file in their repo, it's easy to get a direct link to this image too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good 👍🏽
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should restore the deleted line? And maybe precise the public/images
of the current repo, not the repo of the dashboard.
Thanks! |
Would you mind providing context for storing images on the repo? |
So that if we look at that again in a couple of months / years we understand why. |
It seems the trick to store images on Github issues is not easily usable anymore and Github is switching to another system. So storing the images ourselves on the server may be easier. Though in this PR we'll continue supporting externally hosted images. |
No description provided.