NDMAC / apk-updater

Android's apk automatic updater server module for Node.js
Apache License 2.0
27 stars 16 forks source link

What would my domain be ?, or how could I make this work from my cpanel #4

Closed pedromaironi closed 3 years ago

pedromaironi commented 3 years ago

What would my domain be ?, or how could I make this work from my cpanel

gbourel commented 3 years ago

You're domain could be anything you want. Basically you're current server's domain. But any subdomain may be used. This server isn't currently used with cpanel but with a ssh connection.

pedromaironi commented 3 years ago

So I have to connect the server with ssh to cpanel

gbourel commented 3 years ago

This project is just a module for a Node application using the Express framework. It is intended to be used as a library in a main node application and isn't a standalone server.

pedromaironi commented 3 years ago

Well You dont have any implementation?, I'm trying implement that but, don't work.

pedromaironi commented 3 years ago

The documentation is very bad