Toby Chui

Results 110 comments of Toby Chui

@markusbkk Integrating another web-based webapps not something hard to do. The current issue is how to integrate it while keeping file system sandbox and user isolation in place, with expected...

Hi @georgebaileyster , You can refer to this subervice example on how to setup a bat script to start your own exe file. https://github.com/aroz-online/syncthing ### Requirements In general, your exe...

Well the user can still access the html files (front-end) of the modules. However, the agi runtime scope will block the user access to backend if the module is excluded...

Unfortunately I didn't have any game console that I can test or even experience the pain point of which this enhancement is trying to resolve. @yeungalan you got interest to...

Hi @markusbkk , I guess this might be an issue related to /web/desktop.system with the following line of code (Line 4856, ArozOS v2.005 internal preview) ```javascript } else if (clickTarget.hasClass("backgroundFrame")...

Hi @radim-ek , thanks for the feedback. I am not too familiar with bash scripting. I am thinking if there are any better ways to do it other than including...

@neonspectra Thanks for the tips. In fact ArozOS can work without root, but if that is the case, it pretty much just serve as a web desktop interface like other...

Closing issue as the fixes has been merged

That is weird, Go-HTTP-Client has been removed from the headers since a few versions ago. [https://github.com/tobychui/zoraxy/blob/5805fe6ed212942aa20ed12499f6c06b50cabf05/src/mod/dynamicproxy/proxyRequestHandler.go#L100](https://github.com/tobychui/zoraxy/blob/5805fe6ed212942aa20ed12499f6c06b50cabf05/src/mod/dynamicproxy/dpcore/dpcore.go#L278) ```go //Hide Go-HTTP-Client UA if the client didnt sent us one if _, ok...

@sdrrrr How big is your file and what is the transfer speed of your network? WebDAV is design for small files. There are lots of things might go wrong if...