GithubHelp home page GithubHelp logo

shelladdicted / esphome2loki Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 26 KB

Just a bridge between ESPHome devices' logs (MQTT) and Grafana Loki

License: MIT License

Dockerfile 11.56% Rust 88.44%

esphome2loki's Introduction

esphome2loki

Just a bridge between ESPHome devices' logs (MQTT) and Grafana Loki

Deployment

Note: using the 'latest' tag is not recommended, you should pick a version.

1. docker-compose (recommended)

esphome2loki:
  image: ghcr.io/shelladdicted/esphome2loki:latest
  restart: unless-stopped
  volumes:
    - ./data/config.toml:/config/config.toml

2. Docker

docker run -d \
   --name=esphome2loki \
   --restart=unless-stopped \
   -v <path/to/config.toml>:/config/config.toml \
   ghcr.io/shelladdicted/esphome2loki:latest

3. Build from source

git clone https://github.com/ShellAddicted/esphome2loki
cd esphome2loki
cargo build --release
cp sample_config.toml config.toml # and edit config.toml
./target/release/esphome2loki # Run it 

esphome2loki's People

Contributors

shelladdicted avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.