
This adds a `-wizard` CLI option to the Manager, which opens a webbrowser and shows the First-Time Wizard to aid in configuration of Flamenco. This is work in progress. The wizard is just one page, and doesn't save anything yet to the configuration.
9 lines
437 B
Go
9 lines
437 B
Go
// Package dummy contains non-functional implementations of certain interfaces.
|
|
// This allows the Flamenco API to be started with a subset of its
|
|
// functionality, so that the API can be served without Shaman file storage, or
|
|
// without the persistence layer.
|
|
//
|
|
// This is used for the first startup of Flamenco, where for example the shared
|
|
// storage location isn't configured yet, and thus the Shaman shouldn't start.
|
|
package dummy
|