h-mdm / remote-control

Remote access to Android mobile devices (server part). This tool doesn't require USB connection! Screen mirroring, remote control by replaying gestures.

Home Page:https://headwind-remote.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using without docker

mfulz opened this issue · comments

As the title states is there a way or some instructions how to use the server without docker?

If I could get some hints I would like to write a detailed howto on doing this.

Thanks

We have chosen Docker as a product container for better compatibility with various Linux distros. Getting rid of Docker will make the software incompatible with most Linux distros.

Also, Apuppet contains several components, one of which (Janus media server) doesn't have a binary installer and must be compiled from source codes.

To run Apuppet without Docker, you can install all components (nginx, Janus, certbot) manually, and copy the configs and web pages from the "dist" subdirectory after running the Apuppet installer script.

That's understandable, but I personally don't use docker for productive systems, because security is high priority.
Just in case: would you accept PRs for building the webapp without docker (script or something)?

Please contact the technical support with your custom inquiry if you need customization. The server can be setup manually without using docker; the problem is to build an installer for cloneable solution without docker.