MycroftAI / personal-backend

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai
Apache License 2.0
114 stars 32 forks source link

Use more normal pathing? #15

Open el-tocino opened 5 years ago

el-tocino commented 5 years ago

Software configs for linux tend to go into /etc. Mycroft itself already looks into /etc/mycroft/ for local configs. Mycroft is also using /opt/mycroft. Instead of hiding things in .mycroft, why not use one of those two?

JarbasAl commented 5 years ago

my reasoning was that mycroft does that for the user config, and i was running the personal backend in the same device so it seemed to make sense

maybe the default should go into /etc but still check for a user config in ~/.mycroft ?

el-tocino commented 5 years ago

Worth looking in both. Also I think the config can be set with the path, which should make moving to /opt/mycroft fairly easy as well. Will try this at some point soon.