mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-19 20:18:16 +00:00
feat: add organization migration note
This commit is contained in:
@@ -44,6 +44,8 @@ func NewBootstrapApp(config config.Config) *BootstrapApp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (app *BootstrapApp) Setup() error {
|
func (app *BootstrapApp) Setup() error {
|
||||||
|
tlog.App.Warn().Msg("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.")
|
||||||
|
|
||||||
// get app url
|
// get app url
|
||||||
appUrl, err := url.Parse(app.config.AppURL)
|
appUrl, err := url.Parse(app.config.AppURL)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user