0.13.1 • Published 7 years ago

remtroll-server v0.13.1

Weekly downloads
5
License
GPL-2.0
Repository
github
Last release
7 years ago

RemTroll Server

RemTroll is a lightweight Node.js HTTP server that acts as a connection point for the RemTroll mobile app.

It is developed by Digital Catnip.

  1. Installation
  2. Initial Setup
  3. Configuration
  4. Security

Installation

To install from the command line, run:

npm install remtroll-server -g

Initial setup

Follow these steps to setup the server.

  1. remtroll --config
  2. remtroll --setup
  3. Start the server: remtroll
  4. In the RemTroll app, enter the 4 digit code and it will self configure.

Configuration

You can run remtroll --config to run through the configuration options and edit the default configuration file.

See the wiki for details on what each configuration option means.

If you have a custom configuration file, you can run the server with the command remtroll <path to config>.

Security

By default, the server is configured to run without security. We recommend changing this by following instructions on the wiki to create a self-signed certificate before adding the server to your app. Once you've done that you can update the configuration with the path to your new private key and public certificate.

We also recommend you wait until you have the security setup until you upload the configuration to the app using remtroll --setup

0.13.1

7 years ago

0.12.0

7 years ago

0.11.3

7 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.10.0

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago