(config config.Config)
| 38 | } |
| 39 | |
| 40 | func NewBootstrapApp(config config.Config) *BootstrapApp { |
| 41 | return &BootstrapApp{ |
| 42 | config: config, |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | func (app *BootstrapApp) Setup() error { |
| 47 | fmt.Println("Tinyauth is moving to an organization! All versions after v5.0.7 will be released under ghcr.io/tinyauthapp/tinyauth. Existing images will continue to work but new features and updates (including security ones) will only be released under the new image path.") |
no outgoing calls