Sign inSign up

acupajoe/node-orion-server

By acupajoe

Updated almost 8 years ago

Image
0

412

acupajoe/node-orion-server repository overview

node-orion-server

Based off of the original orion-server by LINKIWI, but rewriten in node to suit my setup.

Environment Options

OPTIONRequiredDescriptionSuggested
NODE_ENVYesSelf explanatory, defaults to development unless doing a docker-compose actionproduction
ORION_CLIENT_HOSTYesHost where the orion-web client is located (relative to server), FOR CORS`https://orion-client-domain.tld
ORION_SERVER_HOSTYesHost where the node-orion-server client is located (relative to server), FOR CORS`https://orion-server-domain.tld

A docker-compose.yml file is included to get you up and running quickly. However, you may want to adjust passwords and environment.

Getting things up

$ git clone https://github.com/acupajoe/node-orion-server
$ cd node-orion-server
# SET .env file from .env.sample
$ docker-compose up -d

OwnTracks clients can then be pointed to https://orion-server-domain.tld/api/publish.

Disclaimers

Be aware that there is no authentication set up by default. Basic authentication is suggested since it works natively with the Owntracks clients (albeit less securely than certificates). You can set this up pretty easily using Traefik.

Tag summary

Content type

Image

Digest

Size

74.5 MB

Last updated

almost 8 years ago

docker pull acupajoe/node-orion-server