Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add storage path as a config option #13

Closed
MindFreeze opened this issue Dec 10, 2018 · 3 comments
Closed

Add storage path as a config option #13

MindFreeze opened this issue Dec 10, 2018 · 3 comments

Comments

@MindFreeze
Copy link

MindFreeze commented Dec 10, 2018

Problem/Motivation

Currently I can't find a way to store influxdb data on an external drive, except forking the addon.

Proposed changes

It would be great if I could specify a directory for the data. Then I could mount an external drive somewhere in share and use that for InfluxDB. This method is proposed here https://www.home-assistant.io/hassio/external_storage/
Something like this:

    "log_level": "info",
    ...
    data_path: "/share/influxdb"

Another option is to just use share instead of /data with a fixed directory name, but I think a config option is more flexible.

Home Assistant
How to map external device on Hass.io.
@addons-assistant
Copy link

👋 Thanks for opening your first issue here! If you're reporting a 🐛 bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.

@frenck
Copy link
Member

frenck commented Dec 10, 2018

The link you send is not mounting a USB stick in that location, so that is not an option / would not help.
Hass.io exposes a data folder to each add-on, which is, of course, used. I think it would make much more sense if Hass.io actually supported the storage of add-on data on other locations instead of making this kind of "hacky" solutions.

Hence, I'm closing this issue.

@frenck frenck closed this as completed Dec 10, 2018
@addons-assistant
Copy link

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@addons-assistant addons-assistant bot locked as resolved and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants