voila-dashboards/voila

Voila.ip option not in documentation and -h help string

Open

#447 opened on Oct 25, 2019

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (487 forks)batch import
documentationgood first issue

Repository metrics

Stars
 (5,040 stars)
PR merge metrics
 (Avg merge 39d 17h) (1 merged PR in 30d)

Description

Follow up from #443

Viola has an option to serve the dashboard on a public interface using the voila.ip parameter. However this is not mentioned in the documentation which only refers to serving on localhost,
It is also not referenced in the voila help string -h.. -h only refers to the port, but not the IP address.

The option should be added to the documentation and the help string.

Contributor guide