m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
7.5k stars 548 forks source link

How to search for images, I am unable to upload images #413

Open z2labplus opened 2 months ago

z2labplus commented 2 months ago

When I use pimeyes.com 1724567986121

But I can't upload pictures

m1k1o commented 2 months ago

Feature coming soon, in v3 rewrite.

z2labplus commented 2 months ago

When will v3 be released? It's so exciting

z2labplus commented 2 months ago

Is there a definite launch time?

m1k1o commented 2 months ago

No set launch time, hoping to get it done until the end of this year, as there is no funding to this project and its only my free-time hobby project.

z2labplus commented 2 months ago

Can I join this project?

yesBad commented 2 months ago

Can I join this project?

Join as in what exactly? You can sponsor the project here.

z2labplus commented 2 months ago

I want to participate in the development

yesBad commented 2 months ago

I modify the file neko/.docker/chromium/policies.json,and how to make work. how to docker build ? any rerete document?

https://github.com/m1k1o/neko/blob/master/.docker/README.md

z2labplus commented 2 months ago

I really can't thank you enough, it means a lot! solve it

z2labplus commented 2 months ago

I have a question. If I want to develop this feature myself, I need to search for relevant knowledge on Google. What are the search keywords? any tips?

m1k1o commented 1 month ago

For file upload its Gtk.FileChooserDialog that we need to intercept and control programatically.

For drag and drop, here is progress of the v3 phase1: https://github.com/m1k1o/neko/pull/423