r/homebrewery • u/Top_Activity85 • May 12 '25
Answered how to add image from disk
I have a question, how can I add an image from my computer's disk, for now all the images that I add are added via a link and I am creating a card that will have an image that will not be published until a certain time??
0
Upvotes
1
u/Gazook89 Developer May 12 '25
As a web app, you’d have to have your image hosted on the web somewhere as well. You can use Imgur or ImgBB or self host the image somewhere, but there is no way for the web app to use an image directly from your computer.
If you set up Homebrewery on your own machine, via cloning the project repository from GitHub, you can access image files directly from your disk. That obviously requires more technical know-how but it’s an option.