Skip to content

OE3ANC/m17web-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

Environment variables:

Variable Description Default
M17WEB_PROXY_CALLSIGN Callsign of the proxy M17WEB
M17WEB_PROXY_LISTENER Address:Port to listen on 0.0.0.0:3000
M17WEB_PROXY_SUBSCRIPTION Format is Designator_Modules,Designator_Modules, ... M17-XOR_ABC,M17-DEV_DEF

At the moment it's only possible to proxy a single module. This will change in the future!

Docker

docker build -t m17web-proxy .

docker run -dp 3000:3000 --name m17web-proxy \
  -e M17WEB_PROXY_CALLSIGN=M17WEB \
  -e M17WEB_PROXY_SUBSCRIPTION=M17-XOR_ABC,M17-DEV_DEF \
  m17web-proxy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published