VintageNetWizard.Web.Endpoint (vintage_net_wizard v0.4.3) View Source
Supervisor for the Web part of the VintageNet Wizard.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Start the web server
Stop the web server
Link to this section Types
Specs
opt() ::
{:ssl, :ssl.tls_server_option()}
| {:on_exit, {module(), atom(), list()}}
| {:ifname, VintageNet.ifname()}
| {:ui, [ui_opt()]}
| VintageNetWizard.Backend.opt()
Specs
UI specific configuration
:title- the title of the HTML pages that will be displayed to the user.:title_color- color of the title for branding purposes:button_color- color of the buttons for branding purposes
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Specs
start_server([opt()]) :: :ok | {:error, :already_started | :no_keyfile | :no_certfile}
Start the web server
If the web server is started then {:error, already_started} is returned.
Only one server can be running at a time.
Specs
stop_server() :: :ok | {:error, :not_found}
Stop the web server