Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anupsaund/mobile-app-server
Serve Android and Apple applications to Mobile Devices.
https://github.com/anupsaund/mobile-app-server
Last synced: about 1 month ago
JSON representation
Serve Android and Apple applications to Mobile Devices.
- Host: GitHub
- URL: https://github.com/anupsaund/mobile-app-server
- Owner: anupsaund
- License: mit
- Created: 2017-08-24T21:31:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T21:39:24.000Z (about 7 years ago)
- Last Synced: 2024-11-11T20:25:20.003Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.53 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile App Server
> Serve Google Android and Apple iOS applications to Mobile Devices.
## Main Page Screenshot
![top of page](readme_files/TopPage.png "Preview")
## Example List
![Example](readme_files/Example.png "Preview")
### Requires
* Node.js
* SSL Cert### Platforms
* MAC OS
* Windows
* Linux### Main Features
1. Automatically discovers new Apps on page refresh, simply add files to path.
2. Designed for Local Intranet usage, but could be deployed to cloud.
3. Provides package information and QR Code per app.
4. Secured on HTTPS - Requires an SSL certificate (Self Cert or Full).
### Pre-requisite
SSL Certificate. A self-cert can be generated manually or generated online.
An example website is http://www.selfsignedcertificate.com/
Simply enter your local IP addres, and download the files.
Name the files `server.crt` and `server.key`.
Place them in a folder and specify the folder path as part of the usage.
### Installation
```
$ npm install mobile-app-server -g
```
### Usage
```
Usage: mobile-app-server [files] [ssl]
Options:
-V, --version output the version number
-p, --port [value] port
-f, --files path to ipa/apk files
-s, --ssl path to SSL .key and .crt
-h, --help output usage information```
e.g.
```
node mobile-app-server -f /to/files/path/ -s /to/certs/path -p 8080
```
-s : Path to SSL `server.crt` and `server.key` files.
-f : Path to APK and/or IPA files
-p : Optional PORT number (Default is 3001)
### Future Roadmap
1. Drag and Drop app addition of files via Web Interface.
2. App Icons.
3. Extended package information.
### Bugs & Feature Requests
Issues and feature requests can be logged over at github on https://github.com/anupsaund/mobile-app-server/issues