Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trafex/nefiteasy-http-server-docker
Runs the Nefit Easy HTTP server in a Docker container for easy deploying
https://github.com/trafex/nefiteasy-http-server-docker
alpine-linux api container docker docker-container nefit nefit-easy
Last synced: 3 months ago
JSON representation
Runs the Nefit Easy HTTP server in a Docker container for easy deploying
- Host: GitHub
- URL: https://github.com/trafex/nefiteasy-http-server-docker
- Owner: TrafeX
- License: mit
- Created: 2016-02-10T12:24:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T23:59:13.000Z (10 months ago)
- Last Synced: 2024-04-14T12:49:37.297Z (9 months ago)
- Topics: alpine-linux, api, container, docker, docker-container, nefit, nefit-easy
- Language: Dockerfile
- Size: 99.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nefit Easy HTTP server Docker container
=======================================Runs the Nefit Easy HTTP server in a Docker container for easy deploying.
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/nefiteasy-http-server.svg)](https://hub.docker.com/r/trafex/nefiteasy-http-server/)
Build (or use the prebuild image on [Docker Hub](https://hub.docker.com/r/trafex/nefiteasy-http-server/))
-----------------------------docker build -t trafex/nefiteasy-http-server .
Run
---docker run -d -p 3000:3000 \
-e "NEFIT_SERIAL_NUMBER=" \
-e "NEFIT_ACCESS_KEY=" \
-e "NEFIT_PASSWORD=" \
trafex/nefiteasy-http-serverUsage
-----
See the [List of endpoints](https://github.com/robertklep/nefit-easy-core/wiki/List-of-endpoints) and prefix the urls with `/bridge`:curl http://localhost:3000/bridge/ecus/rrc/uiStatus
Or use the higher-level [commands API](https://github.com/robertklep/nefit-easy-http-server#commands-api), prefixed with `/api`:
curl http://127.0.0.1:3000/api/status
Nefit Easy
----------
Communicating with the Nefit Easy is done with the [Nefit Easy™ HTTP server](https://github.com/robertklep/nefit-easy-http-server) package.