Git Product home page Git Product logo

Comments (5)

gcgarner avatar gcgarner commented on May 23, 2024

I think it would. What i can do is put all the environmental variables in that exist and put comments in front of them. That way the user can decide on what they need depending on their needs.

from iotstack.

gcgarner avatar gcgarner commented on May 23, 2024

I've added the remainder of the environmental variables listed on influxdb's docker hub page. Would you recommend enabling HTTP_AUTH by default?

from iotstack.

echtelerp avatar echtelerp commented on May 23, 2024

I have it by default. so nobody can change my Indlux db if breached. :-)

from iotstack.

echtelerp avatar echtelerp commented on May 23, 2024

actually i do this within a compose file.
influxdb:
restart: unless-stopped
image: echteler/influxdb:arm32v7
container_name: influxdb
environment:
INFLUXDB_DB: dbhome
INFLUXDB_HTTP_AUTH_ENABLED: "true"
INFLUXDB_ADMIN_USER: echtelerp
INFLUXDB_ADMIN_PASSWORD: PhEc103900@
INFLUXDB_USER: echteler
INFLUXDB_USER_PASSWORD: Pe103900!
ports:
- "8082:8082"
- "8086:8086"
- "8089:8089"
volumes:
- /media/usb01/dockerVolumes/influx:/var/lib/influxdb
networks:
- edge

from iotstack.

gcgarner avatar gcgarner commented on May 23, 2024

Adding security suggestions to wiki

from iotstack.

Related Issues (20)

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.