Skip to content

ungineer/localinflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalInflux

Simple InfluxDB container with basic write API deployed in a trust environment (e.g. local network) that does not require authentication to add data points.

Requirements

Usage

git clone https://github.com/ungineer/localinflux
cd localinflux
mkdir data
# you might need to run this with sudo, depending on your install
docker-compose up -d
# docker compose up -d <-- for newer docker installations

Now you should be able to access the basic UI at http://localhost:8400/docs

The influxDB ui is accessible at http://localhost:8086. Username: "admin" password: "099876admin".

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors