Set instance auth-mode
Change the authentication mode for an instance. Two options are allowed:
- two_factor_mail
- basic
cozy-stack instances auth-mode [domain] [auth-mode] [flags]
$ cozy-stack instances auth-mode cozy.localhost:8080 two_factor_mail
-h, --help help for auth-mode
--admin-host string administration server host (default "localhost")
--admin-port int administration server port (default 6060)
-c, --config string configuration file (default "$HOME/.cozy.yaml")
--host string server host (default "localhost")
-p, --port int server port (default 8080)
- cozy-stack instances - Manage instances of a stack