nunofgs / docker-octoprint

Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58 stars 32 forks source link

Install plugins in `/data/plugins` by default #9

Closed nunofgs closed 5 years ago

nunofgs commented 5 years ago

Adds a pip configuration file that tells pip to always install plugins to /data/plugins. Since octoprint already has support for loading plugins from there, the result is that plugins are now saved in your data directory!

Fixes #5