Sybren A. Stüvel aa9837b5f0 First incarnation of the first-time wizard
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.
2022-07-14 11:17:03 +02:00

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