# Enable API + webserver webserver=yes api=yes # Bind API on all interfaces (because it's a container), but RESTRICT who can reach it: webserver-address=0.0.0.0 webserver-port=8081 webserver-allow-from=127.0.0.1/32,::1/128,192.168.0.0/16 # Authentication api-key=change_me_long_random_key webserver-password=change_me_another_password