personal-backend icon indicating copy to clipboard operation
personal-backend copied to clipboard

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai

Results 8 personal-backend issues
Sort by recently updated
recently updated
newest added

Currently the code just checks if the variables have been set. If you followed the guide, this will be true. However, the cert files aren't actually at the location mentioned...

This commit adds support for /skill API calls. Skills will be able to store and retrieve skill related information. This commit also changes the way how device information is passed...

I was wondering when this is going to have a frontend? Thanks

If I start mycroft pointed at the local server, I get a TLS error: ``` ./start-mycroft.sh debug Already up to date. Starting all mycroft-core services Initializing... Starting cli 12:27:59.603 -...

For installation on a RPi3 with Debian (Stretch or Jessie) I had to add some packages before installation completed successfully: `sudo apt-get install python-dev python3-dev libffi-dev libssl-dev`

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...

entry points should be added to setup.py to start backend and frontend from command line in current state package needs to be imported and executed as shown in examples folder

Hey I was wondering if there were plans to dockerize the components required to run this backend? Thanks!